New issue
Advanced search Search tips

Issue 716923 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

Stack-overflow when compiling a CallIC stub

Project Member Reported by ClusterFuzz, Apr 30 2017

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: Stack-overflow
Crash Address: 0x08152000
Crash State:
  v8::internal::FullCodeGenerator::VisitNoStackOverflowCheck
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=466210:466245

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


Issue filed automatically.

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 

Comment 1 by danno@chromium.org, May 2 2017

Owner: jkummerow@chromium.org
Status: Assigned (was: Untriaged)
Status: WontFix (was: Assigned)
Summary: Stack-overflow when compiling a CallIC stub (was: Stack-overflow in v8::internal::FullCodeGenerator::VisitNoStackOverflowCheck)
Deep script recursion, and then the stack space left over by the JS-side stack check is not enough for full codegen + TF stub compilation. ASan does require some additional stack memory, so there's a good chance that this only crashes under ASan. Closing until there's evidence to the contrary.
Owner: ----
Status: Untriaged (was: WontFix)
After talking to Michi offline, feeding this back into the CF triaging queue for a second look.

To me, it looks like "_alloca_probe" is just doing something whacky.
Owner: mstarzinger@chromium.org
Status: Assigned (was: Untriaged)
Assigning to Michi as discussed offline.
Project Member

Comment 5 by ClusterFuzz, May 20 2017

ClusterFuzz has detected this issue as fixed in range 473072:473103.

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

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: Stack-overflow
Crash Address: 0x08152000
Crash State:
  v8::internal::FullCodeGenerator::VisitNoStackOverflowCheck
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=466210:466245
Fixed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=473072:473103

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


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 6 by ClusterFuzz, May 20 2017

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

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

Sign in to add a comment