-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cider--error-phase-of-last-exception
can call itself when the cider-nrepl middleware is faulty
#3605
Comments
Faulty how? |
For instance:
(both cases are fixed by now) Those two are unrelated but resulted in the same symptoms. |
Can repro by:
So this should be specific to its eval handler (there are a few eval handlers that call This creates a loop that C-g can't exit, presumably because requests will keep happening. |
One thing I've noticed with recent reports is that whenever the cider-nrepl
analyze-stacktrace
op was faulty,cider--error-phase-of-last-exception
would enter into a recursion loop.Worth investigating
The text was updated successfully, but these errors were encountered: