[Xfce-bugs] [Bug 12264] Crash when renaming single file in folder

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Jun 17 09:25:37 CEST 2016


https://bugzilla.xfce.org/show_bug.cgi?id=12264

John Lindgren <john.lindgren at aol.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.lindgren at aol.com

--- Comment #65 from John Lindgren <john.lindgren at aol.com> ---
Late to the party here.  I have a feeling that there are multiple issues, and
some of the patches may be addressing symptoms and not the root causes.  One
big issue that I see is in thunar-file.c, where there is one central hash table
of ThunarFile objects, which are accessed concurrently from multiple threads
with very inadequate protection against race conditions.

This patch fixes a bunch of g_object_ref warnings and an eventual crash for me:
https://github.com/jlindgren90/thunar/commit/9c6dbb1dae70

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list