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
Currently, overflowing the default stack size causes segfault of compiled program, but it would be nice to have some error message if possible. Maybe only in debug-mod or so.
While debugging, it is hard to know if that was "SO" or something else in code.
There is small example for causing this:
Zig Version
0.11.0-dev.3395+1e7dcaa3a
Steps to Reproduce and Observed Output
Currently, overflowing the default stack size causes segfault of compiled program, but it would be nice to have some error message if possible. Maybe only in debug-mod or so.
While debugging, it is hard to know if that was "SO" or something else in code.
There is small example for causing this:
Expected Output
Some error message that it was exactly stack-overflow and not other issues in code
The text was updated successfully, but these errors were encountered: