bug-gnustep
[Top][All Lists]
Advanced

[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/





reply via email to

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