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

jvm crash problems with FrameName::javaMethodName #837

Closed
jundizhou opened this issue Nov 8, 2023 · 2 comments
Closed

jvm crash problems with FrameName::javaMethodName #837

jundizhou opened this issue Nov 8, 2023 · 2 comments
Labels

Comments

@jundizhou
Copy link

version: 2.0.5
log:
hs_err_pid1.log

what did i do?

       void run() {
            while (stopRequested() == false) {
                std::this_thread::sleep_for(std::chrono::milliseconds(intervalMs));
                cache->collect(fn);
            }
        }

Retrieve a flame graph every 10 ms

@apangin
Copy link
Collaborator

apangin commented Nov 8, 2023

There is no version 2.0.5 of async-profiler. You're probably using some other product.
Please try an up-to-date version of async-profiler from this site.
For your convenience, you make take a prebuilt binary from here: https://profiler.tools/builds/async-profiler-3.0-ea-linux-x64.tar.gz

Also, your the JDK version (8u111) is a way too old and is known to have bugs - consider updating the JDK.

@apangin
Copy link
Collaborator

apangin commented Nov 20, 2023

I'm closing this issue as an external problem. Feel free to reopen if you have a test case that demonstrates the issue is still relevant with an up-to-date version of the profiler.

@apangin apangin closed this as completed Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants