[v8-users] V8 crashes after upgrade on android

2020-06-14 Thread techni...@gmail.com
I am implementing a PromiseRejection hook for android. But when I upgrade to v8 8.3. It crashes. logcat ```console 2020-06-14 21:14:12.690 28467-28517/org.hapjs.mockup E/v8: # # Fatal error in ../../src/debug/debug.cc, line 2204 # 2020-06-14 21:14:12.690 28467-28517/org.hapjs.mockup E/v

[v8-users] Re: V8 crashes after upgrade on android

2020-06-14 Thread techni...@gmail.com
This is debug build, on release build, I am getting null pointer reference on `(void)f->Call(context, Undefined(isolate), 3, args);` this line, but f is not nullpointer as I debug. On Sunday, June 14, 2020 at 9:20:36 PM UTC+8 techni...@gmail.com wrote: > I am implementing a PromiseRej

[v8-users] Re: V8 crashes after upgrade on android

2020-06-14 Thread techni...@gmail.com
(offset 0x33000) ``` On Sunday, June 14, 2020 at 9:23:55 PM UTC+8 techni...@gmail.com wrote: > This is debug build, on release build, I am getting null pointer reference > on `(void)f->Call(context, Undefined(isolate), 3, args);` this line, but f > is not nullpointer as I debug. &