Re: [v8-users] Exception in Isolate::Scope's destructor

2024-09-09 Thread Nikolas Kovacs
Much appreciated. This resolved my problem. On Monday, September 9, 2024 at 3:46:48 AM UTC-4 Ben Noordhuis wrote: > On Sun, Sep 8, 2024 at 8:22 PM Nikolas Kovacs wrote: > > > > Hi, > > > > I am upgrading the version of v8 I am embedding into my program. I am > having an issue that I cannot figu

Re: [v8-users] Exception in Isolate::Scope's destructor

2024-09-09 Thread Ben Noordhuis
On Sun, Sep 8, 2024 at 8:22 PM Nikolas Kovacs wrote: > > Hi, > > I am upgrading the version of v8 I am embedding into my program. I am having > an issue that I cannot figure out how to solve. The issue is that, when > building in debug mode, the Isolate::Scope object's destructor throws the > f

[v8-users] Exception in Isolate::Scope's destructor

2024-09-08 Thread Nikolas Kovacs
Hi, I am upgrading the version of v8 I am embedding into my program. I am having an issue that I cannot figure out how to solve. The issue is that, when building in debug mode, the Isolate::Scope object's destructor throws the following exception. ``` Exception thrown: read access violation. *