git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8932
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 ....
# Remove "Nulgrind, ..." line and the following copyright line.
sed "/^Nulgrind, a binary JIT-compiler./ , /./ d" |
+# 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 inthis run was .../" |
+
# Anonymise addresses
$dir/../../tests/filter_addresses