understand java’s hs_err error files

now david dice of sun came up with this script to simplify hs_err files, generated by java in case of crashes etc. it is written in perl and sounds quite promising:

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+0×1235]) found in native stack listings with more useful symbolic names.

i haven’t tried it yet, as i have no java application that crashes frequently. :) do you?

One Response to “understand java’s hs_err error files”

  1. stotti.blog() » Blog Archive » hs_err decyphered… the followup Says:

    […] i have to correct my statement of how to understand java’s hs_err error files: the tool posted on davids blog was not coded by him but was used sun internally before. it’s still an useful tool, i guess. thanks for pointing out, dave! […]

Leave a Reply


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 License.