Closed frispete closed 3 years ago
Hi @frispete, could you see if PR #28 (issue-15-elf-relocations branch) works for your DWARF file?
The link to the kernel debug package you posted no longer works. @mkonshie was able to reproduce the error with another kernel debug package, and it appears that PR #28 solves the problem.
PR #28 is now merged. Please reopen this issue if that fix doesn't work for your file.
An attempt to create a full profile for the Linux 5.8.0 kernel on openSUSE Tumbleweed fails with:
OTOH, a pure symbol mapping succeeds:
If you want to reproduce the issue, fetch the kernel debug package from here. The filename might change in case of new releases (as being expected). You should be able to convert this with alien to a regular tarball, or use
rpm2cpio file | cpio -idmv
.dwarf2json
was built directly from the git tree here.Being a rolling release, we tend to use a pretty current toolchain. If you need more details, let me know.