chakra-core / chakra-core/ChakraCore

Assertion failure at lib/Runtime/Language/InterpreterLoop.inl:383

Open
#6,020 0 comments 0 reactions 0 assignees View on GitHub
Bug Severity: 3
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/InterpreterLoop.inl:383.
PoC:
```
func_0(true);
async function func_0(notAttachCall) {
if (notAttachCall) {
await WScript.Attach(func_0);
} else {
[undefined] = [];
}
}
```
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.