chakra-core / chakra-core/ChakraCore

Assertion Failure at bin/ch/Debugger.cpp:412

Open
#5,943 1 comment 0 reactions 1 assignee Claimed by @akroshg View on GitHub
Bug
Dominant language
JavaScript
Stars
9.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Debug build of ChakraCore crashes due to assertion failure at bin/ch/Debugger.cpp:412

PoC:
```
function func_0() {
(function () {
eval('');
}());
function func_2() {
return func_0();
}
func_2();
}
WScript.Attach(func_0);
```
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.