Crash on libgstnvvideo4linux2.so

Hello,
we are using Jetpack version 32.7.4.
On one of our units, where we run multiple gst pipelines to decode video coming from IP cameras, we are seeing crashes like the following more or less once per day:

linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0x7f9f0aa690]
/usr/lib/aarch64-linux-gnu/libgstreamer-1.0.so.0(gst_memory_get_sizes+0x20)[0x7f94249960]
/usr/lib/aarch64-linux-gnu/libgstreamer-1.0.so.0(gst_buffer_copy_into+0x68)[0x7f9420f6a8]
/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideo4linux2.so(+0xf9ac)[0x7ef01ff9ac]
/usr/lib/aarch64-linux-gnu/libgstreamer-1.0.so.0(+0xb8df4)[0x7f94288df4]
/usr/lib/aarch64-linux-gnu/libglib-2.0.so.0(+0x84ec8)[0x7f94004ec8]
/usr/lib/aarch64-linux-gnu/libglib-2.0.so.0(+0x84338)[0x7f94004338]
/usr/lib/aarch64-linux-gnu/libc.so.6(+0x8597c)[0x7f9a35597c]
/usr/lib/aarch64-linux-gnu/libc.so.6(+0xeb7dc)[0x7f9a3bb7dc]

[20250323T133034.678873Z] [0x0000007d8e7440a0] Backtrace() returned 11 addresses

Is there a way to prevent this crash?
We don’t understand if it could be caused by an improper use of the gst components/pipeline or it is due to a possible bug into the component itself.

The same software we are running on this unit runs also on different Jetson platforms without any particular issue.
Let us know if you need further information in order to debug this issue.

Thanks,
Davide

Hi,
The source of libgstnvvideo4linux2.so is in

Jetson Linux R32.7.4 | NVIDIA Developer
Driver Package (BSP) Sources

You can add debug prints and rebuild/replace the so file to debug the issue.
And may try to reproduce it on developer kit and share us the steps. We will set up and check.

The latest release for Xavier NX is Jetpack 5.1.5. You may also consider upgrade to latest version.

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