New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 630145 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

!isolate->has_pending_exception() in objects.cc

Project Member Reported by ClusterFuzz, Jul 21 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5730914932097024

Fuzzer: decoder_langfuzz
Job Type: linux_asan_d8_ignition_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  !isolate->has_pending_exception() in objects.cc
  
Regressed: V8: r37907:37908

Minimized Testcase (7.89 Kb): https://cluster-fuzz.appspot.com/download/AMIfv94U-uMGSBHal2hgBZ9mFHIMSfN_JLMzhNVapp-nbckuk1qwAvoYQveGxWF0FDehSMcA7XaehK6hcNoEA8GRSvvb7Rf0OIjWSMvonZeftndOTe1cQuXQoX-01nICrzsHaHQFo13L0ZOMFTETcLyVWua_8B-CHQ?testcase_id=5730914932097024

Filer: mstarzinger

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: yangguo@chromium.org
Owner: jgruber@chromium.org
Status: Assigned (was: Untriaged)
Bisects to: https://crrev.com/9211dee01abc9e8dee16cb0915fc9673132823af

Will post repro instructions in a jiffy ...
Reproduces as follows ...

$ ./out/x64.debug/d8 mutant5302_regress-fast-empty-string.js
$ cat mutant5302_regress-fast-empty-string.js
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

try {
  Error.prepareStackTrace = function(e, frames) {
    for (var anonymous in caller) {
      delete escape[1];
    }
  }
  throw 23;
} catch(e) {
}

var o = {};
o[""] = (true  );
var x = {__proto__:o};
for (i = 0; i < 3; i++) {
  Error.captureStackTrace(x);
}

Project Member

Comment 3 by ClusterFuzz, Jul 23 2016

ClusterFuzz has detected this issue as fixed in range 37968:37969.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5730914932097024

Fuzzer: decoder_langfuzz
Job Type: linux_asan_d8_ignition_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  !isolate->has_pending_exception() in objects.cc
  
Regressed: V8: r37907:37908
Fixed: V8: r37968:37969

Minimized Testcase (7.89 Kb): https://cluster-fuzz.appspot.com/download/AMIfv94U-uMGSBHal2hgBZ9mFHIMSfN_JLMzhNVapp-nbckuk1qwAvoYQveGxWF0FDehSMcA7XaehK6hcNoEA8GRSvvb7Rf0OIjWSMvonZeftndOTe1cQuXQoX-01nICrzsHaHQFo13L0ZOMFTETcLyVWua_8B-CHQ?testcase_id=5730914932097024

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 4 by ClusterFuzz, Jul 23 2016

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

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

Comment 5 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment