-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
crash since 0.14.44 #2407
Comments
Please provide an example input and build settings that causes it to do this. |
Hi @evanw, I've stripped down my project as much as possibile and it seems the cause of the crash is the import of the unzip the example, run |
Thanks. I can reproduce the issue. Here's a simple way to reproduce it: echo 'process.nextTick(x)' | esbuild --define:process.nextTick=nextTick The problem was introduced by an incorrect fix for #2292. My fix merged the code paths for |
@evanw thanks! |
Hi, since version 0.14.44 esbuild is crashing whenever I run it. Version 0.14.43 is running fine.
I'm running macOS 12.4 / iTerm2 / fish shell
here's a stack trace for version 0.14.4
here is a stack trace for version 0.14.49
The text was updated successfully, but these errors were encountered: