V8 correctness failure in configs: x64,ignition:x64,ignition_turbo |
||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=6188002255831040 Fuzzer: foozzie_js_mutation Job Type: foozzie_ignition_turbo Platform Id: linux Crash Type: V8 correctness failure Crash Address: Crash State: configs: x64,ignition:x64,ignition_turbo sources: 67f Sanitizer: address (ASAN) Regressed: V8: 42568:42569 Minimized Testcase (0.35 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv94SXsxKmx4OQqxrenX9PsLEytOxX48qdasrARB8miLBtsGPVjGeuzie8JTnUw6RzPIlGqlGB_HnzzTtESV9gaa6GTTD6a3syimn669HghQl7Iz7fhsZQo7BB3xGPgRFxViRPSWaYlifBrLo-groPjeoYSoh3n9-6B7enAbNRDie7i7P4dEkw-017v3tmivfSQx2BadqMymxnUCtWnTZJVRtynF_tBKIg-nugLf1l7wXPxVyOV-2Yxr63jaS4nw3NT8WUkQGbJAEPq0KCjmso5_9V_OvkL2WnHMI1aev3lC-uj9kO8ETmObqZff70-DkGsox2yJCdcHaZRttCzjR55KhrOqITfooQ4ZpAyUgSpB7NdU5rZI?testcase_id=6188002255831040 __PrettyPrint = function __PrettyPrint() { switch (typeof value) { case "number": } } var __v_1 = []; __v_1.__defineGetter__(0, function() { if (__v_0++ > 2) return; }); print("v8-foozzie source: /v8/test/mjsunit/integer-to-string.js"); function __f_0() { for (var __v_0 = -5e9; __v_0 < 5e9; __v_0 += (1e6 - 1)) parseInt(); __v_1[0]; } __f_0(); Issue filed automatically. See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Jan 25 2017
Another instance of issue 683581 , fixed by efc8cb16d783c923c690be93cd55ae37f947edca.
,
Jan 26 2017
ClusterFuzz has detected this issue as fixed in range 42647:42648. Detailed report: https://cluster-fuzz.appspot.com/testcase?key=6188002255831040 Fuzzer: foozzie_js_mutation Job Type: foozzie_ignition_turbo Platform Id: linux Crash Type: V8 correctness failure Crash Address: Crash State: configs: x64,ignition:x64,ignition_turbo sources: 67f Sanitizer: address (ASAN) Regressed: V8: 42568:42569 Fixed: V8: 42647:42648 Minimized Testcase (0.35 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv94SXsxKmx4OQqxrenX9PsLEytOxX48qdasrARB8miLBtsGPVjGeuzie8JTnUw6RzPIlGqlGB_HnzzTtESV9gaa6GTTD6a3syimn669HghQl7Iz7fhsZQo7BB3xGPgRFxViRPSWaYlifBrLo-groPjeoYSoh3n9-6B7enAbNRDie7i7P4dEkw-017v3tmivfSQx2BadqMymxnUCtWnTZJVRtynF_tBKIg-nugLf1l7wXPxVyOV-2Yxr63jaS4nw3NT8WUkQGbJAEPq0KCjmso5_9V_OvkL2WnHMI1aev3lC-uj9kO8ETmObqZff70-DkGsox2yJCdcHaZRttCzjR55KhrOqITfooQ4ZpAyUgSpB7NdU5rZI?testcase_id=6188002255831040 __PrettyPrint = function __PrettyPrint() { switch (typeof value) { case "number": } } var __v_1 = []; __v_1.__defineGetter__(0, function() { if (__v_0++ > 2) return; }); print("v8-foozzie source: /v8/test/mjsunit/integer-to-string.js"); function __f_0() { for (var __v_0 = -5e9; __v_0 < 5e9; __v_0 += (1e6 - 1)) parseInt(); __v_1[0]; } __f_0(); 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. |
||
►
Sign in to add a comment |
||
Comment 1 by machenb...@chromium.org
, Jan 24 2017Status: Available (was: Untriaged)
// PTAL. Missing reference error in ignition_turbo. Repros in ignition/ignition_turbo: var a = []; a.__defineGetter__(0, function() { boom; }); count = 0 function foo() { for (var __v_0 = 0; __v_0 < 20000; __v_0++) { count++; } a[0]; } foo(); // Output: # Compared x64,ignition with x64,ignition_turbo # # Flags of x64,ignition: --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 123 --ignition --turbo-filter=~ --hydrogen-filter=~ --validate-asm --nocrankshaft # Flags of x64,ignition_turbo: --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 123 --ignition-staging --turbo --validate-asm # # Difference: - ./repro.js:3: ReferenceError: boom is not defined # # Source file: none # ### Start of configuration x64,ignition: ./repro.js:3: ReferenceError: boom is not defined boom; ^ ### End of configuration x64,ignition # ### Start of configuration x64,ignition_turbo: ### End of configuration x64,ignition_turbo