all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Q: High processor load with change to GNU Emacs 22 under Windows
@ 2007-10-05 22:07 Torsten Zirzlaff
  2007-10-06  8:06 ` Eli Zaretskii
       [not found] ` <mailman.1757.1191657995.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Torsten Zirzlaff @ 2007-10-05 22:07 UTC (permalink / raw)
  To: help-gnu-emacs

Hi.

I encounter a strange problem with GNU Emacs 22 under Windows.

   If I open a C or C++ file in Emacs 22 I encounter a very high
workload. On a single porcessor system GNU Emacs uses 100%
of the CPU while I do nothing. If I <Ctrl>+g I stops shortly
and starts again. On a multiprocessor system it uses up a
complete CPU. This only happens if I load a C/C++ file.

   Other modes TeX, Lisp, etc. do not have that particular
problem. I also have no Problem using GNU Emacs 22 with
MacOSX, Linux, etc.

   Any hints what goes wrong here?

TIA

	Torsten

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

* Re: Q: High processor load with change to GNU Emacs 22 under Windows
  2007-10-05 22:07 Q: High processor load with change to GNU Emacs 22 under Windows Torsten Zirzlaff
@ 2007-10-06  8:06 ` Eli Zaretskii
       [not found] ` <mailman.1757.1191657995.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2007-10-06  8:06 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Torsten Zirzlaff <zirzlaff@nienor.s.bawue.de>
> Date: Sat, 06 Oct 2007 00:07:48 +0200
> 
>    If I open a C or C++ file in Emacs 22 I encounter a very high
> workload. On a single porcessor system GNU Emacs uses 100%
> of the CPU while I do nothing. If I <Ctrl>+g I stops shortly
> and starts again. On a multiprocessor system it uses up a
> complete CPU. This only happens if I load a C/C++ file.

Does the problem go away if you start Emacs with "emacs -Q", and then
open a C/C++ file?  If so, maybe you load in your .emacs some optional
package that causes this problem.

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

* Re: Q: High processor load with change to GNU Emacs 22 under Windows
       [not found] ` <mailman.1757.1191657995.18990.help-gnu-emacs@gnu.org>
@ 2007-10-06  8:20   ` Sven Joachim
  2007-10-06  9:02     ` Eli Zaretskii
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sven Joachim @ 2007-10-06  8:20 UTC (permalink / raw)
  To: help-gnu-emacs

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Torsten Zirzlaff <zirzlaff@nienor.s.bawue.de>
>> Date: Sat, 06 Oct 2007 00:07:48 +0200
>> 
>>    If I open a C or C++ file in Emacs 22 I encounter a very high
>> workload. On a single porcessor system GNU Emacs uses 100%
>> of the CPU while I do nothing. If I <Ctrl>+g I stops shortly
>> and starts again. On a multiprocessor system it uses up a
>> complete CPU. This only happens if I load a C/C++ file.
>
> Does the problem go away if you start Emacs with "emacs -Q", and then
> open a C/C++ file?  If so, maybe you load in your .emacs some optional
> package that causes this problem.

One particular package that causes this problem is semantic prior to
version 1.0pre4 (see etc/NEWS).

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

* Re: Q: High processor load with change to GNU Emacs 22 under Windows
  2007-10-06  8:20   ` Sven Joachim
@ 2007-10-06  9:02     ` Eli Zaretskii
  2007-10-07 16:47     ` Torsten Zirzlaff
  2007-10-09  4:25     ` Torsten Zirzlaff
  2 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2007-10-06  9:02 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Sven Joachim <svenjoac@gmx.de>
> Date: Sat, 06 Oct 2007 10:20:01 +0200
> 
> One particular package that causes this problem is semantic prior to
> version 1.0pre4 (see etc/NEWS).

This should be in PROBLEMS, not in NEWS.

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

* Re: Q: High processor load with change to GNU Emacs 22 under Windows
  2007-10-06  8:20   ` Sven Joachim
  2007-10-06  9:02     ` Eli Zaretskii
@ 2007-10-07 16:47     ` Torsten Zirzlaff
  2007-10-07 19:46       ` Eli Zaretskii
  2007-10-09  4:25     ` Torsten Zirzlaff
  2 siblings, 1 reply; 7+ messages in thread
From: Torsten Zirzlaff @ 2007-10-07 16:47 UTC (permalink / raw)
  To: help-gnu-emacs

Hi.

Sven Joachim schrieb:
> Eli Zaretskii <eliz@gnu.org> writes:
> 
>>> From: Torsten Zirzlaff <zirzlaff@nienor.s.bawue.de>
>>> Date: Sat, 06 Oct 2007 00:07:48 +0200
>>>
>>>    If I open a C or C++ file in Emacs 22 I encounter a very high
>>> workload. On a single porcessor system GNU Emacs uses 100%
>>> of the CPU while I do nothing. If I <Ctrl>+g I stops shortly
>>> and starts again. On a multiprocessor system it uses up a
>>> complete CPU. This only happens if I load a C/C++ file.
>> Does the problem go away if you start Emacs with "emacs -Q", and then
>> open a C/C++ file?  If so, maybe you load in your .emacs some optional
>> package that causes this problem.
> 
> One particular package that causes this problem is semantic prior to
> version 1.0pre4 (see etc/NEWS).

   I'll try the given hints. I had the CEDET packages under suspicion as
well. I'll install the current 1.0pre4 version and hope the problem
is solved.

   What got me puzzling was  the fact when I kill all buffers the 
workload just stays.

   Anyway many thanks so far and I give feedback if I got the
problem solved. Otherwise I had to ask again.

Ciao

	Torsten

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

* Re: Q: High processor load with change to GNU Emacs 22 under Windows
  2007-10-07 16:47     ` Torsten Zirzlaff
@ 2007-10-07 19:46       ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2007-10-07 19:46 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Torsten Zirzlaff <zirzlaff@nienor.s.bawue.de>
> Date: Sun, 07 Oct 2007 18:47:58 +0200
> 
>    What got me puzzling was  the fact when I kill all buffers the 
> workload just stays.

AFAIU, the problem happens because idle timers installed by Semantic,
and those timers are not killed by killing buffers (AFAIK).

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

* Re: Q: High processor load with change to GNU Emacs 22 under Windows
  2007-10-06  8:20   ` Sven Joachim
  2007-10-06  9:02     ` Eli Zaretskii
  2007-10-07 16:47     ` Torsten Zirzlaff
@ 2007-10-09  4:25     ` Torsten Zirzlaff
  2 siblings, 0 replies; 7+ messages in thread
From: Torsten Zirzlaff @ 2007-10-09  4:25 UTC (permalink / raw)
  To: help-gnu-emacs

Hi.

Sven Joachim schrieb:
> Eli Zaretskii <eliz@gnu.org> writes:
> 
>>> From: Torsten Zirzlaff <zirzlaff@nienor.s.bawue.de>
>>> Date: Sat, 06 Oct 2007 00:07:48 +0200
>>>
>>>    If I open a C or C++ file in Emacs 22 I encounter a very high
>>> workload. On a single porcessor system GNU Emacs uses 100%
>>> of the CPU while I do nothing. If I <Ctrl>+g I stops shortly
>>> and starts again. On a multiprocessor system it uses up a
>>> complete CPU. This only happens if I load a C/C++ file.
>> Does the problem go away if you start Emacs with "emacs -Q", and then
>> open a C/C++ file?  If so, maybe you load in your .emacs some optional
>> package that causes this problem.
> 
> One particular package that causes this problem is semantic prior to
> version 1.0pre4 (see etc/NEWS).

   It seems that you were right. After I had installed CEDET 1.0pre4
this behaviour had vanished.

   Many thanks for the help from the people here in this group.

Ciao

	Torsten

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

end of thread, other threads:[~2007-10-09  4:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-05 22:07 Q: High processor load with change to GNU Emacs 22 under Windows Torsten Zirzlaff
2007-10-06  8:06 ` Eli Zaretskii
     [not found] ` <mailman.1757.1191657995.18990.help-gnu-emacs@gnu.org>
2007-10-06  8:20   ` Sven Joachim
2007-10-06  9:02     ` Eli Zaretskii
2007-10-07 16:47     ` Torsten Zirzlaff
2007-10-07 19:46       ` Eli Zaretskii
2007-10-09  4:25     ` Torsten Zirzlaff

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.