GStreamer-CRITICAL gst_buffer_resize_range: assertion 'bufmax >= bufoffs + offset + size' failed SPAM

Nicolas Dufresne nicolas at ndufresne.ca
Thu Jul 2 16:55:52 UTC 2020


Le jeudi 02 juillet 2020 à 02:19 -0500, kaladin a écrit :
> Hey! 
> 
> I'm getting the following erros spammed in the terminal when running the
> pipeline below
> 
> GStreamer-CRITICAL **: 10:46:36.477: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> GStreamer-CRITICAL **: 10:46:36.490: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> GStreamer-CRITICAL **: 10:46:36.509: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> GStreamer-CRITICAL **: 10:46:36.542: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> GStreamer-CRITICAL **: 10:46:36.597: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> GStreamer-CRITICAL **: 10:46:36.617: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> GStreamer-CRITICAL **: 10:46:36.628: gst_buffer_resize_range: assertion
> 'bufmax >= bufoffs + offset + size' failed
> 
> The pipeline: 
> 
> gst-launch-1.0 rtspsrc location=rtsp://192.168.0.138:8554/video ! queue !
> rtph264depay ! video/x-h264, stream-format=byte-stream ! h264parse !
> nvv4l2decoder !  nvvidconv name=myconv ! 'video/x-raw(memory:NVMM),
> formatt=I420' !  nvv4l2vp8enc maxperf-enable=1 ! video/x-vp8 ! rtpvp8pay !
> udpsink host=224.1.1.1 port=5000 sync=false

Are you running a 32bit build ? We believe Nvidia have copy-pasted code
from our buffer pool, which had a regression. We cannot fixed the code
we don't own of course, so best is to contact NVidia.

There is other bugs that may lead to this assertion of course. Use
G_DEBUG=fatal_criticals and run inside a debugger. This will abort on
the assert and let you inspect the backtrace. You may be able to learn
more about the issue this way.

> 
> 
> This is the complete log of the error:
> outputlog.txt
> <http://gstreamer-devel.966125.n4.nabble.com/file/t379483/outputlog.txt>  
> 
> And this is the gdb debug output (thread apply all bt):
> 
> gdblog.txt
> <http://gstreamer-devel.966125.n4.nabble.com/file/t379483/gdblog.txt>  
> 
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list