On Sep 12, 2011, at 10:27 AM, lbland wrote: > What does the 98 at the end of this line mean:? > > 8 com.apple.CoreFoundation 0x00007fff90662d32 -[NSMutableArray > removeObjectsInRange:] + 98 > > > … all the tech notes I can find explains everything else, but neglects > describing that last number (as if it is not there) …
Byte offset into the symbol. I.e. that means that the backtrace is at the instruction 98 bytes from the beginning of that particular method. b.bum _______________________________________________ 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