site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi Duane, On May 14, 2008, at 10:44 AM, Duane Murphy wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Thanks, Try <http://developer.apple.com/technotes/tn2002/tn2063.html>. HTH, --gc -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.8.2 (Build 3005) Charset: ISO-8859-1 wsBVAwUBSCslFUrg9acQ4r2CAQhzpAgA9q5rff8qaw9NkLJvEHVjwz5F0q/fqr6d PuEeOQvjdD783g5dbVy5fSNSeOcILdh9Ut81dZM0iI9528VT5fY465izwm/m5NiL qoLrL9YKBQFSPTIl0eMu/n9tFzWNbu+2/pkybNebieW7sw/y11yQeAv8P7OpzeRa sTHrDOwv/cief3KThpiGGkZxf4SfoOPUpDEh/7x0ottQWXuOwkj1kPxbEEEjWIAk U1BcaTYS//yJIyc53pYHI1WDhBeLqt+l8rIeA9x3XFrUy5zLBREmeHaaPKC9zVEZ zt2Yw7TPIxRNlKsvF3lPG2VRoUJtW4q5T+hBRw6eJQK5GO5nhcHw6A== =fIxq -----END PGP SIGNATURE----- _______________________________________________ ____________________________________________________________________ Garth Cummings gcummings@apple.com Sr. Software Engineer Apple Developer Technical Support <http://developer.apple.com/technicalsupport> WWDC 2008 • June 9-13 • Moscone West • San Francisco, CA <http://developer.apple.com/wwdc/> _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... How can I convert a panic log backtrace dump into symbols for debugging? I seem to recall an article about how to do this, but I can't seem to find it. ...Duane This TN hasn't been updated for Intel processors yet, but the process for decoding a backtrace is nearly identical. Since Intel instructions are not fixed size, use "disass <address>" to disassemble the entire function to find the instruction referenced from the backtrace. This email sent to site_archiver@lists.apple.com
participants (1)
-
Garth Cummings