NSCFArray beyond bounds
NSCFArray beyond bounds
- Subject: NSCFArray beyond bounds
- From: Alexander Cohen <email@hidden>
- Date: Fri, 29 Dec 2006 10:48:49 -0500
Im getting an NSCFArray beyond bounds error in the console a lot from
my app, im not sure how to find culprit. Is there any place i can put
a break point that will only break when that message is output to the
console? I tried 'NSLog' but that only seems to give me a 5 or 6
frame stack. This seems to tell me that my problem is going on in
another thread than the main thread. I also tried 'objectAtIndex' but
that message is sent much too often. Please help!
here's the error message:
*** -[NSCFArray objectAtIndex:]: index (17) beyond bounds (17)
thanks
Alex
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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