• 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: Can't symbolicate crash reports
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't symbolicate crash reports


  • Subject: Re: Can't symbolicate crash reports
  • From: Robert Bielik <email@hidden>
  • Date: Thu, 19 Jan 2012 18:39:34 +0100

Jerry Krinock skrev 2012-01-19 02:10:
***************************************
*** STEPS TO SYMBOLIZE A CRASH DUMP ***
***************************************

1) Move/copy both the crashing .app and the relevant.dSYM files into the same directory.

[...]

14)  If you calculated a slide, tell gdb to get info for the address minus the slide:
       (gdb) info line *(<address>  -<slide>)
      Example:
       (gdb) info line *(0x0002ef5f - 0x1000)

Jesus H Christ. Is it really true that there is no way to open/read the crash dump in a less mind-bogglingly complex way ?

Windows:
1. Make sure symbols/sources are in search path of WinDbg
2. Load crash dump in WinDbg
3. Read the stacktrace (with the source code showing EXACTLY the point of the crash)

Now.. wouldn't that be easier?? Oooh, snap... I'm gonna get it now... ;)

/Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Can't symbolicate crash reports
      • From: "Mills, Steve" <email@hidden>
References: 
 >Can't symbolicate crash reports (From: Antonio Nunes <email@hidden>)
 >Re: Can't symbolicate crash reports (From: David Duncan <email@hidden>)
 >Re: Can't symbolicate crash reports (From: Antonio Nunes <email@hidden>)
 >Re: Can't symbolicate crash reports (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: Framework copy
  • Next by Date: Re: Can't symbolicate crash reports
  • Previous by thread: Re: Can't symbolicate crash reports
  • Next by thread: Re: Can't symbolicate crash reports
  • Index(es):
    • Date
    • Thread