[ 0:01] | load /home/xrockai/src/divine/nightly/test/pthread/div/atexit-sequence.c atexit-sequence.c [ 0:01] | expect --result valid [ 0:01] | cc -o testcase.bc atexit-sequence.c [ 0:01] | verify --max-memory 4GiB --max-time 600 --threads 2 --report-filename verify.out --leakcheck exit testcase.bc [ 0:01] compiling atexit-sequence.c [ 0:01] atexit-sequence.c:11:1: warning: control reaches end of non-void function [ 0:01] } [ 0:01] ^ [ 0:01] atexit-sequence.c:17:14: warning: using the result of an assignment as a condition without parentheses [ 0:01] if ( mem = malloc( sizeof( int ) ) ) [ 0:01] ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ [ 0:01] atexit-sequence.c:17:14: note: place parentheses around the assignment to silence this warning [ 0:01] if ( mem = malloc( sizeof( int ) ) ) [ 0:01] ^ [ 0:01] ( ) [ 0:01] atexit-sequence.c:17:14: note: use '==' to turn this assignment into an equality comparison [ 0:01] if ( mem = malloc( sizeof( int ) ) ) [ 0:01] ^ [ 0:01] == [ 0:01] 2 warnings generated. [ 0:01] loading bitcode … DiOS … LART … RR … constants … done [ 0:04] booting … done [ 0:04] states per second: 102.041 [ 0:04] state count: 10 [ 0:04] mips: 0.29 [ 0:04] error found: no