A program to apply a link map to a Mac OS X crash log that came from a build without traceback tables. The output contains at least as much information as would the same crash log from a corresponding build with traceback tables.
Be the first to post a text review of Decode Mac OS X Crash Log. Rate and review a project by clicking thumbs up or thumbs down in the right column.
In Tiger, Apple removed c++filt and substituted c++filt2 and c++filt3. So, we now adaptively determine the unmangler to use for a given link map. Currently, we ignore the link map and simply try ["c++filt2", "c++filt"] against the symbol "main", but this mechanism could be generalised.
1.0.1 ----- Fixed bug re apps with spaces in their names (d'oh, call myself a Mac user!). Discovered Python's "unittest" module and began to write comprehensive unit tests, preparatory to generalising the parsers. 1.0 --- Initial public release.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?