-
Notifications
You must be signed in to change notification settings - Fork 27
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
emacs stuck in citre-get-output-lines #171
Comments
During the instances when Emacs freezes, I notice that readtags executes briefly but then quickly terminates, yet Emacs remains unresponsive and stuck. |
Emacs stucks because it runs into an infinite loop containing a I haven't ran into such a problem in recent years, but I do got Windows users reporting this problem, and have modified the mechanism in Citre several times for this. It seems you are using Linux, right? Honestly I don't know how it happens. If you are willing to look into it, please read the source code of |
The same problem occurred after upgrade emacs and reinstall all elpa packages:
|
@tangxinfa Citre developes have not succeeded in reproducing the problem, so letting us know it happens simply doesn't help. We need steps to reproduce, and the first step should be |
After emacs stuck, when i press C-g, the minibuffer willl ouput "Quit emacsclient request" |
Read this again. |
Sometimes emacs becomes unresponsive, I issue the command
pkill -SIGUSR2 emacs
to obtain a stack trace. Below is the output of the stack trace generated during a freeze. What might be causing this issue, and is there a way to resolve it?or
The text was updated successfully, but these errors were encountered: