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

Failed to inject profiler into 74173 #372

Closed
leonchen83 opened this issue Nov 19, 2020 · 1 comment
Closed

Failed to inject profiler into 74173 #372

leonchen83 opened this issue Nov 19, 2020 · 1 comment

Comments

@leonchen83
Copy link

leonchen83 commented Nov 19, 2020

linux version
Linux noldor-dev 4.18.0-193.el8.x86_64 #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

java version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)

async-profiler version
async-profiler-1.8.2-linux-x64

exec

sudo /usr/local/jdk/bin/jps
74173 PricerStartup

sudo ./profiler.sh -d 30 -e cpu -f pricer.svg 74173

error

Failed to inject profiler into 74173
        linux-vdso.so.1 (0x00007ffc623b2000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f5358397000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5358177000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f5357f6e000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f5357bd9000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f5357857000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f535763f000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f535727d000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f5358bdf000)
@apangin
Copy link
Member

apangin commented Nov 19, 2020

Duplicate of #203, #78

Make sure the JVM process has acess to the profiler directory.

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