New issue
Advanced search Search tips

Issue 764152 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
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, Sep 12 2017

Issue description

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

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: d09
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=v8_foozzie&range=47802:47803

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

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Owner: marja@chromium.org
Status: Assigned (was: Untriaged)
Error message differs with lazy compilation / lazy parsing of inner functions.
Marja, can you take a look please?

Comment 2 by marja@chromium.org, Sep 20 2017

Cc: adamk@chromium.org marja@chromium.org
Owner: gsat...@chromium.org
Umm, this is weird.

Minimal repro:

var __v_5 = {};
__v_7 = [][0];
class C {
  method([[] = function() { __v_5 += 1; return __v_7; }()]) {
  }
};
new C().method([]);


v8$ out/Debug/d8 ../foo308.js 
../foo308.js:4: TypeError: Cannot read property 'Symbol(Symbol.iterator)' of (intermediate value)
  method([[] = function() { __v_5 += 1; return __v_7; }()]) {
                                                       ^
TypeError: Cannot read property 'Symbol(Symbol.iterator)' of (intermediate value)
    at C.method (../foo308.js:4:56)
    at ../foo308.js:7:9

v8$ out/Debug/d8 ../foo308.js --no-lazy
../foo308.js:4: TypeError: Cannot read property 'Symbol(Symbol.iterator)' of (intermediate value)(intermediate value)
  method([[] = function() { __v_5 += 1; return __v_7; }()]) {
                                                       ^
TypeError: Cannot read property 'Symbol(Symbol.iterator)' of (intermediate value)(intermediate value)
    at C.method (../foo308.js:4:56)
    at ../foo308.js:7:9


gsathya@ was touching some of these error messages lately. Any idea what this is about? Is this expected?

Comment 3 by marja@chromium.org, Sep 21 2017

 Issue 763692  has been merged into this issue.
Cc: gsat...@chromium.org hablich@chromium.org
 Issue 767258  has been merged into this issue.
Project Member

Comment 5 by ClusterFuzz, Sep 29 2017

ClusterFuzz has detected this issue as fixed in range 48202:48203.

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

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: d09
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=v8_foozzie&range=47802:47803
Fixed: https://clusterfuzz.com/revisions?job=v8_foozzie&range=48202:48203

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

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.
Is this really fixed? Seems you marja turned off a feature, but it will be turned on again, right?
Project Member

Comment 7 by ClusterFuzz, Sep 29 2017

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

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

Comment 8 by marja@chromium.org, Sep 29 2017

Yeah, I'll turn the flag on again.
ok - then please revisit this bug when you do.

Comment 10 by marja@chromium.org, Sep 29 2017

This is not at all related to the flag though - my flag just makes more functions lazy.
Project Member

Comment 11 by ClusterFuzz, Oct 1 2017

Labels: Test-Predator-AutoComponents
Automatically applying components based on information from OWNERS files. If this seems incorrect, please apply the Test-Predator-Wrong-Components label.
Project Member

Comment 12 by ClusterFuzz, Oct 6 2017

Labels: Needs-Feedback
ClusterFuzz testcase 4803737620316160 is still reproducing on tip-of-tree build (trunk).

Please re-test your fix against this testcase and if the fix was incorrect or incomplete, please re-open the bug. Otherwise, ignore this notification and add ClusterFuzz-Wrong label.
Labels: -Test-Predator-AutoComponents Test-Predator-Auto-Components

Sign in to add a comment