-
My apologies:
version prior to 2.8 (including debian's version) are crashing with GTK+ 2.16.2
2.9 don't.
I was mistaking because I am the worst programer since the epoch
.
The call to gdk_x11_atom_to_xatom_for_display prior to the crash is not in
rox_wmspec_change_state() but in run_soap()
break in runsoap()
(gdb) next
1295 retval = call->func(args);
(gdb) nexti...
2009-07-01 14:37:24 UTC in ROX Desktop
-
Hii tal197, I did not report correctly the way to reproduce the crash:
- gtk+ version must be 2.16.2 (doesn't occure with 2.16.1)
Xorg version on which the crash occur are:
debian : 1.6.1
NetBSD 1.4.2
rox version that crash:
debian 2.8-1, git latest, NetBSD 2.4.1
WM tested: fvwm-crystal, twm and w9wm
'rox -S' or 'rox --pinboard=PIN' reproduce the crash with any of the wm I tested.
2009-06-27 23:23:01 UTC in ROX Desktop
-
« Some better thing to do would be to avoid calling
gdk_x11_atom_to_xatom_for_display() with GDK_NONE as a parameter » I meant
Some better thing to do would be to avoid calling
*rox_wmspec_change_state()* with GDK_NONE as a parameter.
2009-06-25 23:59:58 UTC in ROX Desktop
-
Hi I forgot to sign. Please send mail to yl AT icite dot fr (or marcopolo-ter at users.sourceforge.net)
Yves Lambert.
2009-06-25 23:57:42 UTC in ROX Desktop
-
Hi,
The call of gdk_x11_atom_to_xatom_for_display with GDK_NONE is very nasty as GDK_NONE is something that is returned by gdk in some special cases and should not be sent back to gtk (kick me if I'm wrong). Anyhow, due to some bug in gtk it used to be harmless to do so ( http://bugzilla.gnome.org/show_bug.cgi?id=580511 ) but as it has been corrected gdk_x11_atom_to_xatom_for_display instead...
2009-06-25 23:53:20 UTC in ROX Desktop