Reincarnation of 6227246.
Using -XX:UseOSErrorReporting should create both hs_err log file and a windows crash dump.
Steps to Reproduce
Take the example from
http://blogs.sun.com/poonam/entry/windows_crash_dumps_for_java
(also found in the attachment)
If you run it with fastdebug 6u11 you get hs_err log file and a windows crash dump
java
jdk1.6.0_11\fastdebug\bin\java -XX:+UseOSErrorReporting test
If you run product jvm - only hs log file is created
jdk1.6.0_11\bin\java -XX:+UseOSErrorReporting test
Expected: hs err log file and windows crash dump are created as in fastdebug
Using -XX:UseOSErrorReporting should create both hs_err log file and a windows crash dump.
Steps to Reproduce
Take the example from
http://blogs.sun.com/poonam/entry/windows_crash_dumps_for_java
(also found in the attachment)
If you run it with fastdebug 6u11 you get hs_err log file and a windows crash dump
java
jdk1.6.0_11\fastdebug\bin\java -XX:+UseOSErrorReporting test
If you run product jvm - only hs log file is created
jdk1.6.0_11\bin\java -XX:+UseOSErrorReporting test
Expected: hs err log file and windows crash dump are created as in fastdebug
- duplicates
-
JDK-4997835 RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
-
- Closed
-
- relates to
-
JDK-8250637 UseOSErrorReporting times out (on Mac and Linux)
-
- Resolved
-
-
JDK-6227246 Improve Windows unhandled structured exception reporting
-
- Closed
-