-
Notifications
You must be signed in to change notification settings - Fork 106
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
EXCEPTION_ACCESS_VIOLATION (0xc0000005) #286
Comments
Thanks for reporting. We don't have access to gurobi library for further investigation, but would recommend to diagnose with |
Thank you for the reply. Since am I by no means an advanced coder, I'd be grateful if you could look at the output that -Xcheck:jni produces in my project. If you can extract some useful information out of it, that would be great. Thanks in advance. OUTPUT: PS C:\Users\Lukatela\IdeaProjects\route_preserving_RNG> java -Xcheck:jni
Weitere Einzelheiten finden Sie unter http://www.oracle.com/technetwork/java/javase/documentation/index.html |
The warning messages indicate that there are pending exceptions. I would recommend to investigate and properly handle them first. |
@llukatel97, |
@llukatel97 |
Describe the bug
I have been using gurobi library with Intellij and everything worked fine. All of a sudden I get EXCEPTION_ACCESS_VIOLATION (0xc0000005):
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbfc4793dc, pid=7464, tid=12400
JRE version: OpenJDK Runtime Environment Corretto-11.0.16.9.1 (11.0.16.1+9) (build 11.0.16.1+9-LTS)
Java VM: OpenJDK 64-Bit Server VM Corretto-11.0.16.9.1 (11.0.16.1+9-LTS, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
Problematic frame:
C [gurobi95.dll+0x3893dc]
No core dump will be written. Minidumps are not enabled by default on client versions of Windows
If you would like to submit a bug report, please visit:
https://github.com/corretto/corretto-11/issues/
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
--------------- S U M M A R Y ------------
Command Line: -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Educational Edition 2022.1\lib\idea_rt.jar=58763:C:\Program Files\JetBrains\IntelliJ IDEA Educational Edition 2022.1\bin -Dfile.encoding=UTF-8 main.Main
Host: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz, 4 cores, 7G, Windows 10 , 64 bit Build 19041 (10.0.19041.1889)
Time: Mon Aug 29 23:37:07 2022 Mitteleuropäische Sommerzeit elapsed time: 158.739038 seconds (0d 0h 2m 38s)
I attached the report file for more information:
hs_err_pid7464.log
The text was updated successfully, but these errors were encountered: