mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
stacks. Instead of hardwiring the main thread stack to a max of 16MB and segfaulting the app beyond that point, allow the user to specify the main stack size using the new flag --main-stacksize=<number>. If said flag is not present, the current default, which is "MIN(16GB, current ulimit -s value)", is used. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7302
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
|
|
|
|
Process terminating with default action of signal 11 (SIGSEGV)
|
|
Access not within mapped region at address 0x........
|
|
at 0x........: main (blockfault.c:32)
|
|
If you believe this happened as a result of a stack overflow in your
|
|
program's main thread (unlikely but possible), you can try to increase
|
|
the size of the main thread stack using the --main-stacksize= flag.
|
|
The main thread stack size used in this run was 16777216.
|
|
|