Re: [v8-users] Re: Heap snapshot crash on ARM in V8 7.1.302.28

2018-12-11 Thread Jakob Gruber
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

[v8-users] Re: Heap snapshot crash on ARM in V8 7.1.302.28

2018-12-10 Thread Darin Dimitrov
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

[v8-users] Re: Heap snapshot crash on ARM in V8 7.1.302.28

2018-12-10 Thread Darin Dimitrov
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