-
Enhancement
-
Resolution: Fixed
-
P3
-
12
-
b21
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217172 | 11.0.3 | Matthias Baesken | P3 | Resolved | Fixed | master |
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-)
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-)
- backported by
-
JDK-8217172 add OS user related information to hs_err file
-
- Resolved
-
- relates to
-
JDK-8211845 A new switch to control verbosity of hs-err files
-
- Resolved
-
-
JDK-8211846 A new switch to control verbosity of hs-err files
-
- Closed
-