Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8211326

add OS user related information to hs_err file

XMLWordPrintable

    • b21
    • generic
    • generic

        Currently the hs_err file contains only limited OS user related information.
        Just the user name is printed via output of environment variables (at least on Windows with USERNAME - output).
        The enhanced output on UNIX would contain more information including uid, gid and umask .

        uid : 1679 (testuser)
        euid : 1679 (testuser)
        gid : 25 (testgroup)
        egid : 25 (testgroup)

        umask: 0022 (removing ----w--w-)

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: