Description
Obviously stack is exhausted due to recursive exception in exception handler (see ticket about unaligned stack on exception)
Tasks
- Should the unaligned stack be handled differently? (probably not, according to other implementations of the exception handling code)
- Handle this properly in the kernel
- What about stack expansion? Will this be handled properly by the page fault handler?