Comment 87 for bug 1439288

Revision history for this message
In , Aliakc (aliakc) wrote :

Created attachment 6051
Fix for race condition

Found it.

thunar-transfer-job.c

References preference object before the if return statements. This seem to be too much for getting things done "just in time". The method seem to be hit heavily. I moved the entire block below the if statements and never had a crash again.

Please someone test.