From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hongsheng Newsgroups: gmane.emacs.devel Subject: Re: A very strange thing about Emacs working with flyspell! Date: Mon, 20 Nov 2006 12:05:01 +0800 Message-ID: <20061120040501.GA7539@localdomain> References: <20061114074507.GA26493@localdomain> <20061116113746.GA5373@localdomain> <20061118025413.GB25925@localdomain> <20061118032327.GA27684@localdomain> <20061120030401.GB5498@localdomain> Reply-To: Hongsheng NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1163995472 954 80.91.229.2 (20 Nov 2006 04:04:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 04:04:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 20 05:04:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gm0OO-0001YH-00 for ged-emacs-devel@m.gmane.org; Mon, 20 Nov 2006 05:04:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm0ON-0002BE-7s for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2006 23:04:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gm0O5-0002Ax-Sm for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:04:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gm0O4-0002AF-90 for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:04:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm0O4-0002A4-19 for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:04:04 -0500 Original-Received: from [68.142.206.241] (helo=smtp108.plus.mail.mud.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1Gm0O3-0003OC-J0 for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:04:03 -0500 Original-Received: (qmail 55038 invoked from network); 20 Nov 2006 04:04:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Received:X-YMail-OSG:Date:From:To:Cc:Subject:Message-ID:Reply-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=YzRwqKJeYmtjDpeGAkCzxPt5qFVQNOe/6jx4qNG7MRi119uZcMnoSCt8j5291AXICwIYBo4OHsdwZTQ+SJLUGjx3I0ed8uNzW5tiOa6gJoKql36bP0M/m1sJWdprJP6wAyuAxk82dX5PRc7NyeI3ZBTNzMJ5Gf1OLm6kSvTCaFU= ; Original-Received: from unknown (HELO ubuntu-edgy) (zhaohscas@159.226.135.215 with login) by smtp108.plus.mail.mud.yahoo.com with SMTP; 20 Nov 2006 04:04:01 -0000 X-YMail-OSG: 2__8BFEVM1n.HlabCzvz11hWUAe2qxNecZuNVvmPajYbjD_ZPFP84hOBsZoi7i7IoyaIqPYYlu9GYaJQNCqUGyO6nfM5nbh1vNhsJOCxPHwOxd.9JLwtxA-- Original-To: Kenichi Handa Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:62531 Archived-At: > Emacs doesn't have to crash to stop at the break point, but > ummm, I have no idea why Emacs doesn't reach the break > point. > > How about setting break point as this instead? > > (gdb) br xic_create_fontset --- Well, see the following, Emacs won't stop at the break point as well. zhaohs@ubuntu-edgy:~/cvs-svn/emacs/src$ gdb emacs GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". DISPLAY = :0.0 TERM = xterm Breakpoint 1 at 0x81035b6: file emacs.c, line 464. Breakpoint 2 at 0x811c3c6: file sysdep.c, line 1385. (gdb) br xic_create_fontset Function "xic_create_fontset" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 3 (xic_create_fontset) pending. (gdb) run --enable-font-backend -fn "Dejavu Sans Mono-14" Starting program: /media/hdb6/MyHomeFiles/cvs-svn/emacs/src/emacs --enable-font-backend -fn "Dejavu Sans Mono-14" [Thread debugging using libthread_db enabled] [New Thread -1219778896 (LWP 7688)] [Switching to Thread -1219778896 (LWP 7688)] Breakpoint 4 at 0x80d6f16: file xterm.c, line 8047. --- Debug information ends here. Best, Hongsheng. __________________________________________________ ¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.com