unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* how to debug problem with accept-process-output?
@ 2019-10-31 19:34 joakim
  2019-10-31 21:27 ` dick.r.chiang
  0 siblings, 1 reply; 2+ messages in thread
From: joakim @ 2019-10-31 19:34 UTC (permalink / raw)
  To: emacs-devel

Hello,

I experience a problem with accept-process-output, since a couple of
weeks.

Emacs idles for a while, timers kick in, then emacs becomes
unresponsive. I can break out of this with c-g. Using
toggle-debug-on-quit, i can see that the call stack usually has semantic
idle functions in it, and at the top accept-process-output.

I dont think the problem is semantic, i think its something else,
because other things that has accept-process-input also hangs.

I guess its some kind of local configuration problem, but I'm not sure
how to debug this.

Any hints appreciated.

-- 
Joakim Verona
joakim@verona.se



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to debug problem with accept-process-output?
  2019-10-31 19:34 how to debug problem with accept-process-output? joakim
@ 2019-10-31 21:27 ` dick.r.chiang
  0 siblings, 0 replies; 2+ messages in thread
From: dick.r.chiang @ 2019-10-31 21:27 UTC (permalink / raw)
  To: joakim; +Cc: emacs-devel

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-31 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-31 19:34 how to debug problem with accept-process-output? joakim
2019-10-31 21:27 ` dick.r.chiang

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).