-
Notifications
You must be signed in to change notification settings - Fork 138
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
crash when starting #6
Comments
As you see in dump "The crash happened outside the Java Virtual Machine in native code." and the native lib is "sigar-amd64-winnt.dll", which is part of SIGAR. AFAIK that lib is not maintained anymore, so I doubt this issue is fixable... |
not maintained anymore by you guys or who ? |
SIGAR is the lib that we don't develop. We just used it. |
I encountered this issue with Java 9. Running the agent with Java 8 resolved it. |
Hi I am getting this issue on JRE12 A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=16372, tid=25844 JRE version: Java(TM) SE Runtime Environment (12.0.1+12) (build 12.0.1+12) If you would like to submit a bug report, please visit: --------------- S U M M A R Y ------------ Command Line: C:\PerfMon_ServerAgent-2.2.3/CMDRunner.jar --tool PerfMonAgent Host: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz, 8 cores, 31G, Windows 10 , 64 bit Build 17763 (10.0.17763.437) --------------- T H R E A D --------------- Current thread (0x000001bb2c5e6000): JavaThread "Thread-0" [_thread_in_native, id=25844, stack(0x00000038b1900000,0x00000038b1a00000)] Stack: [0x00000038b1900000,0x00000038b1a00000], sp=0x00000038b19fe270, free space=1016k Is using Java 8 the only solution for it ? Is there no other way? |
Same issue, used openjdk-shenandoah@1.8.0 to run the Server Agent. |
It is sigar 1.6.4 bug. |
Is there a plan forward? Currently perfmon is not working on a updated windows 11. Using java 8 didn't fix this issue for me. Sigar is no longer being updated as mentioned in hyperic/sigar#141 which is a shame since hyperic/sigar#142 fixes this issue. |
I don't see what can we do without proper sigar binary release. The agent is quite tailored to SIGAR |
Clearly documenting that x64 is not supported would be nice so users don't have to hunt down bugs in dependencies. I can confirm a 32bit jvm works |
And same problem on windows server 2016 so I would consider win 64 with 64 bit jvm support completely dead |
Even better than documentation: a clear error message to the user that 64 bit jvm is not supported on windows, but 32 bit jvm can be used as workaround |
The text was updated successfully, but these errors were encountered: