[ 0:01] | load /home/xrockai/src/divine/next-staging/test/liveness/stackhit.c stackhit.c [ 0:01] | expect --result error --location stackhit.c:27 [ 0:01] | cc -o testcase.bc -Os stackhit.c [ 0:01] | verify --max-memory 4GiB --max-time 600 --threads 2 --report-filename verify.out --leakcheck exit --liveness testcase.bc [ 0:01] compiling stackhit.c [ 0:01] loading bitcode … DiOS … LART … RR … constants … done [ 0:03] booting … done [ 0:03] states per second: 818.182 [ 0:03] state count: 9 [ 0:03] mips: 0.19 [ 0:03] [ 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 -> 2 [ 0:03] (0) state: 2 -> 3 [ 0:03] (0) state: 3 -> 4 [ 0:03] (0) state: 4 -> 5 [ 0:03] (0) state: 5 -> 6 [ 0:03] (0) state: 6 -> 3 [ 0:03] [ 0:03] active stack: [ 0:03] - symbol: next [ 0:03] location: stackhit.c:27 [ 0:03] - symbol: main [ 0:03] location: stackhit.c:39 [ 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:06] ^ —————. —.— . . —.— . . .————— . . [ 0:06] ——— | | | | | | |\ | | | | [ 0:06] —(o)— | | | | | | | \ | |———— '————| [ 0:06] ——————— | | | \ / | | \| | | [ 0:06] ————————— —————' —'— ' —'— ' ' '————— ' [ 0:06] [ 0:06] Welcome to 'divine sim', an interactive debugger. Type 'help' to get started. [ 0:06] traced states: [ 0:06] trace: [ 0:06] T: (0) state: -1 -> 0 [ 0:06] T: (0) state: 0 -> 1 [ 0:06] T: (0) state: 1 -> 2 [ 0:06] T: (0) state: 2 -> 3 [ 0:06] T: (0) state: 3 -> 4 [ 0:06] T: (0) state: 4 -> 5 [ 0:06] T: (0) state: 5 -> 6 [ 0:06] ▶ state #9 [new] -- active threads: [0:0] -- [ 0:06] # executing next at stackhit.c:27 [ 0:06] # NOTE: $frame in main [ 0:06] > backtrace [ 0:06] next at stackhit.c:27 [ 0:06] main at stackhit.c:39 [ 0:06] __dios_start at /dios/libc/sys/start.cpp:94 [ 0:06] # executing next at stackhit.c:27 [ 0:06] # NOTE: $frame in main