Skip to content

Commit

Permalink
[infra] Kill crashpad_handler, which seems to be sometimes hanging ar…
Browse files Browse the repository at this point in the history
…ound.

Fix #59822

Change-Id: Ib79688664a95ab38dc3eab8a49b2f46a477a2eb3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/402721
Reviewed-by: Siva Annamalai <[email protected]>
Commit-Queue: Alexander Aprelev <[email protected]>
  • Loading branch information
aam authored and Commit Queue committed Jan 2, 2025
1 parent 101e028 commit 6884914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/task_kill.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def KillDart():
status += Kill("gen_snapshot", dump_stacks=True)
status += Kill("dartaotruntime", dump_stacks=True)
status += Kill("flutter_tester", dump_stacks=True)
status += Kill("crashpad_handler", dump_stacks=True)
return status


Expand Down

0 comments on commit 6884914

Please sign in to comment.