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 484611 - rhythmbox crashed with SIGSEGV in rhythmdb_monitor_uri_path()
rhythmbox crashed with SIGSEGV in rhythmdb_monitor_uri_path()
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other Linux
: Normal critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 567962 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-10-08 07:08 UTC by Sebastien Bacher
Modified: 2009-01-16 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2007-10-08 07:08:39 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/150191

"Binary package hint: rhythmbox

crashed after startup when scrolling through interpret list.
...
Package: rhythmbox 0.11.2-0ubuntu4
...
  • #0 g_hash_table_resize
    at /build/buildd/glib2.0-2.14.1/glib/ghash.c line 827
  • #1 rhythmdb_monitor_uri_path
    at rhythmdb-monitor.c line 319
  • #2 rb_uri_handle_recursively_cb
    at rb-file-helpers.c line 873
  • #3 directory_visit_internal
    at gnome-vfs-directory.c line 401
  • #4 directory_visit_internal
    at gnome-vfs-directory.c line 426
  • #5 gnome_vfs_directory_visit
    at gnome-vfs-directory.c line 542
  • #6 _recurse_async_func
    at rb-file-helpers.c line 982
  • #7 g_thread_create_proxy
    at /build/buildd/glib2.0-2.14.1/glib/gthread.c line 635
  • #8 start_thread
    from /lib/libpthread.so.0
  • #9 clone
    from /lib/libc.so.6
  • #10 ??

Comment 1 Jonathan Matthew 2007-10-09 11:41:36 UTC
Looks like the hash table we use to track monitored directories needs some locking.
Comment 2 Jonathan Matthew 2008-11-21 11:55:39 UTC
2008-11-21  Jonathan Matthew  <jonathan@d14n.org>

        * rhythmdb/rhythmdb-monitor.c: (rhythmdb_init_monitoring),
        (rhythmdb_finalize_monitoring), (actually_add_monitor),
        (rhythmdb_process_changed_files):
        Add a mutex around the monitored directory map because it can be
        accessed from multiple threads.  Probably fixes #484611.
Comment 3 Jonathan Matthew 2009-01-16 13:28:05 UTC
*** Bug 567962 has been marked as a duplicate of this bug. ***