New issue
Advanced search Search tips

Issue 787072 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 24
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

"ninja -j" without specifying use_goma causes freezing

Project Member Reported by maxlg@google.com, Nov 20 2017

Issue description

Chrome Version: (copy from chrome://version)
The Chromium Authors
Copyright 2017 The Chromium Authors. All rights reserved.
Chromium	64.0.3274.0 (Developer Build) unknown (32-bit)
Revision	c2d379572d5c0c0ff64159fd6891417367877dc0-refs/heads/master@{#517847}
OS	Android 6.0.1; Nexus 5 Build/MVE85
Google Play services	SDK=11200000; Installed=11746438; Access=3p
JavaScript	V8 6.4.335
User Agent	Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Mobile Safari/535.36
Command Line	_ --disable-fre --no-default-browser-check --metrics-recording-only --disable-search-geolocation-disclosure --user-agent=Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Mobile Safari/535.36 --disable-default-apps --no-first-run --enable-remote-debugging --force-fieldtrials=SF/Enabled --disable-external-intent-requests --disable-component-extensions-with-background-pages --enable-low-end-device-mode --enable-gpu-benchmarking --enable-net-benchmarking --ignore-certificate-errors-spki-list=PhrPvGIaAMmd29hj8BCZOq096yj7uMpRNHpn5PDxI6I= --user-data-dir=/data/data/org.chromium.chrome/ --enable-features=SubresourceFilter<SF --force-fieldtrial-params=SF.Enabled:activation_state/enabled/activation_scope/all_sites/ruleset_flavor/a/suppress_notifications/true --disable-background-networking --use-mobile-user-agent --top-controls-show-threshold=0.5 --top-controls-hide-threshold=0.5 --disable-domain-reliability --use-mobile-user-agent --enable-pinch --enable-viewport --validate-input-event-stream --enable-longpress-drag-selection --touch-selection-strategy=direction --in-process-gpu --main-frame-resizes-are-orientation-changes --disable-composited-antialiasing --disable-sync-types=Favicon Images --enable-dom-distiller --flag-switches-begin --flag-switches-end --gpu-preferences=GAAAAAAAAAASAQAAAQAAAAAAAAAAAAIA --gpu-vendor-id=0x0000 --gpu-device-id=0x0000 --gpu-driver-vendor --gpu-driver-version=127.0 --gpu-driver-date
Executable Path	No such file or directory
Profile Path	/data/data/org.chromium.chrome/Default
Variations	SF:Enabled

OS: (e.g. Win7, OSX 10.9.5, etc...)
Goobuntu

What steps will reproduce the problem?
(0) Grab an android chromium repo
(1) Ensure goma is not running
(2) gn gen --args='target_os="android"' out/Default
(3) ninja -j 5000 -C out/Default chrome_public_apk
(4) The computer freezes after a while.

Things happen when I should have specify use_goma=true in step (2) but I forgot. Then when building the target with "-j 5000" it causes the memory usage keeps increasing until freezing eventually.

What is the expected result?

What happens instead?

Please use labels and text to provide additional information.


For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.

 
Status: WontFix (was: Untriaged)
You shot yourself in the foot with -j 5000. Pass something like -l 10 to limit the load on your machine.

Sign in to add a comment