Just a thought off the top (please excuse me if I'm far off)... but what
about wrapping in a @try/@catch to handle the exception and get more
details? Again, sorry if I'm far off, still having my first cup of coffee.

https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Exceptions/Tasks/HandlingExceptions.html

On Tue, Nov 18, 2014 at 1:30 PM, Sean McBride <s...@rogue-research.com>
wrote:

> On Tue, 18 Nov 2014 10:25:07 -0800, Jens Alfke said:
>
> >> Those offsets tell you how far into the function (in bytes I think) it
> >was.  You can indeed bring that back to a line number.  See here:
> >>
> >> <http://lldb.llvm.org/symbolication.html <http://lldb.llvm.org/
> >symbolication.html>>
> >
> >That info is for live debugging in lldb
>
> Not exclusively it isn't.
>
> >but Phil said these are crash
> >logs coming from users
>
> No he didn't.  He said in fact that it doesn't crash, but there's a
> backtrace from an uncaught exception in Console logs.
>
> >so he's going to need a tool that symbolicates a
> >log file. I know there are tools for that but I don't know offhand what
> >they are, since I've never had to do this myself; can anyone fill in the
> gaps?
>
> It's in the doc I linked to.  Scroll to the "lldb.macosx.crashlog" part.
>
> I've never tried with an exception backtrace, but there's likely enough
> info it that doc to do it all.
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 s...@rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/rejekted%40gmail.com
>
> This email sent to rejek...@gmail.com
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to