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

JVM crash with EXCEPTION_ACCESS_VIOLATION #83

Open
CodyRay opened this issue Jul 18, 2022 · 8 comments
Open

JVM crash with EXCEPTION_ACCESS_VIOLATION #83

CodyRay opened this issue Jul 18, 2022 · 8 comments
Labels
bug Something isn't working

Comments

@CodyRay
Copy link

CodyRay commented Jul 18, 2022

Describe the bug

On Windows servers we see intermittent crashes (less than 1% of runs, but happens about once a week)

To Reproduce

We haven't been able to reliably reproduce given the intermittent occurrences.

Expected behavior

JVM not to crash or provide a more specific cause.

Screenshots

N/A

Platform information

OS: Windows Server 2012 R2
Version: Corretto-17.0.3.6.1

Additional context

Some info about our setup that could be relevant... The crashes happen on our CI servers when running unit tests, but it has been a different tests in different modules for each failure. Failures have been in projects with a mix of Java and Kotlin or in pure a pure Kotlin project - we have few pure Java projects. Tests are ran using Gradle.

Attached logs for most recent three instances; seems our CI isn't configured to *.mdmp files i'll configure it to save any future ones.

hs_err_pid2300.log
hs_err_pid1640.log
hs_err_pid9108.log

@navyxliu
Copy link

okay. all 3 instances crashed in ""C2 CompilerThread1" . I will take closer look at assembly level.
Could you provide us a reproducible?

@CodyRay
Copy link
Author

CodyRay commented Jul 19, 2022

@navyxliu unfortunately with it being so intermittent, we don't have a reproduction - is there anything from the crash dump that might be able to inform how we could reproduce it?

@navyxliu
Copy link

I don't need coredump so far. let me inspect your stacktraces and see if it's a known issue.

@CodyRay
Copy link
Author

CodyRay commented Jul 25, 2022

@navyxliu wanted to let you know that we were able to capture a coredump with a new crash, so if that does become helpful I can provide that. Thanks!

@Zarp3
Copy link

Zarp3 commented Aug 29, 2022

@haroldhues hi friend I have the same error if you could help me I would appreciate it :)

@CodyRay
Copy link
Author

CodyRay commented Aug 29, 2022

@Zarp3 No luck here, we've tried upgrading to the latest corretto point fix and that seems to have reduced the frequency of the issue, but too early to tell

@navyxliu navyxliu added the bug Something isn't working label Aug 30, 2022
@eckama11
Copy link

Has this been solved yet? We are reproducing this also in our machines.

@CodyRay
Copy link
Author

CodyRay commented Apr 12, 2024

We're no longer experiencing this issue, we don't know what the fix ended up being but we are now on corretto 21

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

No branches or pull requests

4 participants