I used PROC_NOCHLDINIT and it worked fine.

PROC_RPC is for RPC type processes. "RegInfo Event Processor" is continuously reading reginfo event FIFO and process the reginfo messages coming with Notify messages. It is not RPC process.

#define PROC_RPC -2 /**< RPC type process */

.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.