Re: strange malloc error with NSWindow makeKeyAndOrderFront:
Re: strange malloc error with NSWindow makeKeyAndOrderFront:
- Subject: Re: strange malloc error with NSWindow makeKeyAndOrderFront:
- From: Josh Burnett <email@hidden>
- Date: Wed, 5 Oct 2005 02:49:46 -0400
I still don't know what exactly the problem was, but I seem to have
fixed it.
Out of curiosity (and frustration) I added another window to my nib
file and tried bringing that window forward, rather than the one that
was giving me the error. No problem. So, one by one, I copied each
element from the bad window to the good one, testing the app to see if
it raised the error. Nope.
In the end, I essentially replaced the old window with the new one.
Either my nib file had somehow been corrupted, or I missed a connection
somewhere (doubtful, since this was a pretty simple window, and I
really transferred the settings one by one).
In any case, it's 'solved.' Thanks for your time!
Josh
On Oct 4, 2005, at 11:58 PM, Nick Zitzmann wrote:
On Oct 4, 2005, at 8:38 PM, Josh Burnett wrote:
Any ideas as to what might be causing this strange error? I'm quite
stumped.
No, but you can probably figure out what's causing the problem by
breaking on -[NSException raise].
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden