Comment 6 for bug 31122

Revision history for this message
Alan Claunch (aclaunch) wrote : Re: rhythmbox freezes on startup

Very interesting: if I run "rhythmbox -d" I get a huge output and it all works. Actually I have to run it about 3-4 times and then it works; the first time it starts and then freezes, the second time it gets further and freezes and then it works fine. I tried redirecting the output from "rhythmbox -d" to a file but the times it freezes there is no output. When it finally works there is a huge text output (about 2.5M); I could try to send it to you if you need but I don't know how to attach it to this page. As for the gdb,

aclaunch@moria:~$ gdb rhythmbox
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run 17053
Starting program: /usr/bin/rhythmbox 17053
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 2004526784 (LWP 17133)]
[New Thread 1997278128 (LWP 17141)]
[New Thread 1988885424 (LWP 17142)]
[New Thread 1988434864 (LWP 17150)]
[New Thread 1980042160 (LWP 17152)]
[Thread 1980042160 (LWP 17152) exited]
[Thread 1988434864 (LWP 17150) exited]
[New Thread 1971649456 (LWP 17154)]
[Thread 1971649456 (LWP 17154) exited]
[New Thread 1971649456 (LWP 17156)]
[New Thread 1988434864 (LWP 17159)]
[New Thread 1980042160 (LWP 17160)]
[New Thread 1962408880 (LWP 17161)]
[New Thread 1954016176 (LWP 17162)]
[Thread 1971649456 (LWP 17156) exited]
[Thread 1988434864 (LWP 17159) exited]
[Thread 1980042160 (LWP 17160) exited]
[Thread 1962408880 (LWP 17161) exited]
[Thread 1954016176 (LWP 17162) exited]
[New Thread 1988434864 (LWP 17175)]
[Thread 1988434864 (LWP 17175) exited]
[New Thread 1988434864 (LWP 17194)]
[Thread 1988434864 (LWP 17194) exited]
[New Thread 1962408880 (LWP 17195)]
[Thread 1997278128 (LWP 17141) exited]
[Thread 1962408880 (LWP 17195) exited]
                                                  ((**** My note, I stopped application as it was active and nothing else was happening))

Program exited normally.
Couldn't get registers: No such process.
(gdb)

Alan