-
Notifications
You must be signed in to change notification settings - Fork 921
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
stack overflow in compute_stack_size_rec #9
Comments
The real issue is that there should be no stack overflow. It will be fixed in the next release. |
cykoder
pushed a commit
to cykoder/quickjs
that referenced
this issue
Sep 1, 2023
fix: correct column number offset when use OPTIMIZE
GerHobbelt
pushed a commit
to GerHobbelt/quickjs
that referenced
this issue
Oct 17, 2023
feat/gc-dump
GerHobbelt
pushed a commit
to GerHobbelt/quickjs
that referenced
this issue
Oct 17, 2023
Used for TinyCC.
bsekisser
pushed a commit
to bsekisser/quickjs
that referenced
this issue
Jan 21, 2025
Used for TinyCC.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem: given this JS input:
the thing crashes with "./qjs a.js"
Suggested fix:
The text was updated successfully, but these errors were encountered: