mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
restore most global muxes as heap-allocated to avoid crashes with hard-kills like ctrl-c
This commit is contained in:
parent
d17248821a
commit
c21f0c2f00
8 changed files with 55 additions and 49 deletions
|
@ -20,6 +20,11 @@ Revision History:
|
|||
|
||||
#include "util/vector.h"
|
||||
|
||||
void finalize_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