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