Comment 4 for bug 63697

Revision history for this message
Sebastian Dröge (slomo) wrote :

Either do
gdb --pid `pidof banshee`
or
gdb --pid 12345 (replace with banshee's pid).

And then in gdb run
thread apply all bt

and then attach this output here please :)

Is this with 0.11.1-0ubuntu2?