1 2 Doing invalid access. Expect complaint. 3 4 Invalid write of size 4 5 at 0x........: main (err_disable_arange1.c:19) 6 Address 0x........ is 492 bytes inside a block of size 4,000 free'd 7 at 0x........: free (vg_replace_malloc.c:...) 8 by 0x........: main (err_disable_arange1.c:15) 9 10 11 Disabling address error reporting for the range. 12 13 14 Doing invalid another access. Expect no complaint. 15 16 17 Partially reenabling address error reporting. 18 19 20 Doing a third access. Expect complaint. 21 22 Invalid write of size 4 23 at 0x........: main (err_disable_arange1.c:35) 24 Address 0x........ is 3,156 bytes inside a block of size 4,000 free'd 25 at 0x........: free (vg_replace_malloc.c:...) 26 by 0x........: main (err_disable_arange1.c:15) 27 28 29 Exiting. Expect warnings of 2 remaining ranges. 30 31 WARNING: exiting program has the following client-requested 32 WARNING: address error disablement range(s) still in force, 33 WARNING: possibly as a result of some mistake in the use of the 34 WARNING: VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING_IN_RANGE macros. 35 [1] 0x........-0x........ ClientReq 36 [3] 0x........-0x........ ClientReq 37