blob: d391c95757ace09f9900fc1f072c1ee208d4baee [file] [log] [blame]
Elliott Hughesed398002017-06-21 14:41:24 -07001
sewardj8eb8bab2015-07-21 14:44:28 +00002Invalid read of size 1
3 at 0x........: test_begin (brk.c:19)
4 by 0x........: main (brk.c:78)
5 Address 0x........ is 0 bytes after the brk data segment limit 0x........
6
7Invalid read of size 1
8 at 0x........: test_begin (brk.c:32)
9 by 0x........: main (brk.c:78)
10 Address 0x........ is 0 bytes after the brk data segment limit 0x........
11
Elliott Hughesed398002017-06-21 14:41:24 -070012brk segment overflow in thread #1: can not grow to 0x........
13(See section Limitations in the user manual.)
14NOTE: further instances of this message will not be shown.
15
16HEAP SUMMARY:
17 in use at exit: 0 bytes in 0 blocks
18 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
19
20For a detailed leak analysis, rerun with: --leak-check=full
21
22For counts of detected and suppressed errors, rerun with: -v
23ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)