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
When run with zig build run, maybe a stack overflow error would be a helpful hint that this is an infinite recursion bug.
Actual Behavior
When running this main.zig with zig build run it only produces a The following command terminated unexpectedly: error with no specific indication or hint as to what went wrong. In a large code base, it can be really hard to find the bug.
The text was updated successfully, but these errors were encountered:
jecolon
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Jan 31, 2022
Zig Version
0.10.0-dev.40+303bad998
Steps to Reproduce
Expected Behavior
When run with
zig build run
, maybe astack overflow
error would be a helpful hint that this is an infinite recursion bug.Actual Behavior
When running this
main.zig
withzig build run
it only produces aThe following command terminated unexpectedly:
error with no specific indication or hint as to what went wrong. In a large code base, it can be really hard to find the bug.The text was updated successfully, but these errors were encountered: