Chroma
Chroma copied to clipboard
Stack tracer overflows.
Currently, when printing the stack trace, it doesn't find the 0 entry and doesn't halt when exiting the kernel. Thus, it tries to read past the start of the stack, which causes a page fault inside whatever other interrupt handler we're tracing the stack of. Sometimes this can cause a double fault, so we need to fix this.