cider

Gent Krasniqi 2025-01-28T09:25:14.328469Z

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?

oyakushev 2025-01-28T09:30:18.184599Z

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

Gent Krasniqi 2025-01-28T10:46:28.725239Z

Thanks, I restarted and enabled that now.

bozhidar 2025-01-28T13:37:36.002119Z

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 😁

👍 4
🙏 1