mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Fix minor breakage in 7 tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7405
This commit is contained in:
parent
f3b38367f0
commit
e23b38512f
@ -22,7 +22,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
|
||||
If you believe this happened as a result of a stack overflow in your
|
||||
program's main thread (unlikely but possible), you can try to increase
|
||||
the size of the main thread stack using the --main-stacksize= flag.
|
||||
The main thread stack size used in this run was 16777216.
|
||||
The main thread stack size used in this run was ....
|
||||
|
||||
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
||||
malloc/free: in use at exit: 0 bytes in 0 blocks.
|
||||
|
||||
@ -11,7 +11,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
|
||||
If you believe this happened as a result of a stack overflow in your
|
||||
program's main thread (unlikely but possible), you can try to increase
|
||||
the size of the main thread stack using the --main-stacksize= flag.
|
||||
The main thread stack size used in this run was 16777216.
|
||||
The main thread stack size used in this run was ....
|
||||
|
||||
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
||||
malloc/free: in use at exit: 0 bytes in 0 blocks.
|
||||
|
||||
@ -10,7 +10,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
|
||||
If you believe this happened as a result of a stack overflow in your
|
||||
program's main thread (unlikely but possible), you can try to increase
|
||||
the size of the main thread stack using the --main-stacksize= flag.
|
||||
The main thread stack size used in this run was 16777216.
|
||||
The main thread stack size used in this run was ....
|
||||
|
||||
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
||||
malloc/free: in use at exit: 0 bytes in 0 blocks.
|
||||
|
||||
@ -13,4 +13,7 @@ sed "/^Memcheck, a memory error detector/ , /./ d" |
|
||||
# Anonymise line numbers in mc_replace_strmem.c
|
||||
sed "s/mc_replace_strmem.c:[0-9]*/mc_replace_strmem.c:.../" |
|
||||
|
||||
# Remove the size in "The main thread stack size..." message.
|
||||
sed "s/The main thread stack size used in this run was [0-9]*/The main thread stack size used in this run was .../" |
|
||||
|
||||
$dir/../../tests/filter_test_paths
|
||||
|
||||
@ -7,7 +7,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
|
||||
If you believe this happened as a result of a stack overflow in your
|
||||
program's main thread (unlikely but possible), you can try to increase
|
||||
the size of the main thread stack using the --main-stacksize= flag.
|
||||
The main thread stack size used in this run was 16777216.
|
||||
The main thread stack size used in this run was ....
|
||||
|
||||
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
malloc/free: in use at exit: 0 bytes in 0 blocks.
|
||||
|
||||
@ -6,4 +6,4 @@ Process terminating with default action of signal 11 (SIGSEGV)
|
||||
If you believe this happened as a result of a stack overflow in your
|
||||
program's main thread (unlikely but possible), you can try to increase
|
||||
the size of the main thread stack using the --main-stacksize= flag.
|
||||
The main thread stack size used in this run was 16777216.
|
||||
The main thread stack size used in this run was ....
|
||||
|
||||
@ -48,7 +48,7 @@ usage: valgrind [options] prog-and-args
|
||||
|
||||
Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc
|
||||
|
||||
Valgrind is Copyright (C) 2000-2007 Julian Seward et al.
|
||||
Valgrind is Copyright (C) 2000-2008 Julian Seward et al.
|
||||
and licensed under the GNU General Public License, version 2.
|
||||
Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
|
||||
|
||||
|
||||
@ -92,7 +92,7 @@ usage: valgrind [options] prog-and-args
|
||||
|
||||
Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc
|
||||
|
||||
Valgrind is Copyright (C) 2000-2007 Julian Seward et al.
|
||||
Valgrind is Copyright (C) 2000-2008 Julian Seward et al.
|
||||
and licensed under the GNU General Public License, version 2.
|
||||
Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user