emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
620 stars 162 forks source link

sometimes R process hangs up #1296

Open jacobkasper opened 3 months ago

jacobkasper commented 3 months ago

I cannot figure out why this happens, but sometimes my inferior R process hangs up and C-c C-c does not stop it. I have to kill the buffer and start again. It might be related to sending code too quickly to the buffer, but I not sure about this. It does not happen if I go into RStudio. What are the steps to debug this?

parvizfarnia commented 3 months ago

I confirm that have the same problem : #1297

The first time that I noticed, was when I was working on a Shiny application. When I run the program and it was listening on 127.0.0.1/... obviously the shell was blocked. When I decided to halt the server via C-c C-c I noticed that it was impossible and C-c C-c indeed had absolutely no effect.

igutermes commented 3 weeks ago

I have the same problem. It also happens to me when running shiny process

idhx commented 3 weeks ago

Do you use corfu for autocompletition? This was the root of the problem for me, see here

jacobkasper commented 3 weeks ago

I do not use corfu

igutermes commented 3 weeks ago

Do you use corfu for autocompletition? This was the root of the problem for me, see here

Thanks for the suggestion. I don't use corfu either.