-
Enhancement
-
Resolution: Fixed
-
P3
-
12
-
b14
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8212661 | 11.0.2 | Matthias Baesken | P3 | Resolved | Fixed | b02 |
Currently the hs_err file contains the LD_PRELOAD environment variable.
However for system wide configuration, the /etc/ld.so.preload file is important as well on Linux. So display it as well (in case it is present).
Example output in hs_err file :
/etc/ld.so.preload:
/lib/x86_64-linux-gnu/mysupersmartagent.so
However for system wide configuration, the /etc/ld.so.preload file is important as well on Linux. So display it as well (in case it is present).
Example output in hs_err file :
/etc/ld.so.preload:
/lib/x86_64-linux-gnu/mysupersmartagent.so
- backported by
-
JDK-8212661 add more ld preloading info to hs_error file on Linux
-
- Resolved
-