-
Notifications
You must be signed in to change notification settings - Fork 303
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
workerd: maximum call stack size exceeded #831
Comments
It looks like the stack overflow here comes from code in wrangler, in cloudflare/workers-sdk, that is recursing too many times. This does not necessarily mean that this code is at fault, but someone familiar with that code should take a look at what is happening there. The repro case is opaque looking from the
|
Looks like this is indeed an issue in Wrangler, should be fixed by cloudflare/workers-sdk#3585 |
This ticket is to follow-up on cloudflare/workers-sdk#2386 (comment).
workerd
is returning500 Internal Server Error
with a note that reads:There is a repro in https://github.com/BillBrower-Shopify/cf-workerd-crash-minimal.
The text was updated successfully, but these errors were encountered: