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:
parent
e71fcbbabe
commit
92d37c8efe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user