Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Issue 2270923003: Alternative solution for crbug.com/594674 base ond DEEPBIND

Created:
4 years, 4 months ago by Primiano Tucci (use gerrit)
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Alternative solution for crbug.com/594674 base ond DEEPBIND Tested with the following GN config: --- is_debug = false is_component_build = false dcheck_always_on = true enable_nacl = false target_cpu = "x86" --- Note target_cpu=x86. Rationale: it's easier to test the suicide-on-OOM. Turns out that exhausting the address space with 64 bit takes quite some time :) BUG=594674

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -0 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A hax/BUILD.gn View 1 chunk +10 lines, -0 lines 0 comments Download
A hax/hax.cc View 1 chunk +37 lines, -0 lines 0 comments Download
A hax/haxlib.cc View 1 chunk +47 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698