[Bug 672089] Re: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2010-11-13 Thread Brandon Morris
That's weird, I really thought I had symbols installed, let me try running through the process again. Ok prior to running it, I went to the https://wiki.ubuntu.com/DebuggingProgramCrash page instead of skipping like I did the last time and just going straight to https://wiki.ubuntu.com/Backtrace

[Bug 672089] Re: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2010-11-10 Thread Brandon Morris
I didn't know you could ctr+c in gdb and still get a backtrace. I went back to the debugging pages to see if there was some way some how to get a backtrace, I think this'll suffice. I read in the instructions that if a program hangs but doesn't crash you can perform a ctrl+c and still get a

[Bug 672089] Re: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2010-11-08 Thread Brandon Morris
I also get the same error when running rhythmbox, I also have a UbuntuOne Music Store plugin tick open, over here: https://bugs.launchpad.net/rhythmbox-ubuntuone-music-store/+bug/629792 In general, it took me a WHILE before I realized that number after rhythmbox is the Process ID number of RB;

[Bug 672089] Re: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2010-11-08 Thread Brandon Morris
The sentence: A backtrace I don't beleive is possible since, the errors come up upon loading RB, which it does fully load, meaning: there's stopping point at which you can tell gdb to bt since there's not really anywhere to backtrace from. should have been written to say ... there's no stopping