Re: Segmentation fault while loading Cocoa NIB

2009-06-21 Thread Fred Kiefer
Date: June 16, 2009 4:29:48 PM PDT To: bug-gnustep@gnu.org Subject: Segmentation fault while loading Cocoa NIB I am developing an application to run under MacOS and GNUstep. The windows are stored as Cocoa NIBs. One of the windows causes a crash the second or third time it loads when I'm

Re: Segmentation fault while loading Cocoa NIB

2009-06-21 Thread Fred Kiefer
With your preparation the rest was easy, as you suggested it was a problem in the initWithCoder: method of NSUserDefaultsController. I had forgotten to retain the shared object before returning it from this method. Thank you once more for your great bug report. Fred Fred Kiefer wrote: After

Re: Segmentation fault while loading Cocoa NIB

2009-06-19 Thread Fred Kiefer
message: From: Andy Balholm a...@balholm.com Date: June 16, 2009 4:29:48 PM PDT To: bug-gnustep@gnu.org Subject: Segmentation fault while loading Cocoa NIB I am developing an application to run under MacOS and GNUstep. The windows are stored as Cocoa NIBs. One of the windows causes a crash

Segmentation fault while loading Cocoa NIB

2009-06-18 Thread Andy Balholm
I am developing an application to run under MacOS and GNUstep. The windows are stored as Cocoa NIBs. One of the windows causes a crash the second or third time it loads when I'm running the program under GNUstep for either Windows or FreeBSD. (The main document window is fine, though.) It

Fwd: Segmentation fault while loading Cocoa NIB

2009-06-18 Thread Andy Balholm
Begin forwarded message: From: Andy Balholm a...@balholm.com Date: June 16, 2009 4:29:48 PM PDT To: bug-gnustep@gnu.org Subject: Segmentation fault while loading Cocoa NIB I am developing an application to run under MacOS and GNUstep. The windows are stored as Cocoa NIBs. One of the windows

Re: Fwd: Segmentation fault while loading Cocoa NIB

2009-06-18 Thread Fred Kiefer
: From: Andy Balholm a...@balholm.com Date: June 16, 2009 4:29:48 PM PDT To: bug-gnustep@gnu.org Subject: Segmentation fault while loading Cocoa NIB I am developing an application to run under MacOS and GNUstep. The windows are stored as Cocoa NIBs. One of the windows causes a crash