Server Randomly Crashes / Freezes up

This was a deadlock where we ended up with all request handling being blocked

Last completed request was at 20:45:24

Jul 15, 2020 20:45:24.572 [0x7ff448ff5700] DEBUG - Request: [10.0.1.179:56360 (Allowed Network (Subnet))] GET /activities (175 live) TLS GZIP Signed-in Token (Treverr)
Jul 15, 2020 20:45:24.572 [0x7ff8aaffd700] DEBUG - Completed: [10.0.1.179:56360] 200 GET /activities (175 live) TLS GZIP 0ms 517 bytes (pipelined: 2)

After that all request got queued up after passing authentication

Deadlocks can only be investigated through process dumps coupled with the debug logs

This is one of several forum posts outlining how to get diagnostics for a deadlock