You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo run -- --use-stacker once --red-zone $((16 * 1024 * 1024))
The ./run-commands.sh script runs the program with a bunch of flag combinations.
I'm not sure if it's possible to fix this (probably related, on Linux the program exits with SIGSEGV rather than SIGIOT) but it would be good to document this. Thanks again!
The text was updated successfully, but these errors were encountered:
Hi there, thanks for maintaining stacker!
Currently, on Linux x86_64, a simple stack exhaustion results in a message like:
However, if stacker has created a stack segment, then no such message gets printed:
This makes it somewhat harder to diagnose stack exhaustion issues.
I wrote a little program that tests a bunch of combinations: https://github.com/sunshowers/stack-exhaust-test. With this program, the issue is reproducible with:
The
./run-commands.sh
script runs the program with a bunch of flag combinations.I'm not sure if it's possible to fix this (probably related, on Linux the program exits with SIGSEGV rather than SIGIOT) but it would be good to document this. Thanks again!
The text was updated successfully, but these errors were encountered: