I can repro the CHECK failure on master, opened https://crbug.com/v8/8572.
On Mon, Dec 10, 2018 at 2:13 PM Darin Dimitrov
wrote:
> Strangely enough, if I create a large number of strings just after
> creating the isolate, everything works fine:
>
> for (int i = 0; i < 70; i++) {
> v8::St
Strangely enough, if I create a large number of strings just after creating
the isolate, everything works fine:
for (int i = 0; i < 70; i++) {
v8::String::NewFromUtf8(isolate, "aaa");
}
On Wednesday, December 5, 2018 at 6:46:41 PM UTC+2, Darin Dimitrov wrote:
>
> Hello,
>
> We
Hi Jakob,
Thanks for the reply.
Yes, the crash is reproducible every time on an ARM device (it works on x86
android emulator). Here's a link to the javascript code we used to generate
the snapshot:
https://gist.github.com/darind/ac13306230a7d6beeca4a14c1ac64187.
Here's another stacktrace we a