Hi. I ran clojure.repl.deps/add-lib from the running REPL session, and it was running a bit long without any feedback (first time trying it), so I interrupted it with cider-interrupt. I got this error message.
ERROR: Cannot stop thread on JDK21+ without -Djdk.attach.allowAttachSelf enabled, see .
But it seems that the thread was stopped, as I can use the REPL for other stuff. Is something still running in the background potentially?Yes, it can potentially continue running (if it does does a CPU spin, for example). You can enable turn on cider-enable-nrepl-jvmti-agent variable to fix this. https://docs.cider.mx/cider/basics/up_and_running.html#enabling-nrepl-jvmti-agent
Thanks, I restarted and enabled that now.
Here's your regular reminder that the "State of CIDER" survey is waiting for your input https://metaredux.com/posts/2024/12/23/state-of-cider-2024.html 😁