From: weiyu Date: Wed, 29 May 2019 00:07:13 +0000 (-0700) Subject: change snapshot mode X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=354506520492a156436a8830e46920ccb5fb9720;p=c11tester.git change snapshot mode --- diff --git a/config.h b/config.h index 891dfd7f..afbac874 100644 --- a/config.h +++ b/config.h @@ -35,7 +35,7 @@ * If USE_MPROTECT_SNAPSHOT=2, then snapshot by tuned mmap() algorithm * If USE_MPROTECT_SNAPSHOT=1, then snapshot by using mmap() and mprotect() * If USE_MPROTECT_SNAPSHOT=0, then snapshot by using fork() */ -#define USE_MPROTECT_SNAPSHOT 2 +#define USE_MPROTECT_SNAPSHOT 0 /** Size of signal stack */ #define SIGSTACKSIZE 65536