all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs regularly hangs multiple seconds in e.g. find-file
@ 2017-08-18 15:29 Alexander Asteroth
  2017-08-19  7:09 ` Eli Zaretskii
  2017-08-19 14:20 ` Emanuel Berg
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Asteroth @ 2017-08-18 15:29 UTC (permalink / raw)
  To: help-gnu-emacs

Dear all,

I'm using GNU Emacs 26.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
on top of Ubuntu Linux 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10
09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux, as Editor,
Window-Manager (exwm), ...

Unfortunately after start it regularly hangs for 10 or more seconds when
doing find-file or when starting a process (with autocompletion). The
frequency of these hangs reduces as emacs uptime increases.

I tried an strace and figured out, it probably hangs in a read:

...
     0.000733 recvmsg(6, 0x7ffdfdb31430, 0) = -1 EAGAIN (Resource temporarily unavailable)
     0.000273 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000230 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000435 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000202 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000288 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000177 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000390 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000159 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000199 recvmsg(6, 0x7ffdfdb31430, 0) = -1 EAGAIN (Resource temporarily unavailable)
     0.000158 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000148 recvmsg(6, 0x7ffdfdb31650, 0) = -1 EAGAIN (Resource temporarily unavailable)
     0.000086 poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 3, 0) = 0 (Timeout)
     0.000117 pselect6(15, [4 6 7 10 12 13 14], [], NULL, {1, 911848155}, {NULL, 8}) = 1 (in [4], left {1, 4014190})
     0.908089 read(4, "\1\0\0\0\0\0\0\0", 8) = 8
     0.000229 pselect6(15, [4 6 7 10 12 13 14], [], NULL, {1, 3617217}, {NULL, 8}

I tried three times and always the last call seems to be this
read(4,...).

Any suggestion what could be the cause?

Thanks for any hint!

Cheers,

        Alex



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

* Re: Emacs regularly hangs multiple seconds in e.g. find-file
  2017-08-18 15:29 Emacs regularly hangs multiple seconds in e.g. find-file Alexander Asteroth
@ 2017-08-19  7:09 ` Eli Zaretskii
  2017-08-19 14:20 ` Emanuel Berg
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2017-08-19  7:09 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Alexander Asteroth <alexander.asteroth@h-brs.de>
> Date: Fri, 18 Aug 2017 17:29:28 +0200
> 
> I'm using GNU Emacs 26.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
> on top of Ubuntu Linux 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10
> 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux, as Editor,
> Window-Manager (exwm), ...
> 
> Unfortunately after start it regularly hangs for 10 or more seconds when
> doing find-file or when starting a process (with autocompletion). The
> frequency of these hangs reduces as emacs uptime increases.

Please report this, with all the details, to the Emacs issue tracker,
using "M-x report-emacs-bug RET".  Then your report will reach the
Emacs developers who work on analyzing and fixing problems in Emacs.
Many of them don't read this forum.

To give you a preview of the initial responses you will get there, try
the same in "emacs -Q" and see if the problem exists in that case.
Please include the results of this in your report to the issue
tracker.

Thanks.



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

* Re: Emacs regularly hangs multiple seconds in e.g. find-file
  2017-08-18 15:29 Emacs regularly hangs multiple seconds in e.g. find-file Alexander Asteroth
  2017-08-19  7:09 ` Eli Zaretskii
@ 2017-08-19 14:20 ` Emanuel Berg
  1 sibling, 0 replies; 3+ messages in thread
From: Emanuel Berg @ 2017-08-19 14:20 UTC (permalink / raw)
  To: help-gnu-emacs

Alexander Asteroth wrote:

> Unfortunately after start it regularly hangs
> for 10 or more seconds when doing find-file
> or when starting a process (with
> autocompletion). The frequency of these hangs
> reduces as emacs uptime increases.

Really wierd! Sounds like an "out of Emacs"
issue tho...

The only thing I can think of is it might be
a disk thing, do you have enough space or does
a single read cause the system to stall?
That it gets better over time could then be
explained by the cache filling up with the
right stuff...

-- 
underground experts united
http://user.it.uu.se/~embe8573




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

end of thread, other threads:[~2017-08-19 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 15:29 Emacs regularly hangs multiple seconds in e.g. find-file Alexander Asteroth
2017-08-19  7:09 ` Eli Zaretskii
2017-08-19 14:20 ` Emanuel Berg

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.