emacs-devel
[Top][All Lists]
Advanced

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

Re: My Emacs unicode 2 crash again when I do some *Replace String (M-%)*


From: Kenichi Handa
Subject: Re: My Emacs unicode 2 crash again when I do some *Replace String (M-%)*, I give the debug informations under gdb in the attachments.
Date: Wed, 07 Mar 2007 10:01:30 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.95 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, David Kastrup <address@hidden> writes:

> >From etc/DEBUG:

>     ** When you are trying to analyze failed assertions, it will be
>     essential to compile Emacs either completely without optimizations
>     or at least (when using GCC) with the -fno-crossjumping option.
>     Failure to do so may make the compiler recycle the same abort call
>     for all assertions in a given function, rendering the stack
>     backtrace useless for identifying the specific failed assertion.

Ah!  Thank you for the info.  So, Hongyi, please try the
previous test with the emacs compiled as below:

% cd EMACS_BUILD_TREE/src
% rm xdisp.o
% make CFLAGS='-g -fno-crossjumping'

---
Kenichi Handa
address@hidden




reply via email to

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