! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
crash in Thunar-1.0.1-3.fc12: __strcmp_ssse3: Process /usr/bin/Thunar was kil...
Status:
RESOLVED: FIXED
Product:
Thunar-vcs-plugin
Component:
General

Comments

Description Christoph Wickert editbugs 2010-03-20 00:03:31 CET
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)
Comment 1 Raphael Groner 2010-05-13 12:59:42 CEST
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 ...
Comment 2 Christoph Wickert editbugs 2010-12-11 22:49:45 CET
Ether GTK or thunar-volman-plugin.
Comment 3 Peter de Ridder editbugs 2011-07-17 21:54:05 CEST
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.
Comment 4 Peter de Ridder editbugs 2011-07-17 22:09:48 CEST
The solution is comited in commit ea009b3257ff46c650a0b332fab3c34ffc4e6f80.

Bug #6322

Reported by:
Christoph Wickert
Reported on: 2010-03-20
Last modified on: 2011-07-17

People

Assignee:
Jannis Pohlmann
CC List:
2 users

Version

Version:
unspecified

Attachments

backtrace of the crash (21.48 KB, text/plain)
2010-03-20 00:03 CET , Christoph Wickert
no flags

Additional information