Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 5.6.3, 5.7.0, 5.8.0
-
Fix Version/s: None
-
Component/s: Web Agents
-
Labels:
-
Support Ticket IDs:
Description
description
The following line is reported until the system_log0.log reaches max size.
2020-05-26 08:15:46 GMT WARNING [0x7f461d2af700:13241]: process_dead(): unable to verify liveness of rw lock process 31376 (error 1)
reproduction
Not found one yet.
analysis
The error and looking at the code shows that this is an EPERM / permissions issue. In the observed case they are using prefork which uses many times more processes (up to 150 rather than a small number like 5 or 20). This may make it easier for another process to reuse an old process id.