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

Solved workaround for "EXCEPTION_ACCESS_VIOLATION" crash related to sigar-amd64-winnt.dll #30

Open
ahortua opened this issue Mar 23, 2023 · 1 comment

Comments

@ahortua
Copy link

ahortua commented Mar 23, 2023

PerfMon agent works fine to telnet test until you ask "metrics:cpu" or run your script in JMeter it crashes and generate a log file like:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=12236, tid=6844
JRE version: Java(TM) SE Runtime Environment (11.0.4+10) (build 11.0.4+10-LTS)
Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.4+10-LTS, mixed mode, tiered, compressed oops, g1
gc, windows-amd64)
Problematic frame:
C [sigar-amd64-winnt.dll+0x14ed4] ...

A workaround was found in https://stackoverflow.com/questions/59528198/jmeter-perfmon-exception-access-violation Replace the file sigar-amd64-winnt.dll with the one linked here see "Grant"'s comment.

@ShockYoungCHN
Copy link

came up with the exact same problem, the solution worked for me.
Here is my environment:
os: windows11;
java version "17" 2021-09-14 LTS
Java(TM) SE Runtime Environment (build 17+35-LTS-2724)
Java HotSpot(TM) 64-Bit Server VM (build 17+35-LTS-2724, mixed mode, sharing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants