https://bugzilla.xfce.org/show_bug.cgi?id=12264
John Lindgren <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #65 from John Lindgren <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
