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

boa_tester stack overflows in debug mode #4089

Open
hansl opened this issue Dec 17, 2024 · 1 comment
Open

boa_tester stack overflows in debug mode #4089

hansl opened this issue Dec 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hansl
Copy link
Contributor

hansl commented Dec 17, 2024

Running the boa_tester in debug in the main branch aborts with a stack overflow.

image

In release mode everything seems fine, but we should still investigate.

@hansl hansl added the bug Something isn't working label Dec 17, 2024
@jasonwilliams
Copy link
Member

jasonwilliams commented Dec 18, 2024

Yeah I think we're going to have to fix this properly, if you run the benchmarks in debug mode (just the first one or second one) it also stack overflows.

I think we're gonna have to find the smallest test case that causes this and try to fix it, it's happening at the parser level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants