Menu

#120 crash at startup

open
nobody
None
5
2004-09-22
2004-09-22
Anonymous
No

Zinf 2.2.5 crashes at startup, right after I clicked on
the "no" button of the "reclaim file types" dialog. The
console shows the following:

(<unknown>:829): Gdk-WARNING **: Attempt to draw a
drawable with depth 24 to a drawable with depth 32

(<unknown>:829): Gdk-WARNING **: Attempt to draw a
drawable with depth 24 to a drawable with depth 32

(<unknown>:829): Gdk-WARNING **: Attempt to draw a
drawable with depth 24 to a drawable with depth 32

(<unknown>:829): Gdk-CRITICAL **: file gdkwindow-x11.c:
line 2510 (gdk_window_set_back_pixmap): assertion
`pixmap == NULL || gdk_drawable_get_depth (window) ==
gdk_drawable_get_depth (pixmap)' failed
The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 919 error_code 8 request_code 62
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.)

I got the same result on two different machines.
kernel 2.8.1, X11R6.8.1, gnome 2.6.1 and 2.8.0, GTK+
2.4.3 and 2.4.10.

Discussion

  • Manuel Nickschas

    Logged In: YES
    user_id=509175

    I can confirm/reproduce this. Kernel 2.6.9-rc2-nitro1, X11R6.8.1, KDE
    3.3.89, GTK+ 2.4.9.

     
  • Nobody/Anonymous

    Logged In: NO

    I've got it too, since using x.org.
    See http://cvs.gnome.org/viewcvs/gtk+/gdk/gdkdraw.c, find
    the word attempt in the text, there is something about the
    cause for this error.

     
  • OnyxG7

    OnyxG7 - 2004-10-23

    Logged In: YES
    user_id=406244

    (forgot to login just below)
    This is because x.org uses alpha blending.

     
  • rhowardiv

    rhowardiv - 2005-02-01

    Logged In: YES
    user_id=1209296

    Workaround: remove composite extension in xorg.conf

    see:

    http://forums.gentoo.org/viewtopic.php?t=264789

     
  • OnyxG7

    OnyxG7 - 2005-02-01

    Logged In: YES
    user_id=406244

    Thanks.
    The problem is well identified, and composite is here to
    stay, so I hope you'll find a fix.

     
  • cloakable

    cloakable - 2007-01-04

    Logged In: YES
    user_id=1648647
    Originator: NO

    Still there. Workaround isn't supported in Ubuntu Edgy - no extensions section.

     
  • Nobody/Anonymous

    Logged In: NO

    the same thing here !!! dissapointed :-(

     

Log in to post a comment.