-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6541 privlib: Add try/except around private library init/fini
Wraps private library init/fini calls in a try/except on Linux (as is already done on Windows) and reports a crash as a SYSLOG_ERROR pointing at the library's name. This is much better than a weird assert or mysterious secondary crash later. Adds a check for shared_data==NULL in check_thread_in_last_vmwarea() to avoid a crash seen there. Issue: #6541
- Loading branch information
1 parent
eaac7d5
commit aa74d7f
Showing
2 changed files
with
15 additions
and
10 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