forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Fix addr2line with missing files" from Rafael
I was still getting errors when running seastar-addr2line with missing files. Not sure if this is because of a change in behavior in python, but I did test this change with 2.7. If we do need to catch IOError in some old version of python it should be easy to add it back to this code structure. * https://github.com/espindola/seastar espindola/addr2line-fixes: Avoid doing work in the destructor. Check for missing files in the Addr2Line constructor
- Loading branch information
Showing
1 changed file
with
22 additions
and
21 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