From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: Kenichi Handa <handa@m17n.org>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: 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 14:30:56 +0800 [thread overview]
Message-ID: <20070306063056.GA21948@debian-testing-hy.localdomain> (raw)
[-- Attachment #1: Type: text/plain, Size: 2250 bytes --]
Dear Handa San,
Now, I meet the same thing that I reported to you two days ago. I debug
it under gdb according to your guidance. I describe the problem as
follows and sent you a sample file as well as the corresponding debug
informations:
-------------------------------------------------------
The description of my problem:
First, the build parameters of Emacs Unicode 2 is as follows:
===============
% cd EMACS_BUILD_TREE
% ./configure --prefix=/usr \
--x-includes=/usr/include/X11 --x-libraries=/usr/lib/X11 \
--enable-font-backend --enable-asserts \
--enable-locallisppath=/usr/share/emacs/site-lisp:/etc/emacs-snapshot/site-start.d
\
--enable-largefile --with-pop --with-sound \
--with-x=yes --with-x-toolkit=gtk --with-toolkit-scroll-bars \
--with-xpm --with-jpeg --with-tiff --with-gif --with-png \
--with-freetype --with-xft --with-xim \
--with-kerberos --with-kerberos5 --with-hesiod
% make bootstrap
===============
The following is my problem, may it be clear for you to understand:
In my sample file *sample-file.mp*, which is metapost file. I open it·
in emacs by using the meta-mode to edit it. The parameters I used to open
Emacs is: *--enable-font-backend -fn "Dejavu Sans Mono-14"*.
When I open the file, then I use the *M-%* and *!* to replace all the
*-* (the character is in Half shape) into *-* (the character is in Full
shape) or vice versa and do this thing again and again. I mean, if the
there have *-* (half shape) in my file, I replace all of them into *-*
(full shape) and then do the reverse replacements again and again; if
there have *-* (full shape) in my file, I replace all of them into *-*
(half shape) and then do the reverse replacements again and again. Then
I find that after some circles, the Emacs will be aborting
abnormally. The debug-results-gdb is my debug informations under
gdb.
-----------------------------------------------------
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.
Thanks in advance.
---
Hongyi Zhao (赵弘毅)
GnuPG DSA: 0xD108493B
老子道德经:第二十八章
知其白,守其黑,为天下式。
为天下式,常德不忒,复归于无极。
[-- Attachment #2: debug-info-of-emacs.tar.bz2 --]
[-- Type: application/octet-stream, Size: 5328 bytes --]
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next reply other threads:[~2007-03-06 6:30 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-06 6:30 Hongyi Zhao [this message]
2007-03-06 7:02 ` My Emacs unicode 2 crash again when I do some *Replace String (M-%)*, I give the debug informations under gdb in the attachments Kenichi Handa
2007-03-06 8:57 ` Hongyi Zhao
2007-03-06 8:06 ` Kenichi Handa
2007-03-06 8:41 ` Hongyi Zhao
2007-03-06 12:38 ` Kenichi Handa
2007-03-06 15:23 ` Hongyi Zhao
2007-03-06 14:10 ` David Kastrup
2007-03-07 1:01 ` Kenichi Handa
2007-03-07 2:37 ` Nick Roberts
2007-03-07 3:56 ` Hongyi Zhao
2007-03-07 4:01 ` Nick Roberts
2007-03-07 4:58 ` Hongyi Zhao
2007-03-07 5:10 ` Nick Roberts
2007-03-07 4:58 ` Kenichi Handa
2007-03-07 5:37 ` Display bug [Re: My Emacs unicode 2 crash again ...] Kenichi Handa
2007-03-07 6:26 ` Hongyi Zhao
2007-03-07 6:40 ` Kenichi Handa
2007-03-07 7:38 ` Hongyi Zhao
2007-03-07 17:26 ` Richard Stallman
2007-03-08 3:50 ` Hongyi Zhao
2007-03-08 21:47 ` Richard Stallman
2007-03-07 17:25 ` My Emacs unicode 2 crash again when I do some *Replace String (M-%)*, I give the debug informations under gdb in the attachments Richard Stallman
2007-03-08 4:24 ` Eli Zaretskii
2007-03-08 4:50 ` Miles Bader
2007-03-09 15:08 ` Eli Zaretskii
2007-03-09 15:26 ` Andreas Schwab
2007-03-09 15:51 ` Eli Zaretskii
2007-03-09 15:56 ` Eli Zaretskii
2007-03-09 21:26 ` Richard Stallman
2007-03-10 19:18 ` Eli Zaretskii
2007-03-09 22:59 ` Stefan Monnier
2007-03-11 21:10 ` Eli Zaretskii
2007-03-11 21:32 ` David Kastrup
2007-03-11 21:56 ` Eli Zaretskii
2007-03-11 21:59 ` David Kastrup
2007-03-12 4:14 ` Eli Zaretskii
2007-03-11 22:29 ` Andreas Schwab
2007-03-12 6:11 ` Stephen J. Turnbull
2007-03-12 22:08 ` Eli Zaretskii
2007-03-13 3:36 ` Stephen J. Turnbull
2007-03-13 7:54 ` David Kastrup
2007-03-13 21:24 ` Eli Zaretskii
2007-03-12 7:04 ` David Kastrup
2007-03-12 14:23 ` Stefan Monnier
2007-03-12 21:50 ` Eli Zaretskii
2007-03-13 1:33 ` Stefan Monnier
2007-03-08 7:19 ` Stefan Monnier
2007-03-09 15:20 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070306063056.GA21948@debian-testing-hy.localdomain \
--to=hongyi.zhao@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=handa@m17n.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).