New issue
Advanced search Search tips

Issue 700780 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

V8 correctness failure in configs: x64,ignition:x64,ignition_eager

Project Member Reported by ClusterFuzz, Mar 13 2017

Issue description

Cc: marja@chromium.org
Labels: -Pri-1 Pri-2
Owner: machenb...@chromium.org
Status: Assigned (was: Untriaged)
// Not sure how we'd suppress that. Function with lazy-error in eval is added in lazy and not in eager:

try {
  eval("function Crash() { assertUnreachable(); continue;if (Crash) {  } }");
} catch(e) {; }
print(Object.getOwnPropertyNames(this).length)

// Afterwards fuzz tests might do whatever with the global object's properties which differ :/
Project Member

Comment 2 by ClusterFuzz, Apr 27 2017

ClusterFuzz has detected this issue as fixed in range 44902:44903.

Detailed report: https://clusterfuzz.com/testcase?key=6417972328660992

Fuzzer: foozzie_js_mutation
Job Type: v8_foozzie
Platform Id: linux

Crash Type: V8 correctness failure
Crash Address: 
Crash State:
  configs: x64,ignition:x64,ignition_eager
  sources: 89e
  
Sanitizer: address (ASAN)

Regressed: V8: 43144:43145
Fixed: V8: 44902:44903

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6417972328660992


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 3 by ClusterFuzz, Apr 27 2017

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

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Labels: ClusterFuzz-Wrong
Status: Assigned (was: Verified)
Labels: -ClusterFuzz-Wrong
We have made a bunch of changes on ClusterFuzz side, so resetting ClusterFuzz-Wrong label.
Status: WontFix (was: Assigned)

Sign in to add a comment