Stack depth needs to be tracked per fiber. If an application uses many fibers and doesn't return to previous contexts to unwind the stack, the extension will incorrectly count up the stack depth until it (erroneously) overflows.
I'm not sure what the proper solution is for this yet.