-
Notifications
You must be signed in to change notification settings - Fork 504
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
Windows 10 & jdk11 sigar make jvm crash #136
Comments
I hope this will be solved too. |
I encountered the same problem. |
try oshi
…On Sat, May 9, 2020 at 5:02 AM C.W. Pan ***@***.***> wrote:
I encountered the same problem.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#136 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPCIGJWBKLITRF3H7FIBBLRQULZDANCNFSM4KUOE7TA>
.
|
donggyu04
changed the title
Windows 10 & jdk11 sigar make jvm crach
Windows 10 & jdk11 sigar make jvm crash
Jun 25, 2020
Is oshi support process kill like same question in oshi: oshi/oshi#277 |
Answered on the linked OSHI issue, but if you're on JDK 11 just do this:
|
I fix it, because sigar use int to save pointer. |
This was referenced Nov 21, 2020
Thanks a lot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi i'm using sigar very usefully.
but some critical problem was occurred.
in Windows 10 & jdk11 sigar lib make JVM crash(append logs below) at all method.
but, It works fine when using jdk8 under same environment.
It seems to my
sigar-amd64-winnt.dll
isn't compatible with jdk11 on windows 10.so i update my
sigar binary
to1.6.4
download from https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/magelan/hyperic-sigar-1.6.4.zipbut, problem isn't resolved.
is any resolution about this problem?
The text was updated successfully, but these errors were encountered: