You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here thread 4 is storing a partial trace, while thread 0 is retrieving a tracer from the executionStore.
Thread 4 makes a nested run on ExecutionTracer as it seems like the sqlite driver is also instrumented. Since ExecutionTracer is statically synchronized, there is a deadlock.
The text was updated successfully, but these errors were encountered:
Here thread 4 is storing a partial trace, while thread 0 is retrieving a tracer from the executionStore.
Thread 4 makes a nested run on ExecutionTracer as it seems like the sqlite driver is also instrumented. Since ExecutionTracer is statically synchronized, there is a deadlock.
The text was updated successfully, but these errors were encountered: