We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba08af commit d963316Copy full SHA for d963316
tests/valgrind-check/valgrind.sh
@@ -37,7 +37,7 @@ function check_valgrind_output {
37
fi
38
echo "Looking for problems in $1:"
39
grep -i "ERROR SUMMARY: 0 errors" "$1"
40
- cat $1 | sed -e "/ 0 errors/d" -e "/and suppressed error/d" -e "/a memory error detector/d" -e "/This database contains unknown binary data/d" > filtered.txt
+ cat $1 | sed -e "/ 0 errors/d" -e "/and suppressed error/d" -e "/a memory error detector/d" -e "/This database contains unknown binary data/d" -e "/error: Problems detected in 1\/1 databases/d" -e "/error: Failed to stat() 'no-such-file.lmdb'/d" -e "/Status of 'no-such-file.lmdb': SYSTEM_ERROR 2/d" > filtered.txt
41
no_errors filtered.txt
42
set +e
43
grep -i "at 0x" filtered.txt
0 commit comments