We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I was trying to run pahole v1.29 against the debuginfo file for Microsoft's build of OpenJDK's libjvm.so. (lib/server/libjvm.debuginfo from https://aka.ms/download-jdk/microsoft-jdk-debugsymbols-11.0.21-linux-x64.tar.gz)
libjvm.so
lib/server/libjvm.debuginfo
The complete command and its results are below:
pahole -J libjvm.debuginfo die__process_class: tag not supported 0x4106 (GNU_template_template_param) at <23490>! Unsupported DW_TAG_reference_type(0x10): type: 0xba Error while encoding BTF. btf_encoder__encode: btf__dedup failed! Failed to encode BTF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I was trying to run pahole v1.29 against the debuginfo file for Microsoft's build of OpenJDK's
libjvm.so
.(
lib/server/libjvm.debuginfo
from https://aka.ms/download-jdk/microsoft-jdk-debugsymbols-11.0.21-linux-x64.tar.gz)The complete command and its results are below:
The text was updated successfully, but these errors were encountered: