-
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
si_signo=Trace/breakpoint trap(5), si_code=128, si_addr=(nil) #38248
Comments
I could reproduce this error with a version before the fix, but that fix is now in (and I assumed the nightly would have picked that one up). Can you confirm from when this failure is, @feli-citas ?
|
Report can be found here: https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8903100430609819232/+/steps/make_a_fuzz_shard_24/0/stdout?format=raw
|
Duplicate of #38230 ? |
Indeed, still crashes even without the slowpath or other flags on today's master:
Hacking the reason string a bit gives a bit of a clue: Deoptimizing (reason 5 'Unknown') at pc=00007f1c10702a71 fp=00007f1c0f4bd348 'file:///usr/local/google/home/ajcbik/Repo/DART/fuzz38248.dart_::_init_var8' (count 0)
../../runtime/vm/deopt_instructions.cc: 73: error: expected: !deopt_info.IsNull() |
Easy to write a small reproducer. The kernel binary flow graph builder was not dealing with OSR in FieldInitializer methods yet! Fix is pending. |
Rationale: OSR was happening in a field initializer, but the kernel binary flow graph builder assumed this never happened. With regression test. #38248 Change-Id: I91243b4422cac76ec7ee2460d466bd0e1cf608ee Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/116558 Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Aart Bik <ajcbik@google.com>
fuzz.dart.txt
run with
The text was updated successfully, but these errors were encountered: