• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Translating offset from crash dump
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Translating offset from crash dump


  • Subject: Re: Translating offset from crash dump
  • From: Marco S Hyman <email@hidden>
  • Date: Sat, 19 Dec 2015 12:57:49 -0800

> corresponds to your code.  You might want to get the assembly from each of lldb and "otool -tV", as each may provide symbolication that the other doesn't.  Hopefully, nearby references to selectors or strings will help you figure out which line of code the crash occurred on.

otool -t -V -function_offsets /path/to/obj/file

gives you the requested offsets, too.  At least it does in
$ otool --version
otool(1): Apple Inc. version cctools-877.8
disassmbler: Apple LLVM 7.0.2 (clang-700.1.81)



_______________________________________________

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


References: 
 >Translating offset from crash dump (From: Aandi Inston <email@hidden>)
 >Re: Translating offset from crash dump (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: Translating offset from crash dump
  • Next by Date: Re: Best way to get a file path for presentation to the user
  • Previous by thread: Re: Translating offset from crash dump
  • Next by thread: Bitmaps, colorspaces, etc.
  • Index(es):
    • Date
    • Thread