Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63716 - Epiphany crashes when opening the toolbar editor, error messages on the console about drawables and colormaps
Summary: Epiphany crashes when opening the toolbar editor, error messages on the conso...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-11 16:37 UTC by ted.reed
Modified: 2004-09-25 22:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ted.reed 2004-09-11 16:37:30 UTC
These are the errors Epiphany dumps to the console when this crash occurs. Perhaps this is related to xorg 6.8.0? I'll try downgrading later to see.

(epiphany-bin:7373): Gdk-CRITICAL **: file gdkdraw.c: line 265 (gdk_drawable_set_colormap): assertion `cmap == NULL || gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed

(epiphany-bin:7373): Gdk-WARNING **: gdkpixbuf-drawable.c:1248: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap()

(epiphany-bin:7373): Gdk-CRITICAL **: file gdkdraw.c: line 265 (gdk_drawable_set_colormap): assertion `cmap == NULL || gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed

(epiphany-bin:7373): Gdk-WARNING **: gdkpixbuf-drawable.c:1248: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap()
The program 'epiphany-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 3516 error_code 8 request_code 70 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


Reproducible: Always
Steps to Reproduce:
1. Go to Edit->Toolbars.

Actual Results:  
Program crashes.

Expected Results:  
Present a toolbar editor.

xorg 6.8.0 via ~x86, but all gnome stuff is x86

Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1,
2.6.8-ck6)
=================================================================
System uname: 2.6.8-ck6 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X acl acpi aim alsa apm audiofile avi berkdb bidi bitmap-fonts bonobo
bzlib cdr cjk crypt cups curl dvd encode esd ethereal evo exif fam flac flash
foomaticdb ftp gdbm gif gnome gnutls gphoto2 gpm gstreamer gtk gtk2 iconv icq
imap imlib jabber java jikes joystick jpeg libg++ libgda libwww mad maildir mbox
mikmod mime ming mmap mmx motif mozilla mpeg ncurses nls nocd offensive
oggvorbis openal opengl oscar oss pam pda pdflib perl pic png python quicktime
readline ruby samba sdl sharedmem slang sockets speex spell ssl svg svga tcpd
theora tiff truetype unicode usb videos x86 xml2 xprint xv zlib"
Comment 1 foser (RETIRED) gentoo-dev 2004-09-13 12:50:11 UTC
try to get a backtrace (with debugging symbols)
Comment 2 foser (RETIRED) gentoo-dev 2004-09-14 06:23:08 UTC
this is supposedly a problem with xorg-x11
Comment 4 ted.reed 2004-09-25 22:40:10 UTC
Latest version seems to have fixed this.