GNU bug report logs - #22287
25.1.50; Sudden jumping point in buffer

Previous Next

Package: emacs;

Reported by: "Stefan-W. Hahn" <stefan.hahn <at> s-hahn.de>

Date: Sat, 2 Jan 2016 01:52:04 UTC

Severity: normal

Found in version 25.1.50

Done: David Engster <deng <at> randomsample.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: David Engster <deng <at> randomsample.de>
Cc: stefan.hahn <at> s-hahn.de, 22287 <at> debbugs.gnu.org
Subject: bug#22287: 25.1.50; Sudden jumping point in buffer
Date: Mon, 04 Jan 2016 17:22:10 +0200
> From: David Engster <deng <at> randomsample.de>
> Date: Sun, 03 Jan 2016 16:47:29 +0100
> Cc: 22287 <at> debbugs.gnu.org
> 
> > | *** handle atimers [540 times]
> > | *** sem start: buffer intervals.c 49722
> > | *** sem: buffer intervals.c 49722
> > | *** input: rc=nil 49722 49722
> > | *** out: rc=nil 49722 49722
> > | *** sem: buffer intervals.c 49722
> > | *** input: rc=nil 49722 49722
> > | *** out: rc=nil 49722 49722
> > | *** sem: buffer intervals.c 49722
> > | *** input: rc=nil 49722 49722
> > | *** out: rc=nil 49722 49722
> > | *** sem: buffer intervals.c 49722
> > | *** input: rc=nil 49722 49722
> > | *** out: rc=nil 49722 49722
> > | *** sem: buffer intervals.c 49722
> > | *** input: rc=nil 49722 49722
> > | *** out: rc=nil 49722 49722
> > | *** sem: buffer intervals.c 49722
> > | *** input: rc=nil 49722 49722
> > | *** out: rc=nil 49722 49722
> > | *** handle atimers [10 times]
> 
> That's interesting. Why do timers run here at all?

These are _atimers_, not timers.  An entirely different beast.  See
atimer.c.

Grep the C sources for start_atimer and turn_on_atimers, to see which
code uses atimers.  One such place is the poll timer used to poll for
user input (see keyboard.c), another is the hour-glass mouse pointer
feature shown when Emacs is busy (see xdisp.c).  We also turn them off
while waiting for input in wait_reading_process_output (see
process.c).




This bug report was last modified 9 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.