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

Crash inside ElfParser::ElfParser #843

Open
zuevmaxim opened this issue Nov 21, 2023 · 1 comment
Open

Crash inside ElfParser::ElfParser #843

zuevmaxim opened this issue Nov 21, 2023 · 1 comment

Comments

@zuevmaxim
Copy link

Crash appeared during native libraries parsing:
java_error_in_idea_31063.log

addr2line -e libasyncProfiler.so -f -C -a 0x63203
outputs
ElfParser::ElfParser(CodeCache*, char const*, void const*, char const*, bool) at src/symbols_linux.cpp:152

_sections = (const char*)addr + _header->e_shoff;

I've added logs on each library parsing, so I can say that the crash appeared during libproxy.so parsing
async-intellij_commit-20231120200326.log

@apangin
Copy link
Collaborator

apangin commented Nov 21, 2023

Thank you for the detailed report. I have a hypothesis about possible cause, let me check it.

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