cursive

henrik 2026-03-23T12:20:03.525729Z

Anyone else getting this with the latest EAP?

henrik 2026-03-24T08:25:52.410149Z

@cfleming Yes, immediately after sending a form to the REPL.

cfleming 2026-03-24T09:51:00.277399Z

I believe I have this problem fixed, I'm going to do some testing and then make a release.

🚀 1
cfleming 2026-03-24T10:28:08.025139Z

https://github.com/cursive-ide/cursive/issues/3084

serioga 2026-03-24T12:06:10.757229Z

> on the main toolbar

serioga 2026-03-24T12:11:16.285149Z

that was an experiment, usually I use just shortcuts shortcut always hangs, a button on the toolbar sometimes works

henrik 2026-03-24T12:30:14.869289Z

For my part, I’m at least not aware that I’ve added anything special to the main toolbar.

cfleming 2026-03-24T12:41:20.558869Z

@henrik Could you check for auto-generated thread dumps using the details in the link above?

👍 1
henrik 2026-03-24T13:05:43.908169Z

Sent in DM

henrik 2026-03-23T12:20:42.901179Z

This is when sending a form (eg. (println "hello")) to the nrepl.

serioga 2026-03-23T17:04:30.937109Z

I'm getting this too

cfleming 2026-03-23T20:02:52.903609Z

If you dump the threads, what do you see in the dump?

cfleming 2026-03-23T20:06:46.340319Z

I just tried this again, and I can't reproduce, anything special about your REPLs? The thread dump would be the most useful thing though.

henrik 2026-03-23T20:16:30.513569Z

I tried to dump the threads, but it didn't seem to do anything. I don't know if it was responsive to input at all. I reverted to stable as a workaround. I'll try tomorrow and see if I can dump them.

cfleming 2026-03-23T20:18:34.902849Z

Ok. I had to re-work some internal threading methods due to platform changes so something is probably deadlocking under some circumstances, I'll test more and see if I can reproduce it today.

cfleming 2026-03-23T20:20:00.149969Z

If you check in your logs directory, you also might have some auto-generated thread dumps which would be useful: https://intellij-support.jetbrains.com/hc/en-us/articles/206544899-How-to-get-a-thread-dump-when-IDE-hangs-and-doesn-t-respond

serioga 2026-03-23T20:20:20.529349Z

For me IDEA just hangs and I need to kill the process. Nor sure if I can dump anything

serioga 2026-03-23T20:23:18.879719Z

but freeze logs are available

cfleming 2026-03-23T20:24:23.356319Z

Great, if you could send me those I'll take a look. Thanks!

serioga 2026-03-23T20:25:26.688829Z

cfleming 2026-03-23T20:25:42.703869Z

Thanks!

serioga 2026-03-23T20:26:21.583519Z

for me it happens on execution of the REPL command by shortcut

cfleming 2026-03-23T20:34:22.197379Z

Right, yes, that thread dump is related to REPL command execution, looks like. @henrik were you also using REPL commands when this happened?