New issue
Advanced search Search tips

Issue 691709 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

WebAPks are stuck on splashscreen in ToT

Project Member Reported by pkotw...@chromium.org, Feb 13 2017

Issue description

WebAPks are stuck on splashscreen in ToT
 
Making the ChildProcessServiceImpl constructor public seems to fix things.

One interesting property of this bug that I don't yet understand is that after creating the renderer for the WebAPK fails, creating subsequent renderers for normal tabs also fails. I did some investigation. It seems like we are looping forever in while (sSpareConnectionStarting) in ChildProcessLauncher#startInternal()
Project Member

Comment 2 by bugdroid1@chromium.org, Feb 14 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/feb7ca146e6cd6662129d0b82dfe116b94d37ad1

commit feb7ca146e6cd6662129d0b82dfe116b94d37ad1
Author: pkotwicz <pkotwicz@chromium.org>
Date: Tue Feb 14 02:37:20 2017

Fix WebAPK renderer not launching

WebApkSandboxedService creates ChildProcessServiceImpl via reflection.
https://codereview.chromium.org/2675013002 added a non public constructor to
ChildProcessServiceImpl causing construction-via-reflection to fail.

BUG= 691709 , 691724 

Review-Url: https://codereview.chromium.org/2692023003
Cr-Commit-Position: refs/heads/master@{#450207}

[modify] https://crrev.com/feb7ca146e6cd6662129d0b82dfe116b94d37ad1/content/public/android/java/src/org/chromium/content/app/ChildProcessServiceImpl.java

Status: Fixed (was: Started)

Sign in to add a comment