Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have an option to abort on too long stack #627

Open
KristofferC opened this issue May 28, 2024 · 0 comments
Open

Have an option to abort on too long stack #627

KristofferC opened this issue May 28, 2024 · 0 comments

Comments

@KristofferC
Copy link
Member

Would be useful to debug stack overflows. Right now, stuff like

julia> @interpret randMPS(Float64, 6, U1SpinlessFermion.pspace, Rep[U₁](c => 1 for c in -1:1/2:1))

Internal error: during type inference of
handle_err(Any, JuliaInterpreter.Frame, StackOverflowError)
Encountered stack overflow.
This might be caused by recursion over very long tuples or argument lists.
Internal error: during type inference of
handle_err(Any, JuliaInterpreter.Frame, StackOverflowError)
Encountered stack overflow.
This might be caused by recursion over very long tuples or argument lists.
Internal error: encountered unexpected error during compilation of handle_err:
StackOverflowError()
Internal error: during type inference of
handle_err(Any, JuliaInterpreter.Frame, StackOverflowError)
Encountered stack overflow.
This might be caused by recursion over very long tuples or argument lists.
Internal error: encountered unexpected error during compilation of handle_err:
StackOverflowError()

happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant