[ 0:00] + divine cc -o testcase.bc /home/xrockai/src/divine/nightly/test/lang-c/free-on-localvar.c [ 0:00] compiling /home/xrockai/src/divine/nightly/test/lang-c/free-on-localvar.c [ 0:00] + divine verify --max-memory 4GiB --threads 1 --report-filename verify.out testcase.bc [ 0:00] states per second: 74.0741 [ 0:02] state count: 2 [ 0:02] mips: 0.28 [ 0:02] [ 0:02] error found: yes [ 0:02] error trace: | [ 0:02] FAULT: invalid free of a non-heap pointer [ 0:02] [0] FATAL: memory error in userspace [ 0:02] [ 0:02] active stack: [ 0:02] - symbol: void __dios::FaultBase::handler<__dios::Upcall<__dios::fs::VFS<__dios::ProcessManager<__dios::Fault<__dios::Scheduler<__dios::config::Base> > > > > >(_VM_Fault, _VM_Frame*, void (*)()) [ 0:02] location: /dios/include/dios/sys/fault.hpp:87 [ 0:02] - symbol: __dios_fault [ 0:02] location: /dios/src/libc/sys/fault.c:14 [ 0:02] - symbol: free [ 0:02] location: /dios/src/libc/_PDCLIB/glue.c:97 [ 0:02] - symbol: main [ 0:02] location: /home/xrockai/src/divine/nightly/test/lang-c/free-on-localvar.c:7 [ 0:02] - symbol: _start [ 0:02] location: /dios/src/libc/sys/start.cpp:102 [ 0:02] a report was written to verify.out [ 0:02] + divine sim --batch --skip-init --load-report verify.out