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: 23.0.60; Segfault when opening a file Date: Wed, 17 Sep 2008 20:40:56 +0900 Message-ID: References: <87bpzh9jwi.fsf@cyd.mit.edu> <20080916213230.2ac6952f@terra.solaris> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP-2 X-Trace: ger.gmane.org 1221652115 20367 80.91.229.12 (17 Sep 2008 11:48:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2008 11:48:35 +0000 (UTC) Cc: cyd@stupidchicken.com, 773@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Christian Faulhammer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 17 13:49:31 2008 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 1KfvXF-0006GY-8i for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2008 13:49:29 +0200 Original-Received: from localhost ([127.0.0.1]:34411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfvWE-0000FX-Bh for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2008 07:48:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfvPO-0004kg-Fr for emacs-devel@gnu.org; Wed, 17 Sep 2008 07:41:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfvPL-0004hs-L9 for emacs-devel@gnu.org; Wed, 17 Sep 2008 07:41:20 -0400 Original-Received: from [199.232.76.173] (port=41310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfvPL-0004hR-7t for emacs-devel@gnu.org; Wed, 17 Sep 2008 07:41:19 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:43789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfvPK-0000Mo-Hn for emacs-devel@gnu.org; Wed, 17 Sep 2008 07:41:19 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m8HBewN5022475; Wed, 17 Sep 2008 20:40:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m8HBewfJ016908; Wed, 17 Sep 2008 20:40:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m8HBeuPF015380; Wed, 17 Sep 2008 20:40:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KfvOy-0005Lc-0x; Wed, 17 Sep 2008 20:40:56 +0900 In-reply-to: <20080916213230.2ac6952f@terra.solaris> (message from Christian Faulhammer on Tue, 16 Sep 2008 21:32:30 +0200) 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:103919 Archived-At: In article <20080916213230.2ac6952f@terra.solaris>, Christian Faulhammer writes: > [1 ] > Hi, > Kenichi Handa : > > In article <87bpzh9jwi.fsf@cyd.mit.edu>, Chong Yidong > > writes: > > > > > Can anyone reproduce this bug? I can't. > > > "Christian Faulhammer" wrote: > > > > > > when opening the attached TeX file (stripped to the lines that > > > > cause the crash), my Emacs segfaults. Compiled from HEAD this > > > > morning 1000 CEST, although I have this problem for two weeks now. > > > > > > > > In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.10) > > > > > --- segfault-faulhammer.tex begins here --- > > > & \textbf{Autor(en)/K$(D+d(Bnstler} & \textbf{Titel} & \textbf{ISBN} & > > > \textbf{Preis} (ca.) \\\midrule --- segfault-faulhammer.tex ends > > > here --- > > > > I can't reproduce that bug with the latest code. Can you? > Something new: When starting with -fn fontset-standard everything is > ok, no segfaults anymore. Anything more I can do to debug this? I > already straced for file calls and tried to disable all settings from > Gtk+ or X, but I now suspect Xft, this is also related to my bug 775, > which also disappears with standard fontset. Please run Emacs under gdb, and find at which point Emacs crashes. --- Kenichi Handa handa@ni.aist.go.jp