David Dice's Weblog
A tool to decode hs_err files
The hs_err6.pl perl script parses an existing hs_err file and annotates it with additional information. In particular the script will decode the the rather cryptic "Error ID" string as well as making an attempt to decorate the module-relative offsets (e.g., [jvm.dll+0x1234]) found in native stack listings with more useful symbolic names.
The script is provided as-is and is entirely unsupported. It works only on J2SE 6 reference platforms. To get started run with the --help option. Ideally, future versions of the JVM will integrate this feature and there'll be no need for the script.
Posted at 08:19AM Sep 11, 2006 by David Dice in General | Comments[5]
Posted by stotti.blog() on September 13, 2006 at 03:03 AM EDT #
Posted by dave on September 13, 2006 at 12:54 PM EDT #
Posted by stotti on November 17, 2006 at 04:20 AM EST #
Posted by Steve Bohne's Weblog on February 26, 2007 at 11:14 AM EST #
Posted by ahmed on May 08, 2007 at 04:53 PM EDT #