Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Duration of gnus-change-server
@ 2005-01-27 12:07 Michael Welle
  2005-01-27 15:00 ` Christian Lynbech
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Welle @ 2005-01-27 12:07 UTC (permalink / raw)


Hi,

are there any estimations about the duration of a gnus-change-server run?
Gnus is running for 16 hours now, consuming 100% cpu with a constant
memory footprint. I am subscribed to about 40 groups and using a 1.2 MHz
x86 machine.

Michael


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

* Re: Duration of gnus-change-server
  2005-01-27 12:07 Duration of gnus-change-server Michael Welle
@ 2005-01-27 15:00 ` Christian Lynbech
  2005-01-27 16:36   ` Michael Welle
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Lynbech @ 2005-01-27 15:00 UTC (permalink / raw)


>>>>> "Michael" == Michael Welle <m.welle@gmx.net> writes:

Michael> Gnus is running for 16 hours now, consuming 100% cpu with a constant
Michael> memory footprint. I am subscribed to about 40 groups and using a 1.2 MHz
Michael> x86 machine.

Presumably, your emacs process is toasted. It happens once in a while,
later emacs versions is not entirely as robust as they used to be.

Try taking a look on the process with strace, you may find that emacs
is in rather tight loop apparently doing nothing else but calling
gettimeofday or something similar.

You can try hitting C-g which may break out of whatever emacs is
doing, but it may also very well be that you need to kill the process
and start a fresh emacs.

Another variation is that emacs is hanging on some "futex" call but
then it hangs and you would not see the CPU consumption that you are
seeing.

                             -- Christian


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

* Re: Duration of gnus-change-server
  2005-01-27 15:00 ` Christian Lynbech
@ 2005-01-27 16:36   ` Michael Welle
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Welle @ 2005-01-27 16:36 UTC (permalink / raw)


Hi Christian,

On Thu, 27 Jan 2005 16:00:45 +0100, Christian Lynbech wrote:

>>>>>> "Michael" == Michael Welle <m.welle@gmx.net> writes:
> 
> Michael> Gnus is running for 16 hours now, consuming 100% cpu with a constant
> Michael> memory footprint. I am subscribed to about 40 groups and using a 1.2 MHz
> Michael> x86 machine.
> 
> Presumably, your emacs process is toasted. It happens once in a while,
> later emacs versions is not entirely as robust as they used to be.
> 
> Try taking a look on the process with strace, you may find that emacs
> is in rather tight loop apparently doing nothing else but calling
> gettimeofday or something similar.
The process is doing some read and write syscalls. Hm, but gnus has not
talked to the newsservers for hours now. I will wait for another hour and
than kill the beast.

Michael

PS: The machine is in the 1200 MHz class, not 1.2 MHz ;). 


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

end of thread, other threads:[~2005-01-27 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-27 12:07 Duration of gnus-change-server Michael Welle
2005-01-27 15:00 ` Christian Lynbech
2005-01-27 16:36   ` Michael Welle

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 NNTP newsgroup(s).