We check if the WiredTigerSessionCache is being shut down before releasing the cursors, but the critical section is not protected by anything and the shutdown could happen after the check.
- is related to
-
SERVER-88944 Use something better than the GlobalLock to protect storage engine access
- Backlog
- related to
-
SERVER-55173 Segmentation fault in WiredTigerSession::releaseCursor
- Closed