-
Notifications
You must be signed in to change notification settings - Fork 160
V8 Crash #478
Copy link
Copy link
Closed
Description
Hi @ClearScriptLib,
we ran into an issue during starting V8 Engine which caused crash of entire application. The issue was this:
dotnet: /home/jerry/ClearScript/ClearScriptV8/V8IsolateImpl.cpp:1825: V8IsolateImpl::ExecutionScope *V8IsolateImpl::EnterExecutionScope(V8IsolateImpl::ExecutionScope *, size_t *): Assertion `m_spHeapWatchTimer.IsEmpty()' failed.
We never seen such crash in the application, so it must be "unique". Do you know what could have gone wrong from this little piece of code?
Reactions are currently unavailable