[ 0:00] | load /home/xrockai/src/divine/nightly/test/liveness/simple.c simple.c [ 0:00] | expect --result error --location simple.c:16 [ 0:00] | cc -o testcase.bc -Os simple.c [ 0:00] | verify --max-memory 4GiB --max-time 600 --threads 2 --report-filename verify.out --leakcheck exit --liveness testcase.bc [ 0:00] compiling simple.c [ 0:00] loading bitcode … DiOS … LART … RR … constants … done [ 0:03] booting … done [ 0:03] states per second: 357.143 [ 0:03] state count: 5 [ 0:03] mips: 0.13 [ 0:03] [ 0:04] error found: yes [ 0:04] error trace: | [ 0:04] (0) state: -1 -> 0 [ 0:04] (0) state: 0 -> 1 [ 0:04] (0) state: 1 -> 2 [ 0:04] (0) state: 2 -> 1 [ 0:04] (0) state: 1 -> 2 [ 0:04] [ 0:04] active stack: [ 0:04] - symbol: next [ 0:04] location: simple.c:16 [ 0:04] - symbol: main [ 0:04] location: simple.c:30 [ 0:04] - symbol: __dios_start [ 0:04] location: /dios/libc/sys/start.cpp:94 [ 0:04] + divine sim --batch --skip-init --load-report verify.out [ 0:04] [ 0:07] ^ —————. —.— . . —.— . . .————— . . [ 0:07] ——— | | | | | | |\ | | | | [ 0:07] —(o)— | | | | | | | \ | |———— '————| [ 0:07] ——————— | | | \ / | | \| | | [ 0:07] ————————— —————' —'— ' —'— ' ' '————— ' [ 0:07] [ 0:07] Welcome to 'divine sim', an interactive debugger. Type 'help' to get started. [ 0:07] traced states: [loop closed] [ 0:07] trace: [ 0:07] T: (0) state: -1 -> 0 [ 0:07] T: (0) state: 0 -> 1 [ 0:07] T: (0) state: 1 -> 2 [ 0:07] T: (0) state: 2 -> 1 [ 0:07] ▶ state #4 [cex] -- active threads: [0:0] -- [ 0:07] # executing next at simple.c:16 [ 0:07] # NOTE: $frame in main [ 0:07] > backtrace [ 0:07] next at simple.c:16 [ 0:07] main at simple.c:30 [ 0:07] __dios_start at /dios/libc/sys/start.cpp:94 [ 0:07] # executing next at simple.c:16 [ 0:08] # NOTE: $frame in main