|
From: <sv...@va...> - 2009-04-28 01:22:08
|
Author: njn Date: 2009-04-28 02:22:02 +0100 (Tue, 28 Apr 2009) New Revision: 9654 Log: This should have gone in with r9653. Added: branches/DARWIN/memcheck/tests/filter_addressable Added: branches/DARWIN/memcheck/tests/filter_addressable =================================================================== --- branches/DARWIN/memcheck/tests/filter_addressable (rev 0) +++ branches/DARWIN/memcheck/tests/filter_addressable 2009-04-28 01:22:02 UTC (rev 9654) @@ -0,0 +1,7 @@ +#! /bin/sh + +./filter_allocs | +perl -p -e 's/(default action of signal) [0-9]+ \(SIG(SEGV|BUS)\)/$1 N \(SIGSEGV or SIGBUS\)/' | +perl -p -e 's/(Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/' + + Property changes on: branches/DARWIN/memcheck/tests/filter_addressable ___________________________________________________________________ Name: svn:executable + * |