Re: What is last number at end of crash log line?
Re: What is last number at end of crash log line?
- Subject: Re: What is last number at end of crash log line?
- From: Bill Bumgarner <email@hidden>
- Date: Mon, 12 Sep 2011 10:31:29 -0700
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 (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