mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Filtered out the "More than 100 errors detected." message.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10527
This commit is contained in:
parent
5540402a8e
commit
b1b07a86e9
@ -28,6 +28,10 @@ sed \
|
||||
-e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \
|
||||
-e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" |
|
||||
|
||||
# Remove the message that more than hundred errors have been detected
|
||||
# (consists of two lines) and also the empty line below it.
|
||||
awk '{if ($0 == "More than 100 errors detected. Subsequent errors") {getline;getline} else print}' |
|
||||
|
||||
# Anonymise addresses
|
||||
$dir/../../tests/filter_addresses
|
||||
|
||||
|
||||
@ -910,9 +910,6 @@ Address 0x........ is at offset 0 from 0x......... Allocation context:
|
||||
by 0x........: main (tc19_shadowmem.c:144)
|
||||
---------- short gran, 1 .. 98, skip 1 ----------
|
||||
|
||||
More than 100 errors detected. Subsequent errors
|
||||
will still be recorded, but in less detail than before.
|
||||
|
||||
Conflicting store by thread x at 0x........ size 2
|
||||
at 0x........: child16 (tc19_shadowmem.c:57)
|
||||
by 0x........: steer (tc19_shadowmem.c:290)
|
||||
|
||||
@ -910,9 +910,6 @@ Address 0x........ is at offset 0 from 0x......... Allocation context:
|
||||
by 0x........: main (tc19_shadowmem.c:144)
|
||||
---------- short gran, 1 .. 98, skip 1 ----------
|
||||
|
||||
More than 100 errors detected. Subsequent errors
|
||||
will still be recorded, but in less detail than before.
|
||||
|
||||
Conflicting store by thread x at 0x........ size 2
|
||||
at 0x........: child16 (tc19_shadowmem.c:57)
|
||||
by 0x........: steer (tc19_shadowmem.c:290)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user