-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retrieve symbols for binaries missing eh_frame_hdr
On anaconda 3.7.2, the libmkl_vml_avx512.so file doesn't contain an eh_frame_hdr section. This was causing us to fail to load the binary, and causing any addresses from there to display as '?'. This also caused us to continually try to reload the list of binaries even if not necessary. Fix by unwind_info optional (falling back to libunwind in this case).
- Loading branch information
Showing
1 changed file
with
56 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters