CUDF: Corrupted size vs. prev_size Aborted (core dumped) error

I have Jeson AGX Orin with Latest Jetpack 6.1

  1. Installed GitHub - dusty-nv/jetson-containers: Machine Learning Containers for NVIDIA Jetson and JetPack-L4T)
  2. Ran jetson-containers run $(autotag cudf) …no issues during installation.
  3. Got into python:

import cudf …got below error:

  1. After error, it kick me out of python.

Any suggestion or idea on what is going on here ?

root@ubuntu:/# python
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
>>> import cudf

/usr/local/lib/python3.10/dist-packages/cudf/utils/_ptxcompiler.py:61: UserWarning: Error getting driver and runtime versions:

stdout: 12 2 12 2

stderr: Not patching Numba
warnings.warn(msg, UserWarning)
Segmentation fault (core dumped)
root@ubuntu:/# ›

Thanks

Hi,

/usr/local/lib/python3.10/dist-packages/cudf/utils/_ptxcompiler.py:61: UserWarning: Error getting driver and runtime versions:

Based on this, could you share which BSP jetson-container is used when building the image?

Thanks.

I used below image:

docker pull dustynv/cudf:23.10.03-r36.2.0

Previously downloaded and run the container from here:

Hi,

Usually, you will need to use the container built with the same BSP.
r36.2.0 is included in the JetPack 6 DP but your environment is JetPack 6.1.
Could you try to align the environment and try it again?

Thanks.

I have flashed again but with JP 6.0 instead 6.1 and it worked. Quick question, when I was on JP 6.1 and ran nvidia-smi…I could be able to see a Driver Version…now with JP 6.0 only shows N/A…is it normal ? if yes, is there a line command I can use to “see” the actual drive version ?

Hi,

It’s normal.
iGPU driver is integrated into BSP. You don’t need to install it manually.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.