Home | History | Annotate | Download | only in tests
      1 
      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
      5 
      6 
      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 ....
     15 
     16 HEAP SUMMARY:
     17     in use at exit: ... bytes in ... blocks
     18   total heap usage: ... allocs, ... frees, ... bytes allocated
     19 
     20 For a detailed leak analysis, rerun with: --leak-check=full
     21 
     22 For counts of detected and suppressed errors, rerun with: -v
     23 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
     24