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 588244 - GnomeDesktopThumbnailFactory script reloading is not thread-safe wrt thumbnailing
GnomeDesktopThumbnailFactory script reloading is not thread-safe wrt thumbnai...
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-10 13:04 UTC by Dan Winship
Modified: 2009-07-27 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix thumbnailer thread-safety (2.32 KB, patch)
2009-07-10 13:05 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2009-07-10 13:04:33 UTC
It's careful to avoid reloading the scripts_hash from two threads at once, but it doesn't protect *accesses* to scripts_hash.

It's broken in libgnomeui too but I assume we don't care.
Comment 1 Dan Winship 2009-07-10 13:05:03 UTC
Created attachment 138189 [details] [review]
Fix thumbnailer thread-safety
Comment 2 Vincent Untz 2009-07-27 11:39:15 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.