! 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 on "Configure custom actions..."
Status:
CLOSED: FIXED

Comments

Description Daichi Kawahata 2005-12-04 01:29:44 CET
When I select this menu, Thunar crashes:

Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
aborting...
Trace/BPT/RangeErr/DivZero/Ovflow trap (core dumped)

Reproducible: Always
Steps to Reproduce:
1. Select "Configure custom actions..." from menubar.




I'm using CVS HEAD in both gtk+/glib, the last changes in gtk+ was

2005-12-01  Michael Natterer  <mitch@imendio.com>

        Merged modified patch from maemo-gtk that allows to disable
        toolbar animations. Addresses bug #142582.

        * gtk/gtksettings.c: added boolean property "gtk-enable-animations".
        (patch from Christian Neumair)

        * gtk/gtktoolbar.c: don't animate toolbar changes if the settings
        property is FALSE. Replaced the individual "notify::foo"
        connections to GtkSettings by a single "notify" callback and
        dispatch internally.
Comment 1 Daichi Kawahata 2005-12-04 01:34:55 CET
Created attachment 357 
Stacktrace log

Cflags were -O2 -g.
Comment 2 Benedikt Meurer editbugs 2005-12-04 08:47:40 CET
Created attachment 358 
Suggested fix

Try this one.
Comment 3 Daichi Kawahata 2005-12-04 09:52:48 CET
Worked, thanks.
Comment 4 Benedikt Meurer editbugs 2005-12-04 13:34:39 CET
Committed with revision 18990.

Bug #1260

Reported by:
Daichi Kawahata
Reported on: 2005-12-04
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.1svn

Attachments

Stacktrace log (33.28 KB, text/plain)
2005-12-04 01:34 CET , Daichi Kawahata
no flags
Suggested fix (1.48 KB, patch)
2005-12-04 08:47 CET , Benedikt Meurer
no flags

Additional information