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

Use the symbol table if the DWARF only has line numbers #401

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Dec 31, 2020

This can occur for skeleton units in split DWARF. Also bump addr2line to 0.14.1 to get a related fix there so that it returns the location in this case.

This fixes backtraces with RUSTFLAGS="-Z split-dwarf=split -C save-temps".

This can occur for skeleton units in split DWARF.
Also bump addr2line to 0.14.1 to get a related fix there so that it
returns the location in this case.

This fixes backtraces with RUSTFLAGS="-Z split-dwarf=split -C save-temps".
@alexcrichton
Copy link
Member

Thanks!

@philipc philipc deleted the split branch January 4, 2021 06:58
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

Successfully merging this pull request may close these issues.

2 participants