Skip to content
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

Open
1 task
lakechain opened this issue Jul 23, 2024 · 9 comments
Open
1 task

A fatal error has been detected by the Java Runtime Environment #1137

lakechain opened this issue Jul 23, 2024 · 9 comments
Labels
bug Something isn't working Waiting on OP

Comments

@lakechain
Copy link

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?

  • Yes

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

@lakechain lakechain added the bug Something isn't working label Jul 23, 2024
@karianna
Copy link
Contributor

karianna commented Jul 23, 2024

@lakechain Can you try with the recently released 11.0.24 and drop the crash log here?

@lakechain
Copy link
Author

lakechain commented Jul 23, 2024

okie @karianna, let me try

@lakechain
Copy link
Author

@karianna this log here:
hs_err_pid18063.log

@karianna
Copy link
Contributor

OK, looks like the org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner is triggering this in both cases. What version of Hadoop are you using?

@lakechain
Copy link
Author

I'm using Hadoop version 3.3.4

@karianna
Copy link
Contributor

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.)

@lakechain
Copy link
Author

Thank @karianna, Let me try

@lakechain
Copy link
Author

@karianna I have switched to Hadoop 3.3.6, but the problem still occurs, although it is not as frequent as before.
hs_err_pid1345206.log

@karianna
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Waiting on OP
Projects
None yet
Development

No branches or pull requests

2 participants