Re: [v8-users] Segmentation fault when disposing of an isolate.

2019-12-20 Thread Caitlin Potter
Manually invoking the destructor )(` v8.~_V8();`) is shady, and probably the cause of the problem. It looks like a UAF when the Isolate destructor is called naturally at the end of the block. I’m not sure why it worked in earlier versions, though. Sent from my iPhone > On Dec 20, 2019, at 8:13

[v8-users] Segmentation fault when disposing of an isolate.

2019-12-20 Thread Tom Hanks
Hi there! Full disclosure, I'm swimming in the deep end of the pool with half-deflated floaties when it comes to C and C++. I'm currently working on making v8eval (a super simple wrapper for V8) work with version 8.0.426.9 of V8. The library seems to work fin