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