On Wed, Feb 4, 2009 at 3:23 PM, Alan Shouls <asho...@humyo.com> wrote:
> Hi James,
>
>> The NSXML object is probably calling autorelease on something in its
>> dealloc method (this is perfectly legal, and should generally be seen as
>> implementation detail - you're just seeing a side effect of it here).
>
> Right - thanks for this. This explains what is happening.

And if you want to check it out further, the error message refers to
an _NSAutoreleaseNoPool function being called. Stick a breakpoint on
that function in the debugger and make the problem happen again, and
then you can see precisely where it's happening and, hopefully, get an
idea as to why.

Mike
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to