-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: crash if hotspot is closed while loading a file
The crash is caused because the destructor is called in one thread while other threads still execute. This patch waits in the destructor till all threads terminate. fixes: #654
- Loading branch information
Showing
1 changed file
with
37 additions
and
59 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