mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
fix crash on Mac due to different destruction order of globals
the mutex in memory_manager has to be destroyed after all mem deallocations happen
This commit is contained in:
parent
2bee9a062f
commit
cf3e649462
12 changed files with 80 additions and 120 deletions
|
@ -20,14 +20,6 @@ Revision History:
|
|||
|
||||
#include "util/vector.h"
|
||||
|
||||
|
||||
void initialize_rlimit();
|
||||
void finalize_rlimit();
|
||||
/*
|
||||
ADD_INITIALIZER('initialize_rlimit();')
|
||||
ADD_FINALIZER('finalize_rlimit();')
|
||||
*/
|
||||
|
||||
class reslimit {
|
||||
volatile unsigned m_cancel;
|
||||
bool m_suspend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue