From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Faulhammer Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; Segfault when opening a file Date: Thu, 18 Sep 2008 19:25:01 +0200 Message-ID: <20080918192501.2c90c593@terra.solaris> References: <87bpzh9jwi.fsf@cyd.mit.edu> <20080916213230.2ac6952f@terra.solaris> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/oT1N7dqKE+QQPh3I=.dZ9iE"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Trace: ger.gmane.org 1221758814 5434 80.91.229.12 (18 Sep 2008 17:26:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2008 17:26:54 +0000 (UTC) Cc: cyd@stupidchicken.com, 773@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 18 19:27:48 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 1KgNI8-0005bg-VO for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 19:27:45 +0200 Original-Received: from localhost ([127.0.0.1]:34157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgNH7-0007QF-O1 for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 13:26:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgNGy-0007Kg-3j for emacs-devel@gnu.org; Thu, 18 Sep 2008 13:26:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgNGw-0007K7-BO for emacs-devel@gnu.org; Thu, 18 Sep 2008 13:26:31 -0400 Original-Received: from [199.232.76.173] (port=53916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgNGw-0007K4-4z for emacs-devel@gnu.org; Thu, 18 Sep 2008 13:26:30 -0400 Original-Received: from mo-p05-ob.rzone.de ([81.169.146.182]:43655) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgNGv-0002Dv-R9 for emacs-devel@gnu.org; Thu, 18 Sep 2008 13:26:30 -0400 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :K2kKYU+nW/MMMlTokcN5Yot1/Bj/FTl+WviP6RIJci0HRMpbh/x+X6ShOQjVOj0+68zfLwkGMG8= Original-Received: from terra.solaris (p54AE58CB.dip.t-dialin.net [84.174.88.203]) by post.webmailer.de (fruni mo45) (RZmta 17.4) with ESMTP id 60358ak8IGHgp7 ; Thu, 18 Sep 2008 19:26:13 +0200 (MEST) (envelope-from: ) In-Reply-To: X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:103943 Archived-At: --Sig_/oT1N7dqKE+QQPh3I=.dZ9iE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Kenichi Handa : > In article <20080916213230.2ac6952f@terra.solaris>, Christian > Faulhammer writes: >=20 > > [1 ] > > Hi, >=20 > > Kenichi Handa : > > > In article <87bpzh9jwi.fsf@cyd.mit.edu>, Chong Yidong > > > writes: > > >=20 > > > > Can anyone reproduce this bug? I can't. > > > > "Christian Faulhammer" wrote: > > >=20 > > > > > 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) > > >=20 > > > > --- segfault-faulhammer.tex begins here --- > > > > & \textbf{Autor(en)/K=FCnstler} & \textbf{Titel} & > > > > \textbf{ISBN} & \textbf{Preis} (ca.) \\\midrule --- > > > > segfault-faulhammer.tex ends here --- > > >=20 > > > I can't reproduce that bug with the latest code. Can you? >=20 > > 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. >=20 > Please run Emacs under gdb, and find at which point Emacs > crashes. I provided a back trace in my original report. Isn't it enough? V-Li --=20 Christian Faulhammer, Gentoo Lisp project , #gentoo-lisp on FreeNode --Sig_/oT1N7dqKE+QQPh3I=.dZ9iE Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkjSju4ACgkQNQqtfCuFnePUqACeKBkagQ89UIG1vqz++EIBwkQb HEcAn1+joXDTq/2gi2HzoVXKVCz6c3DH =8uvN -----END PGP SIGNATURE----- --Sig_/oT1N7dqKE+QQPh3I=.dZ9iE--