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: Hongyi Zhao
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: Tue, 6 Mar 2007 16:57:34 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Mar 06, 2007 at 04:02:51PM +0900, Kenichi Handa wrote:
> I did the same thing, but couldn't reproduce that bug.  I
> also ran this function:
> (defun temp ()
>   (while t
>     (goto-char 1)
>     (replace-string "-" "\xFF0D")
>     (sit-for 0.1)
>     (goto-char 1)
>     (replace-string "\xFF0D" "-")
>     (sit-for 0.1)))
> on sample-file.mp (by visitting it and typing ESC : (temp)
> RET), but Emacs run's without error.
> 
> Could you please try the same thing by running Emacs without
> "--enable-font-backend" arg?
> 
> > P.S.  When I use the command *bt full*, I find so many debug 
> > informations, can I use a command to pipe these informations into a 
> > file.
> 
> From Emacs, you can do this:
> 
>   M-x gdb RET .../src/emacs RET
> 
> Then the interation with gdb can be done in *gud-emacs*
> buffer, thus you can easily save a proper part in a file.

I did it completely according to the above guidance, but the emacs 
aborted still.  Please see the attachments for detail.

Thanks in advance.

---
Hongyi Zhao (赵弘毅)
GnuPG DSA: 0xD108493B

老子道德经:第二十七章
善行无辙迹;善言无瑕谪;
善数不用筹策;善闭无关楗而不可开;善结无绳约而不可解。
是以圣人常善救人,故无弃人;常善救物,故无弃物。是谓袭明。

Attachment: debug-in-gud-emacs.tar.bz2
Description: Binary data


reply via email to

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