! 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 !
Assertion failure in 0.1.4svn
Status:
CLOSED: FIXED

Comments

Description Daichi Kawahata 2005-11-30 15:46:32 CET
Every startup, Thunar gets crashed by assertion failure below

Thunar-ERROR **: file thunar-folder.c: line 546 (thunar_folder_get_for_file):
assertion failed: (GTK_OBJECT_FLOATING (folder))
aborting...
Trace/BPT/RangeErr/DivZero/Ovflow trap (core dumped)

Reproducible: Always
Steps to Reproduce:
1. 
2. 
3. 




Compiled with gcc 4.0.1 (-O2 -g -W -Wall -Wformat=2 -fno-var-tracking),
gtk/glib are 2.9.0/2.9.1 (CVS HEAD), gamin 0.1.7 and libstartup-notification
0.8 are enabled.
Comment 1 Daichi Kawahata 2005-11-30 15:49:01 CET
Created attachment 351 
Stacktrace log

If that log doesn't provide enough information, I'll build Thunar with -O0 -g3.
Comment 2 Benedikt Meurer editbugs 2005-11-30 16:13:55 CET
Meh, GtkObject/GObject 2.9.0. They moved the FLOATING flag to the GObject class.
Now there are two FLOATING flags, one per object for the GtkObjectClass part and
one for the GObjectClass part, while only the GObjectClass one is set. I'll work
around this.
Comment 3 Benedikt Meurer editbugs 2005-11-30 16:24:27 CET
Ok, should be fixed with revision 18974 (libexo+thunar).

Bug #1249

Reported by:
Daichi Kawahata
Reported on: 2005-11-30
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.1svn

Attachments

Stacktrace log (10.72 KB, text/plain)
2005-11-30 15:49 CET , Daichi Kawahata
no flags

Additional information