You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-users
Hi,
I have an issue where we sometimes have Persistent handles that outlive the Isolate with which they are associated. When Reset() is called, it causes an access violation, seemingly because the Isolate no longer exists. Is there any way to prevent this (other than avoiding calling Reset() on any Persistent handles that outlive the Isolate instance)? I suspect this is a dumb question, but just want to make sure I'm not missing something.