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

Issue 603464 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Fatal error in CALL_AND_RETRY_LAST

Project Member Reported by ClusterFuzz, Apr 14 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_dbg
Platform Id: linux

Crash Type: Fatal error
Crash Address: 
Crash State:
  CALL_AND_RETRY_LAST
  
Regressed: V8: r35430:35431

Minimized Testcase (0.17 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96dotTFqLWLDmc5h65nvv7vJ7YUHM9wO_OdzykVNQ4qQncbH1UePK8yoivTJHYy8VKvAGbm7ctBG8dV3ASHWGFF1nlKg5GIt7t0BTYBu_aba1r6NxMHyHHvmPCnhnvFF_rO4BX4wYbEdz_dR_iB20w2pUBeDg
var __v_2 = {};
try {
for (__v_1 = -1073741824; __v_1 < 2147483648; __v_1++) {
  __v_2 = __v_2 + __v_2;
}
} catch(e) {; }
function __f_1(re) {
    re.test(__v_2);
}
__f_1(/^bar/);


Filer: mstarzinger

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: hpayer@chromium.org
Status: Assigned (was: Available)
Most likely a dupe of  issue 603465 , same reasoning applies here, but this repro looks simpler. Feel free to de-dupe at your discretion.

Comment 2 by ishell@chromium.org, Apr 18 2016

 Issue 603631  also looks similar.

Comment 3 by hpayer@chromium.org, Apr 22 2016

Status: WontFix (was: Assigned)
Working as intended: out of memory. https://codereview.chromium.org/1873443002 changed the OOM error message slightly.
Project Member

Comment 4 by ClusterFuzz, Jun 21 2016

ClusterFuzz has detected this testcase as flaky and is unable to reproduce it in the original crash revision. Skipping fixed testing check and marking it as potentially fixed.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_dbg
Platform Id: linux

Crash Type: Fatal error
Crash Address: 
Crash State:
  CALL_AND_RETRY_LAST
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_d8_dbg&range=35430:35431

Minimized Testcase (0.17 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv944xyZvV4CUEjye7ydkRihiZN1M85V66jPDTW714xxiIHahkkXzjuN9u3irwL4_z0b2MzxWFi-BcZ3v5DwoDAFM1yfh4s3OHuK6WluFHbtNpl_oXTArPT2i8oqWsct2OibdwJzjaoz2K7_90_zunSUCyYg2CQ?testcase_id=6265818844758016
var __v_2 = {};
try {
for (__v_1 = -1073741824; __v_1 < 2147483648; __v_1++) {
  __v_2 = __v_2 + __v_2;
}
} catch(e) {; }
function __f_1(re) {
    re.test(__v_2);
}
__f_1(/^bar/);


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 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