-
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
ufuzz failure #3744
Comments
Strange... I can't reproduce this reduced test case using Node v10 or v12 with any flag combination - with or without PR #3742.
It's stuck in an irreducible state. I had to kill the process after 5 minutes. Can you locally reproduce the reduced test case? |
LOL - I had pasted both the original AND the uglified versions into 3744.js! When I fixed the input it produced the same reduced result as you had. |
Ah I was about to report that I couldn't reproduced what you had 😅 But let me investigate this problem of yours... |
Maybe the combined input is just too big. Or perhaps finally we've found a case where the |
The ill-performing combined test case produces similar but different errors when minified and run:
I wonder if that has something to do with it. |
Indeed - the latest push in #3742 should fix that. |
The text was updated successfully, but these errors were encountered: