chakra-core / chakra-core/ChakraCore
Assertion failure in CallInfo.cpp
Open
Bug
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
the following poc cause a assertion failure in "debug" build on ubuntu.
```
const v3 = new Int32Array(65537);
const v4 = "replace".localeCompare(...v3);
```
Contributor guide
Assessment
This issue has not been assessed yet.