Home | History | Annotate | Download | only in tests
      1 
      2 Invalid write of size 8
      3    at 0x........: foo (stackerr.c:27)
      4    by 0x........: bar (stackerr.c:32)
      5    by 0x........: main (stackerr.c:41)
      6  Address 0x........ expected vs actual:
      7  Expected: stack array "a" in frame 2 back from here
      8  Actual:   unknown
      9 
     10 Invalid write of size 8
     11    at 0x........: main (stackerr.c:44)
     12  Address 0x........ expected vs actual:
     13  Expected: stack array "a" in this frame
     14  Actual:   unknown
     15 
     16 Invalid write of size 1
     17    at 0x........: _IO_default_xsputn (in /...libc...)
     18    by 0x........: ...
     19    by 0x........: ...
     20    by 0x........: ...
     21    by 0x........: main (stackerr.c:49)
     22  Address 0x........ expected vs actual:
     23  Expected: stack array "buf" in frame 4 back from here
     24  Actual:   unknown
     25 
     26 
     27 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
     28