Created attachment 6710 bt and stderr of crash I regularly drag and drop file onto the path bar as a means of moving files to a parent directory. I have been experiencing crashes for a while doing just that. I think it may be a data race, for several reasons: * The crashes are not always reproducible, * The backtraces are not identical, * The crashes don't happen when Thunar runs inside the debugger. The crash seems to happen in thunar_info_clear() Enclosed are 4 backtraces and a couple of stderr captures.
I saw a new crash whilst renaming a file. When a crash happens, the action triggering it always completes, which seems to points towards thunar_file_reload_idle(). Also, I don't experience crashes anymore as soon as I disable the thumbnailer, so I guess the reason is a data race between thunar_file_reload() and icon reloading. I can't isolate it further because GCC's thread sanitizer shows tons of data races and I don't know if those are false positives.
This might be related to bug 12320 - or even a duplicate.
@pal Considering Robert's comment: Is it still an issue for you when using newer thunar releases ?
Since there is no further information, and the related bug already got fixed I will close this bug for now. Please feel free to reopen if it is still an issue for you !