gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems when resizing window


From: Fred Kiefer
Subject: Problems when resizing window
Date: Tue, 03 Oct 2006 15:58:12 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060911)

Even after all the backend window changes I still have problems when
resizing a window. The reported error is:

2006-10-03 15:50:15.860 GSTest[25446] X-Windows error - BadValue
(integer parameter out of range for operation)
          on display: :0.0
                type: 0
       serial number: 669
        request code: 143


This is caused by the following stack:

Breakpoint 2, XGErrorHandler (display=0x8189960, err=0xbf9d177c)
    at XGServerEvent.m:121
121       XGServer      *ctxt = (XGServer*)GSCurrentServer();
(gdb) bt
#0  XGErrorHandler (display=0x8189960, err=0xbf9d177c) at
XGServerEvent.m:121
#1  0xb709027f in _XError () from /usr/X11R6/lib/libX11.so.6
#2  0xb7091f54 in _XReply () from /usr/X11R6/lib/libX11.so.6
#3  0xb707a396 in XGetWindowProperty () from /usr/X11R6/lib/libX11.so.6
#4  0xb71f1442 in PropGetCheckProperty (dpy=0x8189960, window=73400357,
    hint=403, type=6, format=32, count=4, retCount=0xbf9d1930)
    at XGServerWindow.m:114
#5  0xb71f6e60 in -[XGServer(WindowOps) styleoffsets::::::] (self=0x81884d8,
    _cmd=0xb724def0, l=0xbf9d1988, r=0xbf9d1984, t=0xbf9d1990, b=0xbf9d198c,
    style=15, win=73400357) at XGServerWindow.m:2043
#6  0xb71f2165 in -[XGServer(WindowOps) _XFrameToOSFrame:for:] (
    self=0x81884d8, _cmd=0xb724d078, x=
        {origin = {x = 100, y = 714}, size = {width = 485, height = 114}},
    window=0x81f6218) at XGServerWindow.m:494
#7  0xb71ed4bd in -[XGServer(EventOps) processEvent:] (self=0x81884d8,
    _cmd=0xb724d018, event=0xbf9d1de0) at XGServerEvent.m:808
#8  0xb71eb828 in -[XGServer(EventOps) receivedEvent:type:extra:forMode:] (
    self=0x81884d8, _cmd=0xb7c00958, data=0x7, type=ET_RDESC, extra=0x7,
    mode=0xb7bcd918) at XGServerEvent.m:301
#9  0xb7aafc4a in -[GSRunLoopCtxt pollUntil:within:] (self=0x81a40d0,


This happens with the art backend, the xlib and the cairo backend both
resize without an error, which is quite surprising for me. I use KDE
with the default window manager (kwin ?) running under SuSE Linux 10.1.

Yes this is with an updated GNUstep from today.

Cheers
Fred

PS: Why does "openapp ./GSTest" work but for debugging I have to specify
"debugapp ./GSTest.app". Without the file extension gdb complains it
cannot find the program.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]