You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.[
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
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#
The text was updated successfully, but these errors were encountered:
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.[
Did you test with the latest update version?
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?
Relevant log output
The text was updated successfully, but these errors were encountered: