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
Compiles fine, but once runned, nothing gets printed to the screen. I expected it to at least print 'starting ...' to the screen, and then stackoverflow. This happens on build-exe and build-exe --release-fast.
On my machine I dont see any segfault or stack overflow message, but maybe that's just my machine.
OK, at least we got issue #1424 out of it. I believe the problem has to do with creating an array that large and overflowing the stack, rather than the recursion.
Not sure if this is really a bug or not...
Compiles fine, but once runned, nothing gets printed to the screen. I expected it to at least print 'starting ...' to the screen, and then stackoverflow. This happens on
build-exe
andbuild-exe --release-fast
.On my machine I dont see any segfault or stack overflow message, but maybe that's just my machine.
https://bugs.llvm.org/show_bug.cgi?id=965 might be the root of this?
The text was updated successfully, but these errors were encountered: