[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to debug problem with accept-process-output?
From: |
dick . r . chiang |
Subject: |
Re: how to debug problem with accept-process-output? |
Date: |
Thu, 31 Oct 2019 17:27:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
One thing to check is global-auto-revert-mode or auto-revert-mode, and of
course, attempting to duplicate with `emacs -Q`. If that's not it, try `lsof
-p {emacs-pid} | grep "r "` for errant read descriptors.