On Mon, 2005-07-11 at 16:10 +0100, Peter Robinson wrote: > Hi All, > > Just built the cvs version of rhythmbox to have a play (specifically > with ipod stuff) and it crashed on startup. I ran it up in gdb and got > the following dump. It thurned out I'd deleted some files since I'd > last run it and it was complaining about the lack of them in the db. I > just toasted the ~/.gnome2/rhythmbox dir and started again and away it > went. > > gdb fyi: > [EMAIL PROTECTED] ~]$ gdb rhythmbox > GNU gdb Red Hat Linux (6.3.0.0-1.24rh) > Copyright 2004 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 "i386-redhat-linux-gnu"...Using host > libthread_db library "/lib/libthread_db.so.1". > > (gdb) run > Starting program: /usr/bin/rhythmbox > Reading symbols from shared object read from target memory...done. > Loaded system supplied DSO at 0x671000 > [Thread debugging using libthread_db enabled] > [New Thread -1208617280 (LWP 29381)] > [New Thread -1210930256 (LWP 29384)] > [New Thread -1221420112 (LWP 29385)] > [New Thread -1221719120 (LWP 29386)] > [New Thread -1232421968 (LWP 29387)] > [Thread -1221719120 (LWP 29386) exited] > > Program received signal SIG33, Real-time event 33.
SIG33 can be ignored, add those lines to your ~/.gdbinit: handle SIG33 nostop handle SIG33 pass --- Bastien Nocera <[EMAIL PROTECTED]> I'd like to be like Julia Roberts. -- Tara Reid _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
