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