New issue
Advanced search Search tips

Issue 851583 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Chrome for Android attempts to base::Process::WaitForExit*() non-child processes

Project Member Reported by w...@chromium.org, Jun 11 2018

Issue description

In https://chromium-review.googlesource.com/c/chromium/src/+/1093974 I attempted to make the code path for waiting on a non-child-process under Linux use NOTREACHED(), since if we hit this path then we cannot correctly reap the target process when it exits.  This change caused the android-marshmallow-arm64-rel
 bot to fail a number of content_browsertests.

We should diagnose why we're trying to wait for non-child processes on Android (possibly this is attempting to wait for renderer processes, launched via the Android Framework zygote, and hence not children of the browser?)
 

Sign in to add a comment