From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: A crash in a gnus group with indic script in content and headers Date: Tue, 21 Oct 2008 14:57:24 +0900 Message-ID: References: <87mygy607z.fsf@anzu.internal.golden-gryphon.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224568665 21943 80.91.229.12 (21 Oct 2008 05:57:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 05:57:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Manoj Srivastava Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 07:58:44 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KsAGR-0007Gu-F6 for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 07:58:43 +0200 Original-Received: from localhost ([127.0.0.1]:52218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsAFM-0000vX-2u for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 01:57:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsAFG-0000vS-Qq for emacs-devel@gnu.org; Tue, 21 Oct 2008 01:57:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsAFE-0000vE-Rs for emacs-devel@gnu.org; Tue, 21 Oct 2008 01:57:30 -0400 Original-Received: from [199.232.76.173] (port=59401 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsAFE-0000vB-K9 for emacs-devel@gnu.org; Tue, 21 Oct 2008 01:57:28 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38682) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsAFE-0001Al-55 for emacs-devel@gnu.org; Tue, 21 Oct 2008 01:57:28 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m9L5vP5O018460; Tue, 21 Oct 2008 14:57:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m9L5vON6029990; Tue, 21 Oct 2008 14:57:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m9L5vOBM000901; Tue, 21 Oct 2008 14:57:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KsAFA-0006Bg-9M; Tue, 21 Oct 2008 14:57:24 +0900 In-reply-to: <87mygy607z.fsf@anzu.internal.golden-gryphon.com> (message from Manoj Srivastava on Mon, 20 Oct 2008 23:28:16 -0500) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:104718 Archived-At: In article <87mygy607z.fsf@anzu.internal.golden-gryphon.com>, Manoj Srivastava writes: > Hi, > I see these crashes frequently in indian mailing lists via > gmane -- English language mailing lists (probably because of some indic > language content -- I have to delete the messages, usually). [...] > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0x7f74bbe48770 (LWP 8898)] > 0x00000000005bb6fc in ftfont_otf_features (gsub_gpos=0x62633f0) at /usr/local/git/emacs/src/ftfont.c:1365 > 1365 OTF_TAG_SYM (sym, gsub_gpos->FeatureList.Feature[l].FeatureTag); Here, what is the value of these variables. (gdb) p l (gdb) p k (gdb) p gsub_gpos->FeatureList.FeatureCount (gdb) p otf_langsys->FeatureCount And, which font is used for the character U+926 (2342)? --- Kenichi Handa handa@ni.aist.go.jp