Re: NSAutounbinder not releasing my object in a timely manner
Re: NSAutounbinder not releasing my object in a timely manner
- Subject: Re: NSAutounbinder not releasing my object in a timely manner
- From: "TAYLOR J.M." <email@hidden>
- Date: Wed, 18 Jul 2012 21:28:11 +0100
- Thread-topic: NSAutounbinder not releasing my object in a timely manner
> > this nasty NSAutounbinder thingy then jumps in and re-retains it in some evil under-the-covers voodoo to do with avoiding retain cycles (as I understand it). Unfortunately the balancing autorelease only occurs 16 seconds later when I move the mouse! While not catastrophic this is pretty annoying and looks rather embarrassing.
> It's not embarrassing unless your users are running your app in a debugger.
Sorry, you've lost me there. Are you saying this will not occur if I am running standalone rather than under XCode? (Unfortunately I don't have the code in front of me to try this out). If that is the case then that's good - if frustrating - news. Is this a known issue then? I was working on the assumption that I was doing something obscurely wrong, or at least non-standard somewhere to trigger this from happening.
Or are you saying you only see the NSAutounbinder stuff in the debugger? If so then - sure, but it's the fact that the progress bar is just sitting there until I move the mouse that alarms me.
_______________________________________________
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