Comment 4 for bug 82858

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks for your bug report. Can you install rhythmbox-dbgsym (https://wiki.ubuntu.com/DebuggingProgramCrash) and get a backtrace of when rhythmbox is hanging?

$ gdb rhythmbox
(gdb) set logging on
(gdb) run
... hang ...
<Ctrl-C>
(gdb) thread apply all bt full

And attach gdb.txt to the bug report. Also, can you try to get a rhythmbox debug log?
$ rhythmbox -d 2> log
and attach log to the bug?