Bugzilla – Bug 105119
pan/vmware crashes on clicking menu
Last modified: 2005-08-17 12:43:17 UTC
After upgrading two different x86-64 workstations to 10.0-beta1, pan and vmware (possibly other gtk1/2 applications, don't use it much) crash instantly when clicking any part of the menu. This is what I see on the xterm: axboe@linux:~> pan Gtk - gtkobject.c:310: Property type `GObject-closure-array' is not supported by the GtkArg compatibility code (pan:6321): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to have a specified colormap. All windows have a colormap, however, pixmaps only have colormap by default if they were created with a non-NULL window argument. Otherwise a colormap must be set on them with gdk_drawable_set_colormap Segmentation fault Running from gdb with pan-debuginfo installed shows: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912548239392 (LWP 6373)] 0x00002aaaaca14c29 in cairo_xlib_surface_create_with_xrender_format () from /usr/lib64/libcairo.so.1 firefox works fine, though.
can you, at the gdb prompt, type 'bt' after the crash (or 'thread apply all bt' if bt does not return useful information) to get a stacktrace of the crash? Then, please attach it to the bug
Works in beta2, just tested. I'm closing as FIXED.