-
Notifications
You must be signed in to change notification settings - Fork 106
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
Provide debug symbols package for download #284
Comments
hi, @holy-moly-555 |
Hi @navyxliu, thanks for your reply and the temporary files. I will test the apm agent with them and come back to you afterwards. I noticed that no .diz file is present in Kind regards. |
It looks like we ditch that here. bug? We need to review this code snippet. libjli is a trampoline. Do you need it to debug your code? the hotspot is libjvm.so |
We should probably just grab every |
Hi @holy-moly-555,
I guess the confusion is caused by the gdb message |
Is your feature request related to a problem?
Our application, running on corretto 11.0.16.8.1, shall be monitored with an APM Agent. For some features, this agent relies on the jvm async-profiler.
The profiler however requires one to have the jvm debug symbols installed. With openjdk runtimes, these can be easily installed through another package, e.g. the openjdk-11-dbg APT package. However, I couldn't find any information about debug symbols for corretto.
Clearly, these do not come with the corretto jdk package itself since gdb command outputs:
Describe a solution you would like
I want to be able to download the debug symbols for the respective corretto version.
The SapMachine for example lets you download the debug symbols (they call them
bin symbols
) from their release page.Describe alternatives you have considered
Building the jdk by my own as described here would be an alternative but in my opinion a very bad and user-unfriendly alternative.
Additional context
None.
The text was updated successfully, but these errors were encountered: