chakra-core / chakra-core/ChakraCore

Assertion failure at lib/Runtime/Language/InlineCache.cpp:571

Open
#6,025 0 comments 0 reactions 1 assignee Claimed by @zenparsing View on GitHub
Dominant language
JavaScript
Stars
9.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

The debug build crashes with assertion failure at lib/Runtime/Language/InlineCache.cpp:571.
PoC:
```
func_0();
async function func_0(){
for(;;){
await WScript.Attach(func_0);
}
}
```
Commit: 62d3d11
Build Option: None
OS: Ubuntu 18.04.1 LTS
Arch: x86_64

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.