GNOME Bugzilla – Bug 628932
key typing causes core dump in VNC environment
Last modified: 2010-09-07 04:12:48 UTC
Created attachment 169637 [details] sylpheed's core backtrace log key typing causes core dump in VNC environment. For example, GTK+ MUA Sylpheed crashes if I type a key on it. % sylpheed Xlib: extension "RANDR" missing on display ":1.0". Gdk-ERROR **: Failed to get keymap aborting... zsh: trace trap (core dumped) sylpheed % It occurs in only VNC environment, not plain X. It is caused by below patch. It is included in 2.21.7. Make gdk_keymap_map_virtual_modifiers work early http://git.gnome.org/browse/gtk+/commit/?id=d5a8a3c9bc2a5dc30c1f16f2ac38869299aa86b9 gtk+ 2.21.6 : not crash gtk+ 2.21.6 applied it : crash gtk+ 2.21.7 : crash gtk+ 2.21.7 revert it : not crash GDB backtrace log attached. Regards, dai --