GNOME Bugzilla – Bug 135529
[xvimagesink] crashes
Last modified: 2009-08-15 18:40:50 UTC
gst-launch videotestsrc ! xvimagesink RUNNING pipeline ... Segmentation fault gdb is very useful: (gdb) r videotestsrc ! xvimagesink Starting program: /home/rbultje/projects/gstreamer/gstreamer/tools/.libs/lt-gst-launch videotestsrc ! xvimagesink [New Thread 16384 (LWP 13490)] Cannot find user-level thread for LWP 13490: generic error (gdb) And gdb refuses any further action. Assuming this works for you, might this be related to my RGB/Xv thing?
Next time use gst-launch-0.7 in gdb. gst-launch is just a wrapper that spawns the correct version and then finishes itself leading to a *fatality* in gdb.
This is a bug in gdb.
It crashes outside of gdb too, dear... Again, RGB/Xv is probably the cause, it's crashed on me before.
One day we have to seat together for an hour so that i can fix this :)
ronald, please try again, running gdb on gst-launch-0.8 instead of the wrapper, and file the backtrace.
Cannot reproduce anymore.