From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrew Koenig" Newsgroups: gmane.emacs.bugs Subject: Emacs 21.4a segmentation fault on startup (gcc 4.0, Solaris 8) Date: Mon, 16 May 2005 18:21:23 GMT Organization: AT&T Worldnet Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116388458 6630 80.91.229.2 (18 May 2005 03:54:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 03:54:18 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 18 05:54:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYFcx-0000gV-On for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 May 2005 05:53:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYFfJ-0005uD-LE for geb-bug-gnu-emacs@m.gmane.org; Tue, 17 May 2005 23:56:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DY75n-0004YM-7f for bug-gnu-emacs@gnu.org; Tue, 17 May 2005 14:46:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DY75k-0004XG-Pa for bug-gnu-emacs@gnu.org; Tue, 17 May 2005 14:46:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXkF8-0004Vl-VU for bug-gnu-emacs@gnu.org; Mon, 16 May 2005 14:23:07 -0400 Original-Received: from [193.4.58.12] (helo=horus.isnic.is) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DXkKM-0005Pt-R5 for bug-gnu-emacs@gnu.org; Mon, 16 May 2005 14:28:31 -0400 Original-Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by horus.isnic.is (8.12.9p2/8.12.9/isnic) with ESMTP id j4GIKYuC022909 for ; Mon, 16 May 2005 18:20:34 GMT (envelope-from newsadm@att.net) Original-Received: from bgtnsc05-news (bgtnsc05-news.ops.worldnet.att.net[135.173.83.55]) by worldnet.att.net (mtiwmhc11) with ESMTP id <2005051618212311100p7dgbe>; Mon, 16 May 2005 18:21:23 +0000 Original-Received: by bgtnsc05-news (8.8.8+Sun/SMI-SVR4) id SAA02755; Mon, 16 May 2005 18:21:23 GMT Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 04ade4ef!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original Original-NNTP-Posting-Host: 2bc9ae6146db90ab96fb1a1d04cccb34 Original-X-Complaints-To: abuse@worldnet.att.net Original-X-Trace: bgtnsc05-news.ops.worldnet.att.net 1116267683 2bc9ae6146db90ab96fb1a1d04cccb34 (Mon, 16 May 2005 18:21:23 GMT) Original-NNTP-Posting-Date: Mon, 16 May 2005 18:21:23 GMT X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:11813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:11813 I just installed gcc 4.0 on my Solaris 8 machine and rebuilt GNU emacs 21.4; the result is a segmentation fault on startup. The first few lines of the backtrace (abbreviated): XtInitializeWidgetClass from /usr/lib/libXt.so.4 _XtCreateWidget from /usr/lib/libXt.so.4 XtCreateWidget from /usr/lib/libXt.so.4 Fx_create_frame at xfns.c:3644 Ffuncall at eval.c:2659 Fbyte_code at bytecode.c:716 funcall_lambda at eval.c:2851 .... If I compiler under gcc 2.95, or run it as emacs -nw, it appears to work. Any suggestions?