[ 0:01] | load /home/xrockai/src/divine/nightly/test/liveness/self-loop.c self-loop.c [ 0:01] | expect --result error --location self-loop.c:16 [ 0:01] | cc -o testcase.bc -Os self-loop.c [ 0:01] | verify --max-memory 4GiB --max-time 600 --threads 2 --report-filename verify.out --leakcheck exit --liveness testcase.bc [ 0:01] compiling self-loop.c [ 0:01] loading bitcode … DiOS … LART … RR … constants … done [ 0:04] booting … done [ 0:04] states per second: 400 [ 0:04] state count: 4 [ 0:04] mips: 0.16 [ 0:04] [ 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 -> 1 [ 0:04] [ 0:04] active stack: [ 0:04] - symbol: next [ 0:04] location: self-loop.c:16 [ 0:04] - symbol: main [ 0:04] location: self-loop.c:28 [ 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: [ 0:08] trace: [ 0:08] T: (0) state: -1 -> 0 [ 0:08] T: (0) state: 0 -> 1 [ 0:08] ▶ state #4 [new] -- active threads: [0:0] -- [ 0:08] # executing next at self-loop.c:16 [ 0:08] # NOTE: $frame in main [ 0:08] > backtrace [ 0:08] next at self-loop.c:16 [ 0:08] main at self-loop.c:28 [ 0:08] __dios_start at /dios/libc/sys/start.cpp:94 [ 0:08] # executing next at self-loop.c:16 [ 0:08] # NOTE: $frame in main