Dear,
We are using S32G3 for ADAS application. Sometimes IPCF process maybe crash with low probability.
Our solution for this problem is:
1. Register signal handler for this process
2. Excute signal handler function while signal happens
3. Release IPCF resource within signal handler
This will resolve most issues when crash happened, and process can be restarted normally. However, we found rare case that, IPCF resource can't be released successfully, and we can't restart process normally.
So my question is that is there any stable solution or suggestion for this issue?
Thanks!