After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164185 - toolbar editor crash
toolbar editor crash
Status: RESOLVED DUPLICATE of bug 150259
Product: epiphany
Classification: Core
Component: Controls
unspecified
Other Linux
: Normal major
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-01-15 20:49 UTC by Gabriel de Perthuis
Modified: 2005-01-15 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gabriel de Perthuis 2005-01-15 20:49:22 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.
Comment 1 Baptiste Mille-Mathias 2005-01-15 21:19:13 UTC
Hello Gabriel, 
Do you have the composite X extension enabled (-> bug 150259) ?
Comment 2 Baptiste Mille-Mathias 2005-01-15 21:35:28 UTC
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 ***