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

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

Re: SIGSEGV with emacsclient/vm/ecb


From: Richard Stallman
Subject: Re: SIGSEGV with emacsclient/vm/ecb
Date: Sun, 20 Jun 2004 22:54:33 -0400

Does this crash every time you do the command

    emacsclient -n -e '(vm)'

with a fresh Emacs  started in a reliable way?

    (gdb) p car
    $1 = 138493973
    (gdb) pr
    (ecb-edit-area-creators-number-of-edit-windows)
    (gdb) p cdr
    $2 = 138493969

The values of car and cdr probably have nothing to do with
the bug.  Emacs crashed trying to obtain a cons cell to use.
You need to look at the code where the crash happened,
and see what data it was operating on, in order to find the
relevant information.

Can you try to do that?




reply via email to

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