GNOME Bugzilla – Bug 709464
OSS Problem
Last modified: 2014-12-18 01:46:44 UTC
Created attachment 256534 [details] gdb+gst Dear Community, Pipeline tries to allocate 4GB of disk space and crashes. Please note that i am also capturing video so that audio captures work too, Kernel: 3.8.13.4 #0 SMP PREEMPT Wed Jul 10 13:29:13 EEST 2013 armv7l armv7l armv7l GNU/Linux Pipeline: gst-launch-1.0 v4l2src device=/dev/video6 ! videoconvert ! autovideosink osssrc device=/dev/dsp0 ! audioconvert ! vorbisenc ! webmmux name=mux mux. ! filesink location=111.webm Thank you for having a look. Patrick
Please could you also attach a GST_DEBUG=*:6 log? (gzipped or so)
Created attachment 256535 [details] dbg.log Please find attached dbg.log too.
I don't see a crash in here, the pipeline shuts down properly. Only errors I see here is that your system is too slow to handle all the input data fast enough. Can you create a debug log with the allocation failure? According to those logs it should allocate only 30k in that place.
Created attachment 256804 [details] debug level 4 with crash debug level 5 and 6 do not crash the pipeline for some weird reason. debug level <=4 do crash the pipeline
All the useful information is not in there. Does GST_DEBUG=audio*:6,oss*:6 work?
(In reply to comment #5) > All the useful information is not in there. Does GST_DEBUG=audio*:6,oss*:6 > work? Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!