X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=common.h;h=62c16f45250e55a693864fd17759b9673d0220d6;hb=1f2a30ddc8f38f3f45d62d169b766c0c38364ecd;hp=367dc6b2b00098b9380e400bea68e69771f91e8c;hpb=c108b7d5709061ced258f5106ac67ada91242fc3;p=model-checker.git diff --git a/common.h b/common.h index 367dc6b..62c16f4 100644 --- a/common.h +++ b/common.h @@ -29,7 +29,7 @@ void assert_hook(void); do { \ if (!(expr)) { \ fprintf(stderr, "Error: assertion failed in %s at line %d\n", __FILE__, __LINE__); \ - print_trace(); \ + /* print_trace(); // Trace printing may cause dynamic memory allocation */ \ assert_hook(); \ exit(EXIT_FAILURE); \ } \