Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Currently, sometimes the Proc.kill run on the emulator process will fail if the emulator process is hung really hard.
The process will not respond to SIGTERM, but will respond to SIGKILL - so we should kill it with that when we fail to SIGTERM it. Otherwise, the android emulator will think the AVD data is no longer in use, and cause weird errors when running new ones.
I filed JENKINS-11995 to track the required core change.
Attachments
Issue Links
- depends on
-
JENKINS-11995 There should be a way to forcefully kill (SIGKILL) a Proc
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue depends on JENKINS-11995 [ JENKINS-11995 ] |
Workflow | JNJira [ 142268 ] | JNJira + In-Review [ 175648 ] |
Assignee | Christopher Orr [ orrc ] |
There's isn't any way to SIGKILL currently.