Bug 475652 - Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?
[valgrind.git] / memcheck / tests / badjump.stderr.exp
blob3eb73b27f7613f46c8747e9ba22421a0041f0788
2 Jump to the invalid address stated on the next line
3 ...
4 by 0x........: main (badjump.c:17)
5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
8 Process terminating with default action of signal 11 (SIGSEGV)
9 Access not within mapped region at address 0x........
10 ...
11 by 0x........: main (badjump.c:17)
12 If you believe this happened as a result of a stack
13 overflow in your program's main thread (unlikely but
14 possible), you can try to increase the size of the
15 main thread stack using the --main-stacksize= flag.
16 The main thread stack size used in this run was ....
18 HEAP SUMMARY:
19 in use at exit: ... bytes in ... blocks
20 total heap usage: ... allocs, ... frees, ... bytes allocated
22 For a detailed leak analysis, rerun with: --leak-check=full
24 For lists of detected and suppressed errors, rerun with: -s
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)