I'm sort of rusty on my StarCore internals. Read the manuals on the exception handle mechanism for details. There are some interrupt controller registers that ought to hold some details. A general way to troubleshoot the problem would be the check the call stack and determine what function was executing last when the exception occurred.
---Tom