GNOME Bugzilla – Bug 484611
rhythmbox crashed with SIGSEGV in rhythmdb_monitor_uri_path()
Last modified: 2009-01-16 13:28:05 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 ...
+ Trace 168688
Looks like the hash table we use to track monitored directories needs some locking.
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.
*** Bug 567962 has been marked as a duplicate of this bug. ***