Memory violation error & page exception fault in c80 controller.
find the log–please help me resolve this issue
Log_Page_exception_fault&Memoryviolation error_17.zip (158.9 KB)
Memory violation error & page exception fault in c80 controller.
find the log–please help me resolve this issue
Log_Page_exception_fault&Memoryviolation error_17.zip (158.9 KB)
Hi,
I can see 4 pagefaults in the logger, the last 2 one are pointing to programs / libraries named “OCFeedback”, “FLFeedback” and the last one “OCPerforma” - from the namin, I assume all of them are user programs (see screenshots below).
So you have to check those programs for memory violations, for example: array overflow or underflow, wrong pointer, string operations they violate the maximum string variable size, and so on.
Here’s a great post as starting point on how to debug page faults:
Best regards!
Can you include the IEC-Check libraries in your project, this lib ad some infos to find memory violation (task and if out-of-bounds, div. by zero, pointer null and so on).