From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: CVS emacs crashes right after startup Date: 04 Feb 2004 13:14:40 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075893375 5673 80.91.224.253 (4 Feb 2004 11:16:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2004 11:16:15 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Feb 04 12:16:11 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoL0t-00070H-00 for ; Wed, 04 Feb 2004 12:16:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoL0t-0004kw-00 for ; Wed, 04 Feb 2004 12:16:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoKyr-0000Pj-Mn for emacs-devel@quimby.gnus.org; Wed, 04 Feb 2004 06:14:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AoKyL-0000Ob-Fz for emacs-devel@gnu.org; Wed, 04 Feb 2004 06:13:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoKxp-0000FA-Jk for emacs-devel@gnu.org; Wed, 04 Feb 2004 06:13:32 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AoKxo-0000Ca-Qy; Wed, 04 Feb 2004 06:13:01 -0500 Original-To: Klaus Zeitler In-reply-to: (message from Klaus Zeitler on 04 Feb 2004 11:19:26 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19704 gmane.emacs.pretest.bugs:2025 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19704 > From: Klaus Zeitler > Date: 04 Feb 2004 11:19:26 +0100 > > * emacs crashes with SIGSEGV in XtInitializeWidgetClass under X, > > but runs fine when called with option "-nw". This has been observed when emacs > is linked with GNU ld instead of Solaris ld. To check which ld is used by > gcc add "-V" to TEMACS_LDFLAGS in src/Makefile. Alternatively the executable > size may be used as an indication of which linker is used. The size is > approximately 15M when linked with solaris ld compared to 9M when linked with > GNU ld. > > The fix is to reconfigure/install gcc, making sure that the SUN linker is used. Thanks. To make this entry more specific, could you please mention the versions of Solaris, GCC, and Binutils that are known to cause this problem?