Bug 105119

Summary: pan/vmware crashes on clicking menu
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jens Axboe <axboe>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jens Axboe 2005-08-17 09:09:48 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.
Comment 1 Rodrigo Moya 2005-08-17 12:00:01 UTC
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
Comment 2 Jens Axboe 2005-08-17 12:43:17 UTC
Works in beta2, just tested. I'm closing as FIXED.