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: Xavier Glattard
Subject: [bug #26046] Infinite loop on quit...
Date: Mon, 30 Mar 2009 11:12:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4

Follow-up Comment #4, bug #26046 (project gnustep):

I can not reproduce the problem. Same warnings than Fred. If you start the
application from a console you can quit with ctrl-c and it stops silently.

FYI:
The code Greg found out is intended to find the top-most parent of a
sub-window that gnustep does not recognize. It is needed to send the event
from an OpenGL x11 subwindow to its parent NSWindow. Maybe the subwindow
(and/or a parent) has already been destroyed when the visibility event is
processed here. Should this happend ?

Anyway I found THE ugly dummy mistake : we may replace "continue" with
"break" ! (in this loop and the similar one some lines below)
That will not prevent the error, but should prevent the endless loop.

I would test when I succeed reproducing the problem.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26046>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

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