You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jcollins-g opened this issue
Dec 3, 2020
· 3 comments
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.crashProcess exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
I have only seen this crash once on Linux with 2.12.0-96.0.dev when rerunning a test to resolve a flake on Dartdoc's travis. The main unusual thing about this test is that it is run with the coverage package.
@bkonyi This only happened once, haven't gotten it to happen again. Mostly filed in case someone notices something easy to fix, or if others encounter it they can find it in a search.
…rintJSON.
Note this would be unsafe even if under a safepoint operation because not all of the queried threads participate in safepoints.
TEST=tsan
Bug: #44304
Bug: #44385
Change-Id: I8156e8c6049165e5c53b66c3391f3e8a496ddaaf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175000
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.crashProcess exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
I have only seen this crash once on Linux with 2.12.0-96.0.dev when rerunning a test to resolve a flake on Dartdoc's travis. The main unusual thing about this test is that it is run with the coverage package.
Full travis log (including command lines for dart and pub run coverage): crashlog.txt
Travis run: https://travis-ci.org/github/dart-lang/dartdoc/jobs/747470739
Relevant looking snippet:
The text was updated successfully, but these errors were encountered: