[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: segv in 21.1 on Irix
From: |
Eli Zaretskii |
Subject: |
Re: segv in 21.1 on Irix |
Date: |
Mon, 10 Dec 2001 11:06:29 +0200 (IST) |
On Mon, 10 Dec 2001, Rohan Hart wrote:
> Start emacs
> load inbox file: C-x C-f ~/Mail/inbox
> remove last email: M-> C-r from vm C-w
> save: C-x C-s
> start vm: M-x vm
>
> emacs will load vm and bbdb then crash at an unknown function...
> warning: Warning: GDB can't find the start of the function at 0xfb65c1c.
> This same crash location has occured several times depending on the
> contents of the file
Could you please provide a C-level backtrace?
Also, does it help to run Emacs in the (default) multibyte mode? This
information:
> default-enable-multibyte-characters: nil
seems to indicate that you are running "emacs --unibyte".
In any case, your Emacs customizations are too elaborate for anyone
but yourself to be able to debug that. Is it possible to find a much
simpler environment where the problem happens, something much closer
to "emacs -q --no-site-file"?