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 Error in jvm.dll" #1229

Open
1 task
chenathperera opened this issue Jan 26, 2025 · 1 comment
Open
1 task

"JVM Crash with Error in jvm.dll" #1229

chenathperera opened this issue Jan 26, 2025 · 1 comment
Labels
bug Something isn't working Waiting on OP

Comments

@chenathperera
Copy link

Please provide a brief summary of the bug

Hi, I'm encountering a JVM crash while running my Java application. Below are the details:

JVM Version: OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
JVM Vendor: Temurin
Operating System: Windows (64-bit)
Error Log: A crash occurred with the following error message:
bash
Copy
Edit

Problematic frame:

V [jvm.dll+0x43ca90]

Error Details: No core dump was generated, and minidumps are not enabled by default on client versions of Windows. An error report file is saved at C:\Users\Chenath\eclipse-workspace\JDBC\hs_err_pid5864.log.
Steps I've Already Taken:

Checked the error log (hs_err_pid5864.log), but it's unclear what caused the issue.
Tried increasing memory allocation (e.g., -Xms512m -Xmx1024m) but the issue persists.
Switched garbage collector settings, tried different configurations, and updated dependencies.
Reinstalled the latest version of the JDK.
Request for Help:
Could someone help me pinpoint the cause of this JVM crash or guide me in further troubleshooting steps? Any insights would be greatly appreciated.[

Image
Image

Did you test with the latest update version?

  • Yes

Please provide steps to reproduce where possible

No response

Expected Results

get error like this-

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffc9e9ca90, pid=5864, tid=23180

JRE version: OpenJDK Runtime Environment Temurin-21.0.5+11 (21.0.5+11) (build 21.0.5+11-LTS)

Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (21.0.5+11-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)

Problematic frame:

V [jvm.dll+0x43ca90]

No core dump will be written. Minidumps are not enabled by default on client versions of Windows

An error report file with more information is saved as:

C:\Users\Chenath\eclipse-workspace\JDBC\hs_err_pid5864.log

If you would like to submit a bug report, please visit:

https://github.com/adoptium/adoptium-support/issues

Actual Results

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffc9e9ca90, pid=5864, tid=23180

JRE version: OpenJDK Runtime Environment Temurin-21.0.5+11 (21.0.5+11) (build 21.0.5+11-LTS)

Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (21.0.5+11-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)

Problematic frame:

V [jvm.dll+0x43ca90]

No core dump will be written. Minidumps are not enabled by default on client versions of Windows

An error report file with more information is saved as:

C:\Users\Chenath\eclipse-workspace\JDBC\hs_err_pid5864.log

If you would like to submit a bug report, please visit:

https://github.com/adoptium/adoptium-support/issues

What Java Version are you using?

OpenJDK 21.0.5+11

What is your operating system and platform?

64-bit Windows.

How did you install Java?

from microsoft website

Did it work before?

it works for others, but it not work with dbms connection

Did you test with other Java versions?

no

Relevant log output

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffc9e9ca90, pid=5864, tid=23180
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.5+11 (21.0.5+11) (build 21.0.5+11-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (21.0.5+11-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x43ca90]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Chenath\eclipse-workspace\JDBC\hs_err_pid5864.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#
@chenathperera chenathperera added the bug Something isn't working label Jan 26, 2025
@karianna
Copy link
Contributor

@chenathperera Please try with the recently released 21.0.6 and report back here.

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