New issue
Advanced search Search tips

Issue 724613 link

Starred by 2 users

Issue metadata

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



Sign in to add a comment

V8 correctness failure in configs: x64,ignition_turbo_opt:x64,ignition_turbo_opt_eager

Project Member Reported by ClusterFuzz, May 19 2017

Issue description

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

Fuzzer: foozzie_js_mutation
Job Type: v8_foozzie
Platform Id: linux

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

Regressed: V8: 44902:44903

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


Issue filed automatically.

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Labels: -Pri-1 Pri-3
Owner: marja@chromium.org
Status: Assigned (was: Untriaged)
@Marja, I assume this is WAI? Repro:

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

-> length differs, has a "Crash" property in one version
Project Member

Comment 2 by ClusterFuzz, Jul 29 2017

ClusterFuzz has detected this issue as fixed in range 46985:46986.

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

Fuzzer: foozzie_js_mutation
Job Type: v8_foozzie
Platform Id: linux

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

Regressed: V8: 44902:44903
Fixed: V8: 46985:46986

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


See https://github.com/google/clusterfuzz-tools 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, Jul 29 2017

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

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

Comment 4 by marja@chromium.org, Aug 1 2017

Hmm so with lazy we don't notice the stray "continue", but just parse the func. And that will create the Crash function. So sounds WAI to me too.

Sign in to add a comment