Re: NSWindow and autorelease with dynamic binary
Re: NSWindow and autorelease with dynamic binary
- Subject: Re: NSWindow and autorelease with dynamic binary
- From: "Wesley Smith" <email@hidden>
- Date: Tue, 15 Jan 2008 12:17:26 -0800
So I've been trying setting breakpoints everywhere and doing all of
the debugging env variable stuff I can to ge an info as to what's
going on with no luck. It seems there is a weird interaction between
the dynamic binary and the app in Cocoa and I can't get a bead on it.
I get crashes in dyld close and NSUnlinkModule depending on which I
use and sometimes from an app terminate-induced NSAutoreleasePool
call. What really puzzles me is the difference between manually
closing the window and procedurally closing the window. The former
works, the latter crashes. If all the manual method does is trigger
[win close], then I am doing the exact same thing procedurally and
there should be no difference, but this is not the case. I can't find
any docs on what might be different between the two. Any pointers?
thanks,
wes
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden