New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 909917 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Out until 24 Jan
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Renderer killed with RFH_ERROR_PROCESS_NON_UNIQUE_ORIGIN_COMMIT

Project Member Reported by lfg@chromium.org, Nov 28

Issue description

I was only able to reproduce this on Windows. Repro steps:

D:\src\chromium\src>type out\Debug\args.gn
use_goma = true
goma_dir="c:\src\goma-win64"
is_debug = true
is_component_build = true
enable_nacl = false
target_cpu = "x86"
D:\src\chromium\src>ninja -C out\Debug content_shell
ninja: Entering directory `out\Debug'
ninja: no work to do.

D:\src\chromium\src>out\Debug\content_shell.exe --run-web-tests file\not\found

D:\src\chromium\src>#READY

DevTools listening on ws://127.0.0.1:57493/devtools/browser/43ba303a-be5d-4064-98b1-6320a03a1862
[25996:28084:1128/175056.489:ERROR:process_win.cc(167)] Unable to terminate process: Access is denied. (0x5)
[25996:45624:1128/175056.933:ERROR:bad_message.cc(27)] Terminating renderer for bad IPC message, reason 205
[25996:28084:1128/175056.984:ERROR:process_win.cc(167)] Unable to terminate process: Access is denied. (0x5)
[25996:9196:1128/175057.015:WARNING:discardable_shared_memory_manager.cc(410)] Some MojoDiscardableSharedMemoryManagerImpls are still alive. They will be leaked.
layer at (0,0) size 800x600
  LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
  LayoutBlockFlow {HTML} at (0,0) size 800x600
    LayoutBlockFlow {BODY} at (8,8) size 784x584
      LayoutText {#text} at (0,0) size 235x19
        text run at (0,0) width 235: "Could not load the requested resource."
      LayoutBR {BR} at (235,15) size 0x0
      LayoutText {#text} at (0,20) size 298x19
        text run at (0,20) width 298: "Error code: -6 (net::ERR_FILE_NOT_FOUND)"

 
Status: Assigned (was: Unconfirmed)
This issue has an owner, a component and a priority, but is still listed as untriaged or unconfirmed. By definition, this bug is triaged. Changing status to "assigned". Please reach out to me if you disagree with how I've done this.

Sign in to add a comment