GNOME Bugzilla – Bug 164185
toolbar editor crash
Last modified: 2005-01-15 21:35:28 UTC
The toolbar editor crashes before opening, with this message: (epiphany:27360): Gdk-CRITICAL **: gdk_drawable_set_colormap: assertion `cmap == NULL || gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed The program 'epiphany' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 13100 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.) With gdb, I haven't been able to break on gdk_x_error, apparently it isn't defined. I have X.org's composite extension enabled.
Hello Gabriel, Do you have the composite X extension enabled (-> bug 150259) ?
Oups, didn't read the end of the previous comment. :) So it seems to come from the composite. You have to remove this extension from the Xorg.conf file to avoid crash. I set this bug as dup of bug 150259 *** This bug has been marked as a duplicate of 150259 ***