Failed to start the project using java-agent #2538
Unanswered
WindIsClear
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Our async-profiler fork is built with centos7 which was released 9 years ago. I dont think it is very reasonable to support something older. |
Beta Was this translation helpful? Give feedback.
0 replies
-
genuine async-profiler does not work properly. After studying async-profiler source code, GLIBC library fails to execute performance analysis call server. In addition, my java version is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I access the service performance analysis as java-agent, I find the startup error:
Caused by: java.lang.UnsatisfiedLinkError: /tmp/deploy-pyroscope/libasyncProfiler-linux-x64-cf6c1cb2b76a1610ddcf9eda23ae704a8594e91e.so: /lib64/libc.so.6: version GLIBC_2.14'\'' not found (required by /tmp/deploy-pyroscope/libasyncProfiler-linux-x64-cf6c1cb2b76a1610ddcf9eda23ae704a8594e91e.so)
, The service machine system I use is Centos6.9. Is there any way to solve it? Such as configuring environment variables or adding startup parameters....Beta Was this translation helpful? Give feedback.
All reactions