[Bug 675943] subtitle editor hangs when opening a video
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 8 10:06:42 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=675943
GStreamer | don't know | 0.10.36
Vincent Penquerc'h <vincent.penquerch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
CC| |vincent.penquerch at collabora
| |.co.uk
--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-06-08 17:06:39 UTC ---
Sadly, this backtrace is useless as it lacks debug symbols for most parts.
The backtrace on launchpad.net is for a crash in malloc, which usually indicate
prior memory corruption.
It's possible that a single corruption bug might cause both the malloc crash
and the hang though.
You can try installing debug symbols (same package names, but with a -debug or
-dbg suffix, usually) for all the relevant software (all the gstreamer ones,
glib, glibc, libgstreamermm), and run with valgrind (it'll be slow):
G_SLICE=always-malloc valgrind /usr/local/bin/subtitleeditor >&
/tmp/sevalgrind.log
Then reproduce the bug, and hope valgrind caught something interesting.
You can also post another trace with the debug info installed, it might shed
more light too.
--
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