-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A fatal error has been detected by the Java Runtime Environment #1137
Comments
@lakechain Can you try with the recently released 11.0.24 and drop the crash log here? |
okie @karianna, let me try |
@karianna this log here: |
OK, looks like the org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner is triggering this in both cases. What version of Hadoop are you using? |
I'm using Hadoop version 3.3.4 |
Do you have the ability to move to 3.3.6? There's a bunch of fixes with the transitive dependencies (especially for the ASM lib which is also caught up in this crash.) |
Thank @karianna, Let me try |
@karianna I have switched to Hadoop 3.3.6, but the problem still occurs, although it is not as frequent as before. |
Do you know if the Core dump gets generated? The log says it would be at: Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/hadoop/projects/chainslake/core/run/ethereum/core.1345206) |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Please provide a brief summary of the bug
I got an error when running a java program, all the system information and errors are in the log file
hs_err_pid181507.log
Did you test with the latest update version?
Please provide steps to reproduce where possible
No response
Expected Results
Program completed
Actual Results
The program encountered an error and crashed.
What Java Version are you using?
OpenJDK Runtime Environment Temurin-11.0.23+9 (11.0.23+9) (build 11.0.23+9)
What is your operating system and platform?
Intel(R) Core(TM) i5-14500, 20 cores, 62G, Ubuntu 20.04.6 LTS
How did you install Java?
No response
Did it work before?
No response
Did you test with other Java versions?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: