Bug 105119 - pan/vmware crashes on clicking menu
Summary: pan/vmware crashes on clicking menu
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Critical
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 09:09 UTC by Jens Axboe
Modified: 2005-08-17 12:43 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.