8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:03:03 +01:00

Backported fix for CORE-5517: Classic server periodically raise "Global mapping memory overflow" and need to be restarted to accept new connections

This commit is contained in:
AlexPeshkoff 2017-05-10 16:48:56 +03:00
parent e71fcbbabe
commit 92d37c8efe

View File

@ -725,7 +725,7 @@ public:
{
if (!(sMem->process[process].flags & MappingHeader::FLAG_ACTIVE))
break;
if (!ISC_check_process_existence(processId))
if (!ISC_check_process_existence(sMem->process[process].id))
{
sharedMemory->eventFini(&sMem->process[process].notifyEvent);
sharedMemory->eventFini(&sMem->process[process].callbackEvent);