-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CFE crash: Iterables do not have same length. #36356
Comments
I see this same crash when fuzzing spread operators. Please have a look. |
Is this a known issue too? I am seeing this more and more while trying to come up with new spead/control-flow collection tests. |
It happens a lot less now than before, but it remains the second showstopper for long running fuzz testing sessions:
|
Not sure about this one. Will be investigating it on Monday. Thanks for the repro! |
Proposed fix: https://dart-review.googlesource.com/c/sdk/+/98355. With it I was able to compile the repro fuzz_fe.dart without exceptions. |
While experimenting with DartFuzz generalizations, I encountered the following crash in the CFE. It is possible the generated Dart program did not make sense at this point (attached as fuzz_fe.dart.txt, just remove the txt), but having the CFE crash seems undesirable in any case.
The text was updated successfully, but these errors were encountered: