That is okay because the exception handling is originally intended for debugging only. However, this would mean that the debug mode will put the kernel running into undefined behavior. The longer term fix is to change the exception handling logic a bit such that the "raise" logic is not unif...