bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Freeze (Zooning... zone-pgm-LR-rotate-variable)


From: Gerd Moellmann
Subject: Re: Freeze (Zooning... zone-pgm-LR-rotate-variable)
Date: 26 Oct 2001 14:37:58 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Erik Sigra <sigra@home.se> writes:

> Emacs froze. It did not react to keyboard commands. The menu did not
> react to mouse clicks. When switching to another window and back to
> emacs, it takes unusually long for it to repaint, many seconds. The
> system thrashed badly. I had to kill emacs when it reached a memory
> usage of 108MB. The best description I can give of the locked up
> state is a screenshot. It is attached.

Thanks, Erik.  I'm afraid I cannot deduce much about this from the
screen shot.  Could you please run Emacs under GDB and when the 
freeze happens again, switch to the debugger, interrupt it and

  (gdb) bt
  (gdb) xbacktrace

The xbacktrace command is defined in src/.gdbinit and prints a Lisp
backtrace.  When you repeat that procedure a number of times,
after continuing execution again, it might be possible to see
where it loops, if it loops that is and isn't stuck in a system
call, for instance.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]