Chroma icon indicating copy to clipboard operation
Chroma copied to clipboard

Stack tracer overflows.

Open TheCurle opened this issue 4 years ago • 0 comments

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.

TheCurle avatar Nov 29 '20 21:11 TheCurle