Created attachment 2891 backtrace of the crash Forwarded from https://bugzilla.redhat.com/show_bug.cgi?id=552265 abrt 1.0.2 detected a crash. How to reproduce ----- 1. Right click on a file in detailed view 2. If Thunar doesn't crash try again several times Attached file: backtrace cmdline: Thunar --daemon component: Thunar executable: /usr/bin/Thunar kernel: 2.6.31.9-174.fc12.x86_64 package: Thunar-1.0.1-3.fc12 rating: 4 reason: Process was terminated by signal 11 (Segmentation fault)
This has to be a bug in GTK cause of the call to g_object_new in line # 184 of file tvp-svn-action.c . Seems like to be a memory management issue in GTK ...
Ether GTK or thunar-volman-plugin.
There was a mixup in bugs. Backtraces and a solution from this bug 6322 were provided in bug 6404. This solution to this bug seems to be to change g_quark_from_static_string to g_quark_from string since g_quark_from_static_string is not allowed in dynamicaly loaded libraries like Thunar plugins.
The solution is comited in commit ea009b3257ff46c650a0b332fab3c34ffc4e6f80.