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: Nick Roberts
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, 7 Mar 2007 15:37:08 +1300

 > 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'

Evidently cross-jumping is only enabled with -O2 or higher so

make CFLAGS=-g

should work.  The current default for Emacs is "-g -O2".  I think it should
be "-g" for CVS Emacs, but I think that we might have had this discussion
on the mailing list before.


-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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