-
Notifications
You must be signed in to change notification settings - Fork 156
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?
dalibor-florian and stone89son