ChakraCore
ChakraCore copied to clipboard
Assertion failure in JavascriptArray.cpp
the following poc cause a assertion failure in "debug" build on ubuntu.
const v6 = Array(4294967295);
const v8 = v6["copyWithin"]();
What kind of error are you getting? The example is copying a very large array onto itself, it takes a long time to complete, I would assume it can run out of memory. So far the same behavior is observed in other engines.