Re: [v8-users] V8 crashing in Embeded application during creating v8 isolated object.

2022-06-24 Thread Jakob Kummerow
AllocateRawOrFail(int size=-2133860350 <(213)%20386-0350>, ...) looks bad. Apparently that request is coming out of the snapshot... On Fri, Jun 24, 2022 at 2:41 AM Saad Al Abdullah wrote: > Hello, > I have aspnet core application and I create V8 isolate object for each > request and dispose en

Re: [v8-users] V8 crashing in Embeded application during creating v8 isolated object.

2022-06-24 Thread Saad Al Abdullah
Hello Jakob, The only possible way to size (int size=-2133860350 <(213)%20386-0350>, ...)was negative if there is int overflow. I am not using any external snapshot blob during V8 isolate object creation which means V8 is using DefaultSnapshotBlob data. I thought every time I create V8 isolate obj