[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/
- [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, 2009/03/30
- [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 <=
- [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