After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 467420 - crash in Rhythmbox Music Player: unmounting a memory stic...
crash in Rhythmbox Music Player: unmounting a memory stic...
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 517293 529620 546610 547100 550695 553339 556360 557301 558987 561231 562082 562136 562766 562797 566042 567055 567232 568383 569295 570287 571836 577029 577180 579981 601407 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-08-16 19:11 UTC by dbonner
Modified: 2009-11-10 21:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description dbonner 2007-08-16 19:11:02 UTC
What were you doing when the application crashed?
unmounting a memory stick drive from nautilus that rhythmbox knew about.


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.3 2007-07-02 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: Fedora

Memory status: size: 167030784 vsize: 167030784 resident: 50896896 share: 25251840 rss: 50896896 rss_rlim: 4294967295
CPU usage: start_time: 1187290682 rtime: 5994 utime: 5781 stime: 213 cutime:4 cstime: 1 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/local/bin/rhythmbox'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208944928 (LWP 7487)]
[New Thread -1240466544 (LWP 8178)]
[New Thread -1355854960 (LWP 8103)]
[New Thread -1282425968 (LWP 8102)]
[New Thread -1271936112 (LWP 8101)]
[New Thread -1250956400 (LWP 7505)]
0x00110402 in __kernel_vsyscall ()

Thread 1 (Thread -1208944928 (LWP 7487))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 IA__g_object_ref
    at gobject.c line 1713
  • #5 rebuild_child_model
    at rb-library-browser.c line 577
  • #6 idle_rebuild_model
    at rb-library-browser.c line 615
  • #7 g_idle_dispatch
    at gmain.c line 3928
  • #8 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #9 g_main_context_iterate
    at gmain.c line 2677
  • #10 IA__g_main_loop_run
    at gmain.c line 2881
  • #11 IA__gtk_main
    at gtkmain.c line 1154
  • #12 main
    at main.c line 306
  • #0 __kernel_vsyscall

----------- .xsession-errors ---------------------
(rhythmbox:7487): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer
(rhythmbox:7487): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
--- Hash table keys for warning below:
--> file:///mts-cm/home/dbonner
(nautilus:8338): Eel-WARNING **: "nautilus-directory.c: directories" hash table still has 1 element at quit time (keys above)
(rhythmbox:7487): Rhythmbox-CRITICAL **: rb_property_view_get_model: assertion `RB_IS_PROPERTY_VIEW (view)' failed
(rhythmbox:7487): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed
closing
Cannot access memory at address 0x0
Cannot access memory at address 0x0
--------------------------------------------------
Comment 1 Sebastien Bacher 2007-10-01 14:01:01 UTC
There is a similar crash on https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/147620 using 0.11.2
Comment 2 Susana 2008-08-11 19:37:59 UTC
*** Bug 546610 has been marked as a duplicate of this bug. ***
Comment 3 Susana 2008-08-11 19:41:28 UTC
*** Bug 547100 has been marked as a duplicate of this bug. ***
Comment 4 Jonathan Matthew 2008-09-07 05:54:49 UTC
*** Bug 550695 has been marked as a duplicate of this bug. ***
Comment 5 Jonathan Matthew 2008-09-27 02:46:10 UTC
*** Bug 553339 has been marked as a duplicate of this bug. ***
Comment 6 Jonathan Matthew 2008-10-16 14:19:49 UTC
*** Bug 556360 has been marked as a duplicate of this bug. ***
Comment 7 Jonathan Matthew 2008-11-10 22:57:57 UTC
*** Bug 557301 has been marked as a duplicate of this bug. ***
Comment 8 Jonathan Matthew 2008-11-11 03:01:51 UTC
*** Bug 517293 has been marked as a duplicate of this bug. ***
Comment 9 Jonathan Matthew 2008-11-11 03:02:12 UTC
*** Bug 529620 has been marked as a duplicate of this bug. ***
Comment 10 Jonathan Matthew 2008-11-18 00:36:03 UTC
2008-11-18  Jonathan Matthew  <jonathan@d14n.org>

        * widgets/rb-library-browser.c: (rb_library_browser_class_init),
        (rb_library_browser_dispose), (rb_library_browser_finalize):
        Remove the browser rebuild idle handler when the browser is disposed.
        Fixes #467420.
Comment 11 Jonathan Matthew 2008-11-18 00:37:04 UTC
*** Bug 561231 has been marked as a duplicate of this bug. ***
Comment 12 Jonathan Matthew 2008-11-20 20:44:06 UTC
*** Bug 558987 has been marked as a duplicate of this bug. ***
Comment 13 Jonathan Matthew 2008-11-24 03:51:26 UTC
*** Bug 562082 has been marked as a duplicate of this bug. ***
Comment 14 Jonathan Matthew 2008-11-24 21:24:56 UTC
*** Bug 562136 has been marked as a duplicate of this bug. ***
Comment 15 Jonathan Matthew 2008-12-04 22:37:17 UTC
*** Bug 562766 has been marked as a duplicate of this bug. ***
Comment 16 Jonathan Matthew 2008-12-04 22:38:42 UTC
*** Bug 562797 has been marked as a duplicate of this bug. ***
Comment 17 Jonathan Matthew 2008-12-30 21:02:48 UTC
*** Bug 566042 has been marked as a duplicate of this bug. ***
Comment 18 Jonathan Matthew 2009-01-08 23:10:15 UTC
*** Bug 567055 has been marked as a duplicate of this bug. ***
Comment 19 Jonathan Matthew 2009-01-11 05:47:49 UTC
*** Bug 567232 has been marked as a duplicate of this bug. ***
Comment 20 Jonathan Matthew 2009-01-20 04:07:26 UTC
*** Bug 568383 has been marked as a duplicate of this bug. ***
Comment 21 Jonathan Matthew 2009-01-28 01:24:19 UTC
*** Bug 569295 has been marked as a duplicate of this bug. ***
Comment 22 Jonathan Matthew 2009-02-02 22:54:28 UTC
*** Bug 570287 has been marked as a duplicate of this bug. ***
Comment 23 Jonathan Matthew 2009-02-15 23:09:23 UTC
*** Bug 571836 has been marked as a duplicate of this bug. ***
Comment 24 Jonathan Matthew 2009-03-28 00:18:55 UTC
*** Bug 577029 has been marked as a duplicate of this bug. ***
Comment 25 Gianluca Borello 2009-03-29 12:18:52 UTC
*** Bug 577180 has been marked as a duplicate of this bug. ***
Comment 26 Jonathan Matthew 2009-04-23 22:55:53 UTC
*** Bug 579981 has been marked as a duplicate of this bug. ***
Comment 27 Jonathan Matthew 2009-11-10 21:06:10 UTC
*** Bug 601407 has been marked as a duplicate of this bug. ***