Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Log the sticky error during isolate shutdown#8742

Merged
jason-simmons merged 1 commit intoflutter:masterfrom
jason-simmons:isolate_sticky_error
Apr 25, 2019
Merged

Log the sticky error during isolate shutdown#8742
jason-simmons merged 1 commit intoflutter:masterfrom
jason-simmons:isolate_sticky_error

Conversation

@jason-simmons
Copy link
Member

The sticky error may be set in cases such as an unhandled asynchronous
exception. This is similar to the logging done in the Dart command line
embedder's isolate shutdown callback.

The sticky error may be set in cases such as an unhandled asynchronous
exception.  This is similar to the logging done in the Dart command line
embedder's isolate shutdown callback.
Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM stamp from a Japanese personal seal

@cbracken
Copy link
Member

cbracken commented Apr 25, 2019

Dart ref/rationale for future archaeologists: https://dart-review.googlesource.com/c/sdk/+/52680/

Copy link
Contributor

@chinmaygarde chinmaygarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you want to log the error when its fatal (especially)?

@jason-simmons
Copy link
Member Author

The intent is to log uncaught exceptions raised by the isolate. Fatal errors would indicate that the isolate was stopped by the embedder or by Isolate.kill.

@jason-simmons jason-simmons merged commit 1502300 into flutter:master Apr 25, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 25, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 25, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 26, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Apr 26, 2019
flutter/engine@0c9c293...86c1329

git log 0c9c293..86c1329 --no-merges --oneline
86c1329 Roll src/third_party/skia b14574924ab3..ff7006ff8082 (2 commits) (flutter/engine#8748)
9bc5e0b Roll src/third_party/dart e70273c306..9a07ad88f4 (5 commits)
1502300 Log the sticky error during isolate shutdown (flutter/engine#8742)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
the roller if necessary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants