From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 21.4a segmentation fault on startup (gcc 4.0, Solaris 8) Date: Wed, 18 May 2005 18:44:22 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116456967 25810 80.91.229.2 (18 May 2005 22:56:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 22:56:07 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 19 00:55:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYXRB-0004R5-ML for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 May 2005 00:54:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXTh-0006db-Kp for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 May 2005 18:57:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYXLS-0001Zd-Dn for bug-gnu-emacs@gnu.org; Wed, 18 May 2005 18:48:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYXLP-0001YR-Ov for bug-gnu-emacs@gnu.org; Wed, 18 May 2005 18:48:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXLL-0001Qx-QS for bug-gnu-emacs@gnu.org; Wed, 18 May 2005 18:48:48 -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 1DYXPm-0003Zc-Lf for bug-gnu-emacs@gnu.org; Wed, 18 May 2005 18:53:23 -0400 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by horus.isnic.is (8.12.9p2/8.12.9/isnic) with ESMTP id j4IMixuC089135 for ; Wed, 18 May 2005 22:44:59 GMT (envelope-from rms@gnu.org) Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DYXH4-0005y4-SN; Wed, 18 May 2005 18:44:22 -0400 Original-To: "Andrew Koenig" In-reply-to: (ark@acm.org) 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:11861 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:11861 This could be a GCC bug, or it could be something in Emacs that is not well-defined C. You could look at the compiled code for the call to XtCreateWidget and see if it looks correct. You could also try recompiling just xterm.c with the old GCC version and see if that makes everything work. If so, you could then try splitting that file in various ways and compiling half with each GCC version. This way maybe you could determine which function the problem is in.