[v8-users] Getting error message callback with StartPosition-1, ErrorLevel: 8

2023-06-05 Thread Pankaj Chhabra
My Javascript code creates an instance of a class with myClass = new MyClass; I call a method myMethod in V8 C++. Javascript code methods get called from V8 C++ methods only. After running for a few hours, I start getting the error Message call Back Handler. The V8 code is able to locate the in

[v8-users] Could some one please tell why without isolate_scope I get exception?

2023-06-05 Thread Pankaj Chhabra
I have a method in DLL that calls using V8 C++ myMethod of myClass instance. If I don't call isolate_scope, the is a crash after making around 100 calls to myMethod, I get an exception 0xC005: Access violation writing location 0x. When I call isolate_scope, the exception does not ha