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