-
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
"Function detected too late during DWARF generation: Function: null" #31952
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
front-end-kernel
gardening
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Comments
zanderso
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
area-kernel
gardening
labels
Jan 19, 2018
Something like this could happen if the compiler inserts a null into RawCode::inlined_id_to_function_. |
Same crash happened today on a buildbot:
|
dart-bot
pushed a commit
that referenced
this issue
Feb 9, 2018
…WARF inlining data. Bug: #31952 Change-Id: I884c1a0c6f7255935743c4ec7c78c9501708a2f7 Reviewed-on: https://dart-review.googlesource.com/40203 Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Zach Anderson <zra@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
This is flaking all the time on the bot. Is there anything we could enable to help debugging this? |
dart-bot
pushed a commit
that referenced
this issue
Feb 16, 2018
…riting DWARF inlining data. Bug: #31952 Change-Id: Iaf677c2dd15567772d1bb9f2482e749ef1139fe2 Reviewed-on: https://dart-review.googlesource.com/42060 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
dart-bot
pushed a commit
that referenced
this issue
Feb 16, 2018
…riting DWARF inlining data. Bug: #31952 Change-Id: Ice62439ac2a3a762d7876b8258f00a2489bdce4c Reviewed-on: https://dart-review.googlesource.com/42121 Reviewed-by: Alexander Markov <alexmarkov@google.com>
Cannot reproduce. |
kmillikin
added
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
front-end-kernel
and removed
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
labels
Sep 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
front-end-kernel
gardening
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
A flaky-looking failure on:
gives:
See:
https://logs.chromium.org/v/?s=chromium%2Fbb%2Fclient.dart%2Fvm-kernel-precomp-linux-release-x64-1-6-be%2F950%2F%2B%2Frecipes%2Fsteps%2Fvm_tests%2F0%2Fstdout
/cc @rmacnak-google @mraleph
The text was updated successfully, but these errors were encountered: