[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17691: 24.3.91; crash closing remote frame
From: |
Ken Raeburn |
Subject: |
bug#17691: 24.3.91; crash closing remote frame |
Date: |
Fri, 13 Jun 2014 17:37:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Thu, 12 Jun 2014 17:14:39 -0400
>> From: Ken Raeburn <raeburn@permabit.com>
>> Cc: 17691 <17691@debbugs.gnu.org>
>>
>> I eventually traced it back to lots of invocations of timer callbacks;
>
> What do you see in the 2 timers lists?
Thanks to a list-timers function I've been developing to experiment with
tabulated-list-mode, here's the English form:
Time Repeat Idle Trig? Callback
idle 0.50s t idle No #[... eldoc stuff ...]
idle 0.50s t idle No jit-lock-context-fontify
idle 0.50s t idle No which-func-update
idle 2.00s t idle No jabber-activity-clean
idle 2.00s t idle No jabber-activity-clean
idle 30.00s t idle No desktop-auto-save
idle 120.00s t idle No my-desktop-save
idle 3600.00s nil idle No gnus-demon-run-callback(#[... a
callback of mine ...])
idle 3600.00s nil idle No
gnus-demon-run-callback(gnus-demon-scan-news 3600 7200 t)
2014-06-13 17:26:14 30 nil No jabber-whitespace-ping-do
2014-06-13 17:26:56 60 nil No p4-refresh-files-in-buffers
2014-06-13 17:27:00 60 nil No display-time-event-handler
2014-06-13 17:27:22 nil nil No jabber-autoaway-timer
2014-06-13 17:30:14 600 nil No jabber-keepalive-do
(This clearly points out some cleanup I should do -- my-desktop-save is
probably redundant with desktop-auto-save, and jabber-activity-clean
doesn't need to be there twice.)
So the shortest idle-time delay is half a second, but once this problem
triggers, based on the garbage collection messages, *something* is
happening even if I'm typing a few characters per second without such
delays.
Ken
- bug#17691: 24.3.91; crash closing remote frame, (continued)
- bug#17691: 24.3.91; crash closing remote frame, Dmitry Antipov, 2014/06/04
- bug#17691: 24.3.91; crash closing remote frame, Ken Raeburn, 2014/06/04
- bug#17691: 24.3.91; crash closing remote frame, Ken Raeburn, 2014/06/04
- bug#17691: 24.3.91; crash closing remote frame, Dmitry Antipov, 2014/06/05
- bug#17691: 24.3.91; crash closing remote frame, Dmitry Antipov, 2014/06/05
- bug#17691: 24.3.91; crash closing remote frame, Ken Raeburn, 2014/06/05
- bug#17691: 24.3.91; crash closing remote frame, Ken Raeburn, 2014/06/05
- bug#17691: 24.3.91; crash closing remote frame, Ken Raeburn, 2014/06/12
- bug#17691: 24.3.91; crash closing remote frame, Eli Zaretskii, 2014/06/13
- bug#17691: 24.3.91; crash closing remote frame,
Ken Raeburn <=
bug#17691: 24.3.91; crash closing remote frame, Paul Eggert, 2014/06/18