]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
We expect new output with the syscalls changes.
authorJeremy Fitzhardinge <jeremy@valgrind.org>
Tue, 14 Oct 2003 21:11:29 +0000 (21:11 +0000)
committerJeremy Fitzhardinge <jeremy@valgrind.org>
Tue, 14 Oct 2003 21:11:29 +0000 (21:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1924

corecheck/tests/erringfds.stderr.exp
corecheck/tests/sigkill.stderr.exp
memcheck/tests/badjump.stderr.exp
memcheck/tests/writev.stderr.exp
none/tests/fork.stderr.exp

index b6a487d38bc579f492714277aedd6bcfd2a636ca..b978a206ec8ace2e81702bdb2b6dc94e8609a097 100644 (file)
@@ -1,4 +1,4 @@
 
-Warning: invalid file descriptor -1 in syscall read()
+Warning: bad use of file descriptor -1 in syscall read()
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 563be0932b6b86a5e9a83844a273288fcdac5554..d7266606d01a693b80e7bef212a5312392c2f91b 100644 (file)
@@ -94,10 +94,12 @@ getting signal 30: Success
 setting signal 31: Success
 getting signal 31: Success
 
-setting signal 32: Success
+setting signal 32: Warning: bad signal number 32 in __NR_sigaction.
+Invalid argument
 getting signal 32: Success
 
-setting signal 33: Success
+setting signal 33: Warning: bad signal number 33 in __NR_sigaction.
+Invalid argument
 getting signal 33: Success
 
 setting signal 34: Success
index 040b9c1d25f9f5b71a126623e0011e8b888e9e8b..f18c11db4db1d40e7bcf8af838acdf49b0034973 100644 (file)
@@ -4,3 +4,15 @@ Jump to the invalid address stated on the next line
    by 0x........: __libc_start_main (...libc...)
    by 0x........: ...
    Address 0x........ is not stack'd, malloc'd or free'd
+
+Process terminating with default action of signal 11 (SIGSEGV): dumping core
+  address not mapped to object at address 0x........
+   at 0x........: ???
+   by 0x........: __libc_start_main (...libc...)
+   by 0x........: ...
+
+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
index 986fbe35728e092510ee62ed552ba5cac557f9bb..910e4493059813d4da030b9b14f8ef1dc63d16e9 100644 (file)
@@ -1,26 +1,26 @@
 
 Test file created.
 Syscall param writev(vector[...]) contains uninitialised or unaddressable byte(s)
-   at 0x........: vgAllRoadsLeadToRome_writev (vg_intercept.c:...)
-   by 0x........: __writev (vg_intercept.c:...)
+   at 0x........: __libc_writev (...libc...)
    by 0x........: main (writev.c:56)
    by 0x........: __libc_start_main (...libc...)
+   by 0x........: ...
    Address 0x........ is not stack'd, malloc'd or free'd
 Received EFAULT as expected
 
 Syscall param writev(vector) contains uninitialised or unaddressable byte(s)
-   at 0x........: vgAllRoadsLeadToRome_writev (vg_intercept.c:...)
-   by 0x........: __writev (vg_intercept.c:...)
+   at 0x........: __libc_writev (...libc...)
    by 0x........: main (writev.c:68)
    by 0x........: __libc_start_main (...libc...)
+   by 0x........: ...
    Address 0x........ is not stack'd, malloc'd or free'd
 Received EINVAL as expected
 
 Syscall param readv(vector) contains uninitialised or unaddressable byte(s)
-   at 0x........: vgAllRoadsLeadToRome_readv (vg_intercept.c:...)
-   by 0x........: __readv (vg_intercept.c:...)
+   at 0x........: __libc_readv (...libc...)
    by 0x........: main (writev.c:76)
    by 0x........: __libc_start_main (...libc...)
+   by 0x........: ...
    Address 0x........ is not stack'd, malloc'd or free'd
 Received EINVAL as expected
 
index b28b04f643122b019e912540f228c8ed20be9eeb..139597f9cb07c5d48bed18984ec4747f4b4f3438 100644 (file)
@@ -1,3 +1,2 @@
 
 
-