[gstreamer-bugs] [Bug 572152] Pidgin crash after error message

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 19 11:02:08 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=572152

  GStreamer | don't know | Ver: git




------- Comment #9 from Tim-Philipp Müller  2009-02-19 19:02 UTC -------
First off: what pidgin version are you using, and what distro?

Maybe you could run this from a command line / shell
(gnome-terminal/xterm/konsole or the like):

 $ export G_DEBUG=fatal_warnings
 $ gdb /usr/bin/pidgin
 Welcome to gdb ... (bla bla)
 (gdb) run
 ... reproduce crash ...
 ... it should stop by itself ...
 (gdb) bt
 ... the output here is what we're after. All of it, not just the first line.
 (gdb) kill
 (gdb) quit

If you're running debian/ubuntu (or a debian-based distro), please install the
following packages first, if available:

 $ sudo apt-get install libgstreamer0.10-0-dbg  gstreamer0.10-plugins-base-dbg 
gstreamer0.10-plugins-good-dbg  pidgin-dbg

If you're running a different distro, please try to install the equivalent
packages (not sure what they're named, but probably similar and with a -debug
suffix).

This will make sure the stack trace contains debugging symbols. Without
debugging symbols the trace is unlikely to be very useful.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=572152.




More information about the Gstreamer-bugs mailing list