Re: file scan results in EX_BAD_ACCESS
Re: file scan results in EX_BAD_ACCESS
- Subject: Re: file scan results in EX_BAD_ACCESS
- From: Fritz Anderson <email@hidden>
- Date: Fri, 31 Aug 2007 21:49:40 -0500
So the code you want to show us is -[DataParser dealloc]. Evidently
it's calling itself.
Did you close it out with [self dealloc] instead of [super dealloc]?
— F
On Aug 31, 2007, at 9:28 PM, Daniel Child wrote:
I was stepping through until it hits the while loop. A breakpoint
after that shows that the error appears to occur at [pool release].
After canceling the thread stack message, there is a #0 thread that
reads: NSDecrementExtraRefCountWasZero., followed by 1 [NSObject
release] and a gazillion [DataParser dealloc]s.
_______________________________________________
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