-
Bug
-
Resolution: Duplicate
-
P3
-
16
-
x86_64
-
windows
The following test failed in the JDK16 CI:
applications/dacapo/Dacapo24H.java
Here's a snippet from the log file:
[Wed Aug 12 16:58:53 GMT 2020] (1597251533264) Picker module is about to shutdown
Picker module expected time before shutdown for: Jcmd: 30s
Picker module expected time before shutdown for: Jfr: 3m 20s
Picker module expected time before shutdown for: Jstat: 5m
Picker module expected time before shutdown for: Monitor: 1m
Picker module expected time before shutdown for: NMT: 1m
Picker module expected time before shutdown for: Perfmon: 5m
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Monitor
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Jstat
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Jfr
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Perfmon
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Jcmd
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: NMT
[Wed Aug 12 16:58:53 GMT 2020] (1597251533268) Picker module has been shutdown
[Wed Aug 12 16:58:53 GMT 2020] (1597251533268) Stress process is about to shutdown
WARNING: The process 24876 has already finished
[Wed Aug 12 16:58:53 GMT 2020] (1597251533268) Stress process has been shutdown
[Wed Aug 12 16:58:53 GMT 2020] Execution finished.
----------rerun:(43/5988)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: -1073740791]
The test run executed for "18h 51m 39s" and there's no
indication that anything went wrong in the log file, but
the "exit code: -1073740791" happened.
Error code -1073740791 is 0xC0000409 which is STATUS_STACK_BUFFER_OVERRUN.
I don't think this failure has anything to do with infrastructure so
I'm starting this bug in hotspot/runtime.
There are a couple of similar bugs in other application tests:
JDK-8233575 applications/runthese test failures in windows-x64-debug with -Xcomp
JDK-8234353 RenaissanceStressTest24H.java failed due to STATUS_STACK_BUFFER_OVERRUN
applications/dacapo/Dacapo24H.java
Here's a snippet from the log file:
[Wed Aug 12 16:58:53 GMT 2020] (1597251533264) Picker module is about to shutdown
Picker module expected time before shutdown for: Jcmd: 30s
Picker module expected time before shutdown for: Jfr: 3m 20s
Picker module expected time before shutdown for: Jstat: 5m
Picker module expected time before shutdown for: Monitor: 1m
Picker module expected time before shutdown for: NMT: 1m
Picker module expected time before shutdown for: Perfmon: 5m
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Monitor
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Jstat
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Jfr
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Perfmon
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: Jcmd
Picker module finished at [Wed Aug 12 16:58:53 GMT 2020]: NMT
[Wed Aug 12 16:58:53 GMT 2020] (1597251533268) Picker module has been shutdown
[Wed Aug 12 16:58:53 GMT 2020] (1597251533268) Stress process is about to shutdown
WARNING: The process 24876 has already finished
[Wed Aug 12 16:58:53 GMT 2020] (1597251533268) Stress process has been shutdown
[Wed Aug 12 16:58:53 GMT 2020] Execution finished.
----------rerun:(43/5988)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: -1073740791]
The test run executed for "18h 51m 39s" and there's no
indication that anything went wrong in the log file, but
the "exit code: -1073740791" happened.
Error code -1073740791 is 0xC0000409 which is STATUS_STACK_BUFFER_OVERRUN.
I don't think this failure has anything to do with infrastructure so
I'm starting this bug in hotspot/runtime.
There are a couple of similar bugs in other application tests:
JDK-8233575 applications/runthese test failures in windows-x64-debug with -Xcomp
- duplicates
-
JDK-8234353 RenaissanceStressTest24H.java failed due to STATUS_STACK_BUFFER_OVERRUN
- Closed