A developer notices their Node.js server stops responding to any new requests, but CPU usage is low and no errors are thrown. They find a process.nextTick call that schedules itself recursively somewhere in an error-handling path. What's the most likely explanation?