[bug #26046] Infinite loop on quit...

2009-03-30 Thread Xavier Glattard
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

[bug #26046] Infinite loop on quit...

2009-03-30 Thread Fred Kiefer
Follow-up Comment #3, bug #26046 (project gnustep): I tried to reproduce this problem, but failed long before getting there. When I compile gormtest I get the following warnings: Warning: English.lproj/urltest.gorm not found - ignoring Warning: English.lproj/testmatrix.nib not found - ignoring

[bug #26046] Infinite loop on quit...

2009-03-30 Thread Xavier Glattard
Follow-up Comment #5, bug #26046 (project gnustep): I now can run gormtest, but I still can not reproduce the error, with or without the 'break' correction. But I can make the application hang if I close it (with the menu) as soon as it displays. If I wait 1 or 2 sec before I ask for quitting

[bug #26046] Infinite loop on quit...

2009-03-30 Thread matt rice
Follow-up Comment #6, bug #26046 (project gnustep): Xavier Wrote: Nothing to do with my changes. This code is not executed at all: the loop is only entered when the window of the event is not a NSWindow, and AFAIK this only happend with a NSOpenGLView. In short cWin is never null. i'm

[bug #26046] Infinite loop on quit...

2009-03-30 Thread Xavier Glattard
Follow-up Comment #7, bug #26046 (project gnustep): Sure it may happen but it actually does not with gormtest on my computer. I don't even get a VisibilityNotify event when the app is closing: *my code is not executed*. So i can not know if turning the 'continue's into 'break's prevents the

[bug #26046] Infinite loop on quit...

2009-03-29 Thread Gregory John Casamento
Update of bug #26046 (project gnustep): Status:None = In Progress Assigned to:None = gcasa ___ Reply to this item at:

[bug #26046] Infinite loop on quit...

2009-03-29 Thread Gregory John Casamento
Follow-up Comment #1, bug #26046 (project gnustep): I've narrowed it down to this code in XGServerEvent.m @ line 942 28036xgl // sub-window ? 28036xgl { 28036xgl Window xw; 28036xgl xw = xEvent.xvisibility.window;

[bug #26046] Infinite loop on quit...

2009-03-29 Thread Gregory John Casamento
Follow-up Comment #2, bug #26046 (project gnustep): I'm going to comment this code out and notify Xavier Glattard about the problem so that it can be corrected. ___ Reply to this item at: http://savannah.gnu.org/bugs/?26046