[v8-users] Re: runtime crash with latest v8

2020-05-23 Thread ibon
Update: I have tried compiling again the same exact version That did work before (8.0.426.9) and I get the same error. I run `gclient sync` before compiling the new version. Might this be the culprit ? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-user

[v8-users] runtime crash with latest v8

2020-05-23 Thread ibon
Hi folks, I have compiled 8.4-lkgr v8 (8.4.371.7) for Android, and I am getting the following crash at runtime. I could supply the full stacktrace, but it is already clear this happens at Isolate initialization time. Last time I compiled v8, was 8.0-lkgr arm7/arm64 and it turned out just fine.

Re: [v8-users] V8 build fails on //third_party/zlib dependency

2020-05-23 Thread Ben Noordhuis
On Thu, May 21, 2020 at 6:12 PM Dirk Becker wrote: > > Hi, > > my OSX build of V8 failed with an error > ERROR at //BUILD.gn:3584:5: Unable to load > "/Volumes/Disk2/v8/third_party/zlib/BUILD.gn". > correctly so, as there is no zlib in v8/third_party . > > I commented out the matching dependency