Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) - dGPU
• DeepStream Version - 6.0.0
• JetPack Version (valid for Jetson only)-N/A
• TensorRT Version-N/A
• Issue Type( questions, new requirements, bugs)- Bug
Deepstream python app crashes with following error
(python3:2224851): GStreamer-CRITICAL **: 14:28:35.295: gst_buffer_get_sizes_range: assertion ‘GST_IS_BUFFER (buffer)’ failed
Running stack trace with gdb output the following
Thread 137 “nvv4l2decoder3:” received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff997cb700 (LWP 2225001)]
0x00007ffff77b4259 in gst_buffer_copy_into () from /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
(gdb) bt
#0 0x00007ffff77b4259 in gst_buffer_copy_into () at /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#1 0x00007fffbec9beab in gst_v4l2_video_dec_loop ()
at /usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideo4linux2.so
#2 0x00007ffff7824107 in () at /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#3 0x00007ffff7663374 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff7662ad1 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff7b97609 in start_thread () at /usr/lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ffff7cd3293 in clone () at /usr/lib/x86_64-linux-gnu/libc.so.6
The error occurs appears after 4 hours of running the code and occurs repeatedly. Attached gstreamer log here
gst.log (17.8 MB)