ftmemsim-valgrind/memcheck/tests/err_disable_arange1.stderr.exp
Philippe Waroquiers d6438d2c05 Fix 348949 Bogus "ERROR: --ignore-ranges: suspiciously large range"
Patch from Mark Harris 



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15333
2015-06-11 19:57:42 +00:00

37 lines
1.1 KiB
Plaintext

Doing invalid access. Expect complaint.
Invalid write of size 4
at 0x........: main (err_disable_arange1.c:19)
Address 0x........ is 492 bytes inside a block of size 4,000 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable_arange1.c:15)
Disabling address error reporting for the range.
Doing invalid another access. Expect no complaint.
Partially reenabling address error reporting.
Doing a third access. Expect complaint.
Invalid write of size 4
at 0x........: main (err_disable_arange1.c:35)
Address 0x........ is 3,156 bytes inside a block of size 4,000 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable_arange1.c:15)
Exiting. Expect warnings of 2 remaining ranges.
WARNING: exiting program has the following client-requested
WARNING: address error disablement range(s) still in force,
WARNING: possibly as a result of some mistake in the use of the
WARNING: VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING_IN_RANGE macros.
[4] 0x........-0x........ ClientReq
[6] 0x........-0x........ ClientReq