emacs-devel
[Top][All Lists]
Advanced

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

Re: gnus makes emacs lose response


From: Kim F. Storm
Subject: Re: gnus makes emacs lose response
Date: Thu, 06 Apr 2006 11:08:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Leon <address@hidden> writes:

> Unfortunately, it has not been fixed up to today's CVS. How can I
> generate debug messages? Thank you.

You should run emacs under a debugger
    cd emacs/src
    gdb emacs
    r

When it hangs, stop it

    C-z

then examine the stack and other stuff to see
where it hangs, e.g. as a first step, send us
the output from these commands:

    bt
    xba
    bt full

Please read etc/DEBUG for info on debugging emacs.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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