New issue
Advanced search Search tips

Issue 680001 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Out-of-memory in v8_wasm_fuzzer

Project Member Reported by ClusterFuzz, Jan 11 2017

Issue description

Components: Blink>JavaScript
Owner: ahaas@chromium.org
Status: Assigned (was: Untriaged)

Comment 3 by ahaas@chromium.org, Jan 17 2017

Labels: -Pri-1 Pri-3
The problem here is that the wasm module that is generated by the fuzzer correctly allocates more memory than CF provides on its machines. In this issue it allocates an indirect function table of initial size = 2095876. Ideally we should define lower limits for the table size (or memory size) for the fuzzer, but I am not sure yet how to do this the best way. In any case, this should be quite low priority because it is actually correct behavior the fuzzer cannot deal with.
Project Member

Comment 5 by ClusterFuzz, Jan 25 2017

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 6177002509041664 is verified as fixed, so closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment