[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interesting XWindowBuffer X11 error
From: |
Enrico Sersale |
Subject: |
Re: Interesting XWindowBuffer X11 error |
Date: |
Thu, 10 Apr 2003 12:41:17 +0300 (EEST) |
On Thu, 10 Apr 2003, Michael Hanni wrote:
> Howdy,
>
> I've been running into this X11 Error when opening the preferences windows for
> TextEdit.app. This is while being run with --GNU-Debug=XSynchronize.
>
> Breakpoint 1, XGErrorHandler (display=0x10146788, err=0x7fffec88)
> at XGServerEvent.m:103
> 103 XGServer *ctxt = (XGServer*)GSCurrentServer();
> (gdb) bt
> #0 XGErrorHandler (display=0x10146788, err=0x7fffec88) at
> XGServerEvent.m:103
> #1 0x0eee1db4 in _XError () from /usr/X11R6/lib/libX11.so.6
> #2 0x0eee0180 in _XReply () from /usr/X11R6/lib/libX11.so.6
> #3 0x0eeda8e8 in XSync () from /usr/X11R6/lib/libX11.so.6
> #4 0x0eeda9a4 in _XSyncFunction () from /usr/X11R6/lib/libX11.so.6
> #5 0x0eeb809c in XSetWindowBackground () from /usr/X11R6/lib/libX11.so.6
> #6 0x0f2c9b7c in -[XWindowBuffer dealloc] (self=0x10226a30,
> _cmd=0xfb8c334)
> at XWindowBuffer.m:517
> #7 0x0fa5e500 in -[NSObject release] (self=0x10226a30, _cmd=0xf337adc)
> at NSObject.m:1636
> #8 0x0f2d0864 in -[ARTGState(internal) stuff:dealloc] (self=0x10226b48,
> _cmd=0xfb8c334) at ARTContext.m:524
> #9 0x0fa5e500 in -[NSObject release] (self=0x10226b48, _cmd=0xfb77784)
> at NSObject.m:1636
> #10 0x0f9d773c in -[NSAutoreleasePool dealloc] (self=0x100be1c0,
> _cmd=0xfb77774) at NSAutoreleasePool.m:436
> #11 0x0f9d761c in -[NSAutoreleasePool release] (self=0x100be1c0,
> _cmd=0xff7da2c) at NSAutoreleasePool.m:393
> #12 0x0fd1a560 in -[NSApplication run] (self=0x1012c708, _cmd=0xff7bcf4)
> at NSApplication.m:1061
> #13 0x0fd0d824 in NSApplicationMain (argc=2, argv=0x7fffefe4) at
> Functions.m:72
> #14 0x10013de0 in main (argc=269772680, argv=0x7fffec88) at
> TextEdit_main.m:5
> #15 0x0f5f6f0c in __libc_start_main () from /lib/libc.so.6
>
> Oh, this is a BadWindow X11 Error. I'll try to resend the actual
> protocol error later.
>
> Cheers,
>
> Michael
I don't know if it is the same problem, but, from some time, I'm getting
this:
GWorkspace[3627] X-Windows error - BadWindow (invalid Window parameter)
on display: :0.0
type: 0
serial number: 13453
request code: 2
with GWorkspace, when I switch from Browser view to Icons view.
It seems that the problem has happened the first time when this change has
be done in back:
2003-03-26 00:24 Alexander Malmberg <alexander@malmberg.org>
* Source/x11/XWindowBuffer.m (-dealloc): Free the shared memory pixmap (if
one was allocated).
* Source/art/composite.m: When checking whether the overlap handling
should be used, compare windows, not gstates.
Re: Interesting XWindowBuffer X11 error, Alexander Malmberg, 2003/04/10