Re: OS X Crash Log Symbolication
Re: OS X Crash Log Symbolication
- Subject: Re: OS X Crash Log Symbolication
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 16 Jul 2013 00:41:16 +0200
Le 16 juil. 2013 à 00:27, Wim Lewis <email@hidden> a écrit :
>
> On 11 Jul 2013, at 7:53 AM, Fritz Anderson wrote:
>> On 10 Jul 2013, at 3:16 PM, Wim Lewis <email@hidden> wrote:
>>> We have some scripts to parse the crash logs, find the build UUIDs and load addresses, find the relevant .dSYMs in our archives, and symbolicate everything using 'atos'. It's not too hard to do by hand, though of course if you have more than a few crash logs to deal with it's easier to automate it.
>>
>> I don't see such a script in the Scripts folder of the publicly-available Omni frameworks,* nor does a grep on "uuid" turn up any obvious candidates. Can you share?
>
>
> Unfortunately it's really kind of entangled with our particular processes, like our system for archiving builds (which means we can't use spotlight to find the dsyms, even if spotlight worked reliably), our bug- and ticket-tracking systems, and so on.
>
I didn't followed the whole discussion, so I don't know if someone already talk about it, but lldb include a crash log symbolizer.
Search for lldb.macosx.crashlog at http://lldb.llvm.org/symbolication.html
"lldb.macosx.crashlog is a package that is distributed on Mac OS X builds that subclasses the above classes. This module parses the information in the Darwin crash logs and creates symbolication objects that represent the images, the sections and the thread frames for the backtraces. It then uses the functions in the lldb.utils.symbolication to symbolicate the crash logs."
-- Jean-Daniel
_______________________________________________
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