ftmemsim-valgrind/memcheck/tests/clientstackperm.stderr.exp
Nicholas Nethercote db419f2bdc Moved discard, clientperm and clientstackperm from tests/ into the test
suite-proper, giving them .vgtest files and all that.  They don't make sense
for 1.0.X because the client request constants are different in HEAD, indeed
one of them (clientperm) fails with --stable.

Also moved blocked_syscall.c from tests/ to tests/unused/.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1181
2002-10-04 14:16:38 +00:00

18 lines
763 B
Plaintext

Invalid read of size 4
at 0x........: baaaad (clientstackperm.c:23)
by 0x........: main (clientstackperm.c:29)
by 0x........: __libc_start_main (...libc...)
by 0x........: (within /.../tests/clientstackperm)
Address 0x........ is 36 bytes inside a 40-byte stack red-zone created
at 0x........: baaaad (clientstackperm.c:18)
by 0x........: main (clientstackperm.c:29)
by 0x........: __libc_start_main (...libc...)
by 0x........: (within /.../tests/clientstackperm)
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
malloc/free: in use at exit: 0 bytes in 0 blocks.
malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
For a detailed leak analysis, rerun with: --leak-check=yes
For counts of detected errors, rerun with: -v