drd/tests/sem_open: Change the semaphore name (#331839)
[valgrind.git] / memcheck / tests / filter_addressable
blob4440290a39102cf8a9bc0440d3236b13fd5dcb35
1 #! /bin/sh
3 ./filter_allocs "$@" |
4 perl -p -e 's/(default action of signal) [0-9]+ \(SIG(SEGV|BUS)\)/$1 N \(SIGSEGV or SIGBUS\)/' |
5 perl -p -e 's/(Bad permissions for mapped region|Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/'