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
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Why is it important:
Because of the small stack size for secondary threads it is very easy run into a stack overflow if a lo number of recursive calls.
If a application runs into a stack overflow, this package doesn't print anything.
Regarding to a message with @ianpartridge there are two issues:
SIGILLand not onSIGSEGVWhy is it important:
Because of the small stack size for secondary threads it is very easy run into a stack overflow if a lo number of recursive calls.