forked from namhyung/uftrace
-
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.
When os._exit() is invoked in the target python program, uftrace can't write the symbol and dbginfo files because it doesn't invoke the destructor. This patch fixes the problem by hooking os._exit and invoke the destructor manually then call _exit(). Fixed: namhyung#1685 Signed-off-by: Honggyu Kim <[email protected]>
- Loading branch information
1 parent
3f4a92b
commit 953cef1
Showing
2 changed files
with
26 additions
and
0 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
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