Summary
- The thread that holds
s_sharedDataMutex
is callingWatchmanConnection::close()
WatchmanConnection::close()
needs to run something in theEventBaseThread
- The
EventBaseThread
is in a callback that's trying to gets_sharedDataMutex
- This is a deadlock.
Event Base Thread