chakra-core / chakra-core/ChakraCore

ASSERTION FAILURE at RecyclerObjectGraphDumper.cpp, line 45 with gc

Open
#6,100 1 comment 0 reactions 1 assignee Claimed by @atulkatti View on GitHub
Bug Severity: 3
Dominant language
JavaScript
Stars
9.3k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

hi, the following test case asserts at:
RecyclerObjectGraphDumper.cpp, line 45) dumpObject == nullptr,
(run the debug build with the -collectgarbage flag..):

function f() {
let a = [1,2,3,4];
Promise.all(a);
for (let e in a) {
CollectGarbage(e);
}
}

for (let t = 0; t < 100; t++){
f();
}

platforms:all
version: latest master compiled at: 13/4/2019

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.