[Bug 692145] Crash when calling gst_element_set_state(playBin, GST_STATE_NULL)
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 22 23:46:27 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=692145
GStreamer | gst-plugins-base | 1.0.5
--- Comment #7 from Jussi Kukkonen <jussi.kukkonen at intel.com> 2013-01-23 07:46:21 UTC ---
Created an attachment (id=234170)
--> (https://bugzilla.gnome.org/attachment.cgi?id=234170)
gdb backtrace
I can reproduce this in gdb with the webkit-efl minibrowser (a simple test web
browser). Normally loading the page and reloading goes fine, but if I reloading
fast enough it crashes (sometimes it takes a while, sometimes it just needs two
quick refreshes). The is leads me to think that something in the stack does not
cope with us setting the state to GST_STATE_NULL at some specific point of the
element life cycle.
The backtrace does not look 100% like the one Christophe attached, I'm not sure
if these should be separate bugs: but mine at least looks 'clearer': It crashes
in thread 1 in gst_memory_unmap() because the ffmpeg decoder tries to free some
video frames.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list