[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #26046] Infinite loop on quit...
From: |
Gregory John Casamento |
Subject: |
[bug #26046] Infinite loop on quit... |
Date: |
Mon, 30 Mar 2009 04:29:07 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.14eol) Gecko/20070505 (Debian-1.8.0.15~pre080614i-0etch1) Epiphany/2.14 |
Follow-up Comment #1, bug #26046 (project gnustep):
I've narrowed it down to this code in XGServerEvent.m @ line 942
28036 xgl // sub-window ?
28036 xgl {
28036 xgl Window xw;
28036 xgl xw = xEvent.xvisibility.window;
28036 xgl while (cWin == 0)
28036 xgl {
28036 xgl Window rw, *cw; unsigned int nc;
28036 xgl if ( !XQueryTree(dpy, xw, &rw, &xw, &cw,
&nc) )
28036 xgl continue;
28036 xgl if ( cw != NULL )
28036 xgl XFree(cw);
28036 xgl generic.cachedWindow
28036 xgl = [XGServer _windowForXWindow:xw];
28036 xgl }
28036 xgl }
28036 xgl
Can anyone suggest a fix for this? The XQueryTree code is what seems to be
causing the issue.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26046>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #26046] Infinite loop on quit..., Gregory John Casamento, 2009/03/30
- [bug #26046] Infinite loop on quit..., Gregory John Casamento, 2009/03/30
- [bug #26046] Infinite loop on quit...,
Gregory John Casamento <=
- [bug #26046] Infinite loop on quit..., Gregory John Casamento, 2009/03/30
- [bug #26046] Infinite loop on quit..., Fred Kiefer, 2009/03/30
- [bug #26046] Infinite loop on quit..., Xavier Glattard, 2009/03/30
- [bug #26046] Infinite loop on quit..., Xavier Glattard, 2009/03/30
- [bug #26046] Infinite loop on quit..., matt rice, 2009/03/30
- [bug #26046] Infinite loop on quit..., Xavier Glattard, 2009/03/30
- [bug #26046] Infinite loop on quit..., Fred Kiefer, 2009/03/31