-
Notifications
You must be signed in to change notification settings - Fork 1.7k
gen_snapshot and dart snapshot sometimes crash on ios flutter buildbot bot #56529
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
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
P2
A bug or feature request we're likely to work on
triaged
Issue has been triaged by sub team
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Comments
Manually symbolizing the first one:
|
Symbols might be a bit off, since DrainMarkingStackWithPauseChecks does not (even indirectly) call MarkingVisitorBase constructor. |
rmacnak-google
added a commit
to rmacnak-google/buildroot
that referenced
this issue
Sep 9, 2024
copybara-service bot
pushed a commit
that referenced
this issue
Sep 9, 2024
Bug: #56529 Change-Id: Idc0e41091491b144c12056dca2eb441444c2af0a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/384400 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
rmacnak-google
added a commit
to flutter/buildroot
that referenced
this issue
Sep 9, 2024
rmacnak-google
added a commit
to rmacnak-google/engine
that referenced
this issue
Sep 9, 2024
- Report the exit code for failed build-time executions. Bug: dart-lang/sdk#56529
rmacnak-google
added a commit
to flutter/engine
that referenced
this issue
Sep 10, 2024
- Report the exit code for failed build-time executions. Bug: dart-lang/sdk#56529
jesswrd
pushed a commit
to jesswrd/engine
that referenced
this issue
Sep 11, 2024
…55051) - Report the exit code for failed build-time executions. Bug: dart-lang/sdk#56529
The second crash mentioned in the issue has been fixed, Closing issue, if we see the crash again please reopen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
P2
A bug or feature request we're likely to work on
triaged
Issue has been triaged by sub team
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
from https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Production%20Engine%20Drone/422092/overview logs
Seemingly related is how gen_snapshot crashes without any diagnostic.
from https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Production%20Engine%20Drone/428094/overview
logs
from https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Production%20Engine%20Drone/423461/overview logs
cc @rmacnak-google @zanderso @a-siva
The text was updated successfully, but these errors were encountered: