[ 0:01] + cat [ 0:01] + divcc -o gnu -D_GNU_SOURCE strerr_gnu.c [ 0:01] + '[' -s a.out ']' [ 0:01] + '[' -s gnu ']' [ 0:01] + '[' -x gnu ']' [ 0:01] + ./gnu [ 0:01] + divine check gnu [ 0:01] states per second: 52.6316 [ 0:02] state count: 2 [ 0:02] mips: 0.24 [ 0:02] [ 0:02] error found: yes [ 0:02] error trace: | [ 0:02] (0) Assertion failed: strcmp( ret, "No such process" ) == 0, file strerr_gnu.c, line 8. [ 0:02] FAULT: [ 0:02] [0] FATAL: assertion failure 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::Base> > > > > >(_VM_Fault, _VM_Frame*, void (*)()) [ 0:02] location: /dios/include/dios/sys/fault.hpp:118 [ 0:02] - symbol: __dios_fault [ 0:02] location: /dios/src/arch/divm/fault.c:12 [ 0:02] - symbol: __assert_fail [ 0:02] location: /dios/src/libc/_PDCLIB/assert.c:21 [ 0:02] - symbol: main [ 0:02] location: strerr_gnu.c:8 [ 0:02] - symbol: __dios_start [ 0:02] location: /dios/src/libc/sys/start.cpp:102 [ 0:02] a report was written to gnu.report [ 0:02] + divine exec --virtual gnu [ 0:02] + grep 'No such process' [ 0:02] execution stopped due to a program error [ 0:04] (0) Assertion failed: strcmp( ret, "No such process" ) == 0, file strerr_gnu.c, line 8. [ 0:04] + cat [ 0:04] + divcc -o nognu -D_XOPEN_SOURCE strerr_nognu.c [ 0:04] + '[' -s a.out ']' [ 0:04] + '[' -s nognu ']' [ 0:04] + '[' -x nognu ']' [ 0:04] + ./nognu [ 0:04] + divine check nognu [ 0:04] states per second: 52.6316 [ 0:06] state count: 2 [ 0:06] mips: 0.24 [ 0:06] [ 0:06] error found: yes [ 0:06] error trace: | [ 0:06] (0) Assertion failed: strcmp( buf, "No such process" ) == 0, file strerr_nognu.c, line 9. [ 0:06] FAULT: [ 0:06] [0] FATAL: assertion failure in userspace [ 0:06] [ 0:06] active stack: [ 0:06] - symbol: void __dios::FaultBase::handler<__dios::Upcall<__dios::fs::VFS<__dios::ProcessManager<__dios::Fault<__dios::Scheduler<__dios::Base> > > > > >(_VM_Fault, _VM_Frame*, void (*)()) [ 0:06] location: /dios/include/dios/sys/fault.hpp:118 [ 0:06] - symbol: __dios_fault [ 0:06] location: /dios/src/arch/divm/fault.c:12 [ 0:06] - symbol: __assert_fail [ 0:06] location: /dios/src/libc/_PDCLIB/assert.c:21 [ 0:06] - symbol: main [ 0:06] location: strerr_nognu.c:9 [ 0:06] - symbol: __dios_start [ 0:06] location: /dios/src/libc/sys/start.cpp:102 [ 0:06] a report was written to nognu.report [ 0:06] + divine exec --virtual nognu [ 0:06] + grep 'No such process' [ 0:06] execution stopped due to a program error [ 0:08] (0) Assertion failed: strcmp( buf, "No such process" ) == 0, file strerr_nognu.c, line 9. [ 0:08] + check debris [ 0:08] + test -e warning