Re: backtrace() symbolizes wrong, to an inline function
Re: backtrace() symbolizes wrong, to an inline function
- Subject: Re: backtrace() symbolizes wrong, to an inline function
- From: Jerry Krinock <email@hidden>
- Date: Thu, 04 Oct 2012 13:08:37 -0700
On 2012 Oct 04, at 11:07, Fritz Anderson <email@hidden> wrote:
> If symbols are not present in the executable, the trace will search backwards in memory to the closest symbol that happens to be defined.
Thank you, Fritz. It seems like the backtracer should have a way to avoid presenting incorrect information, but apparently not.
I just noticed that this inline function is listed in the framework's exported symbols (.exp) file. So that's why it doesn't get stripped and is available for symbolizing.
Jerry
_______________________________________________
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