After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709464 - OSS Problem
OSS Problem
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-05 10:19 UTC by pgharios
Modified: 2014-12-18 01:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdb+gst (1.13 MB, application/x-gzip)
2013-10-05 10:19 UTC, pgharios
Details
dbg.log (783.59 KB, application/x-xz)
2013-10-05 10:33 UTC, pgharios
Details
debug level 4 with crash (51.18 KB, text/x-log)
2013-10-09 13:41 UTC, pgharios
Details

Description pgharios 2013-10-05 10:19:39 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
Comment 1 Tim-Philipp Müller 2013-10-05 10:28:35 UTC
Please could you also attach a GST_DEBUG=*:6 log? (gzipped or so)
Comment 2 pgharios 2013-10-05 10:33:58 UTC
Created attachment 256535 [details]
dbg.log

Please find attached dbg.log too.
Comment 3 Sebastian Dröge (slomo) 2013-10-07 11:25:00 UTC
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.
Comment 4 pgharios 2013-10-09 13:41:35 UTC
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
Comment 5 Sebastian Dröge (slomo) 2013-10-09 17:08:01 UTC
All the useful information is not in there. Does GST_DEBUG=audio*:6,oss*:6 work?
Comment 6 André Klapper 2014-12-18 01:46:44 UTC
(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!