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 */
..