-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
openjdk8u
-
x86_64
-
linux_ubuntu
ADDITIONAL SYSTEM INFORMATION :
OS and version: Ubuntu 16.04.6 LTS
CPU model: Intel(R) Xeon(R) CPU E5-4610 v4 @ 1.80GHz
Number of CPU cores: 4CPUs, each has 10 cores
Size of physical memory: 16384 MB * 20
A DESCRIPTION OF THE PROBLEM :
We made some changes to a class file in the JUnit project, and let several JVMs execute the corresponding JUnit test. We found that OpenJDK 8u275 crashed while executing on our heavy-load server.
The crash log is on: https://drive.google.com/file/d/1OIqnCGtjvjz9mIGgFtmrLA3UoIzBB55b/view?usp=sharing
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
When the server is executing lots of tasks:
Download the zip file: https://drive.google.com/file/d/1rnzfjjXnR80h3AbJ-eZB8D0-lY6rdwdg/view?usp=sharing
unzip it and cd into it
run command: java -cp sootOutput/junit-jython/:hamcrest-all-1.3.jar:junit-4.12.jar org.junit.runner.JUnitCore org.python.core.PyArrayTest
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No crash
ACTUAL -
Crash
FREQUENCY : often
OS and version: Ubuntu 16.04.6 LTS
CPU model: Intel(R) Xeon(R) CPU E5-4610 v4 @ 1.80GHz
Number of CPU cores: 4CPUs, each has 10 cores
Size of physical memory: 16384 MB * 20
A DESCRIPTION OF THE PROBLEM :
We made some changes to a class file in the JUnit project, and let several JVMs execute the corresponding JUnit test. We found that OpenJDK 8u275 crashed while executing on our heavy-load server.
The crash log is on: https://drive.google.com/file/d/1OIqnCGtjvjz9mIGgFtmrLA3UoIzBB55b/view?usp=sharing
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
When the server is executing lots of tasks:
Download the zip file: https://drive.google.com/file/d/1rnzfjjXnR80h3AbJ-eZB8D0-lY6rdwdg/view?usp=sharing
unzip it and cd into it
run command: java -cp sootOutput/junit-jython/:hamcrest-all-1.3.jar:junit-4.12.jar org.junit.runner.JUnitCore org.python.core.PyArrayTest
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No crash
ACTUAL -
Crash
FREQUENCY : often
- duplicates
-
JDK-8262343 OpenJDK 9.0.4 crashed on a heavy-load server.
-
- Closed
-
-
JDK-8262344 OpenJDK 11.0.9 crashed on a heavy-load server.
-
- Closed
-