Closed GoogleCodeExporter closed 9 years ago
The exception here was re-thrown, which results in the actual thread backtrace
you see there. 1.1-beta1 also saves the original stack trace, if it's
available, as a separate piece of information -- plcrashutil currently renders
(in 1.1-beta1) this as an additional pseudo-thread.
What are you using to generate the text crash report?
Original comment by landon.j.fuller@gmail.com
on 19 Oct 2011 at 4:06
Hi Landon, I just realized that I had been using an outdated version of
QuincyKit that was still doing manual crash report formatting as opposed to
using yours. And hence, the new exception backtrace was not printed. The newer
version uses your framework and everything is fine. Issue closed.
Just one note: I'd much prefer if you formatted the backtrack just like Apple
does -- above all threads as a separate one:
Date/Time: 2011-10-07 21:39:21.721 +0200
OS Version: iPhone OS 5.0 (9A334)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread: 3
Last Exception Backtrace:
0 CoreFoundation 0x373098bf __exceptionPreprocess + 163
1 libobjc.A.dylib 0x360e81e5 objc_exception_throw + 33
...
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib
...
Thanks again, Max
Original comment by maxseele...@googlemail.com
on 20 Oct 2011 at 8:04
Here is a patch which changes the formatting to be identical to Apple format
- Andreas
Original comment by linde.andreas
on 20 Oct 2011 at 1:09
Attachments:
Awesome, thanks. I'll get this in shortly.
Original comment by landon.j.fuller@gmail.com
on 20 Oct 2011 at 2:31
Fixed in 9769caf
Original comment by landon.j.fuller@gmail.com
on 1 Jan 2013 at 9:43
Original issue reported on code.google.com by
maxseele...@googlemail.com
on 19 Oct 2011 at 4:03