In certain rare situations when the Dynamic Dump !PROTECT option was used, c-tree Server could terminate abnormally if the delete node thread's node pruning operation was in progress when the Dynamic Dump was backing up that same index.
The logic has been modified to correctly handle this situation.
Note: It was determined an internal pthread reader/writer lock failed very unexpectedly with a system EAGAIN error, indicating the limit of concurrent readers has been reached. Now, when this internal error is encountered, the thread waits and retries up to 5 times before triggering a fatal error.