GNOME Bugzilla – Bug 142203
opt crash in gst-rec
Last modified: 2004-12-22 21:47:04 UTC
[rbultje@shrek rbultje]$ ~/projects/gstreamer/gstreamer/tools/gst-launch-0.8 alsasrc ! fakesink RUNNING pipeline ... Segmentation fault [rbultje@shrek rbultje]$ killall -9 galeon-bin [rbultje@shrek rbultje]$ ~/projects/gstreamer/gstreamer/tools/gst-launch-0.8 alsasrc ! fakesink --gst-scheduler=basicgthread RUNNING pipeline ... Segmentation fault [rbultje@shrek rbultje]$ ~/projects/gstreamer/gstreamer/tools/gst-launch-0.8 alsasrc ! fakesink --gst-scheduler=entrygthread RUNNING pipeline ... Segmentation fault [rbultje@shrek rbultje]$ Backtrace from gst-rec (where I first noticed this): Program received signal SIGSEGV, Segmentation fault.
+ Trace 46744
Thread 49156 (LWP 6891)
alsasrc was just fixed, gst-rec still crashes, same backtrace, with any source. Seems an opt bug, since basicgthread works fine. Changing topic.
I bet it's a duplicate of #138012.
Not sure. gst-rec links downstream...
Ronald, can you retry with the latest CVS and wtays scheduler changes?
Works now.