-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 #1214
Comments
@adelatatar Have you reported this to slicksvn? Does this only happen with one particular version of Java (I couldn't quite tell from your report). |
Yes, I reported it. I am waiting for an answer. |
It's almost certainly a native code error in their DLL. |
Stumbled on this after a few weeks of troubleshooting what may be the same issue. I am not using Adoptium or SlikSvn so it may be a hardware/driver/unrelated software issue. Read on if you care to get an idea of what I've tried, but keep in mind I don't have the above mentioned so the rest of this is related to this issue, but certainly not related to Adoptium or SlikSvn, since I have never used them on this computer. On my desktop on Windows 11 I was getting BSODs (blue screens of death) EXCEPTION_ACCESS_VIOLATION 0xc0000005 in Google Chrome, Firefox when actively browsing, especially on videos behind a paywall (i.e. codecademy, coursera, etc., ~every 10 seconds for these as opposed to ~every 30 minutes elsewhere), and then IntelliJ IDEA a few moments after I booted it up.
Specs: Windows 11 Pro, 13th Gen Intel i-9 13900K, NVIDIA 4070Ti, ASRock Z790 WiFi Motherboard, 4x G.Skill 32GB DDR5 RAM (currently 2 installed) IntelliJ IDEA log: |
Please provide a brief summary of the bug
Hi,
My Java application encounters a native crash (EXCEPTION_ACCESS_VIOLATION 0xc0000005) in SlikSvn-libapr-1.dll when calling SVNClient.info() via JavaHL (SlikSVN 1.14.2). The crash occurs inconsistently during operations that perform a large number of info calls across multiple SVN paths.
I tried to make this work with different versions of Java (17, 21, 23) and with different versions of sliksvn (1.14.1, 1.14.2, 1.14.2b, 1.12.0)
Did you test with the latest update version?
Please provide steps to reproduce where possible
No response
Expected Results
The SVNClient.info() call should retrieve SVN metadata without causing a crash.
Actual Results
The JVM crashes with an EXCEPTION_ACCESS_VIOLATION in the native APR library (libapr-1.dll). This happens on other machines too.
What Java Version are you using?
java 23.0.1 2024-10-15
What is your operating system and platform?
Windows 11 Pro on 64-bit operating system, x64-based processor
How did you install Java?
I used a binary archive.
Did it work before?
No response
Did you test with other Java versions?
Relevant log output
The text was updated successfully, but these errors were encountered: