From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: random crashing with bootstrap emacs (cvs) under solaris (SunOS 5.8) Date: Thu, 16 Feb 2006 15:22:39 +0200 Message-ID: <20060216132239.GB1251@flame.pc> References: <20060216033750.24390.qmail@mail.tsm32.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140116991 6916 80.91.229.2 (16 Feb 2006 19:09:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Feb 2006 19:09:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 16 20:09:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F9oVY-0005Td-R8 for ged-emacs-devel@m.gmane.org; Thu, 16 Feb 2006 20:09:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9oVX-0004lm-Ve for ged-emacs-devel@m.gmane.org; Thu, 16 Feb 2006 14:09:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F9k89-00049g-ID for emacs-devel@gnu.org; Thu, 16 Feb 2006 09:29:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F9jdo-0003sw-3i for emacs-devel@gnu.org; Thu, 16 Feb 2006 08:57:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9j6N-0004YN-RK for emacs-devel@gnu.org; Thu, 16 Feb 2006 08:23:20 -0500 Original-Received: from [62.1.205.36] (helo=igloo.linux.gr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F9jBV-0005WJ-RT for emacs-devel@gnu.org; Thu, 16 Feb 2006 08:28:38 -0500 Original-Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1GDMmKS032603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Feb 2006 15:22:51 +0200 Original-Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1GDMfe4008276; Thu, 16 Feb 2006 15:22:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1GDMdNQ008275; Thu, 16 Feb 2006 15:22:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-To: Mark Aufflick Content-Disposition: inline In-Reply-To: <20060216033750.24390.qmail@mail.tsm32.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.345, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.85, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr 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:50624 Archived-At: On 2006-02-16 03:37, Mark Aufflick wrote: > > Hi, > I have been trying for some time to get emacs cvs compiled on Solaris. > > When I get to the stage of make bootstrap where make autoloads > is running in the lisp directory, the bootstrap emacs crashes > (segfault) randomly. Are you using CFLAGS that include one of -fast or -xarch=FOO where FOO enables 64-bit ELF binaries? I've been building cvs-emacs on Solaris 10 amd64 and sparc, but only as a 32-bit binary and without -fast. Enabling either -fast (on any architecture) or -xarch={amd64,v9a} results in random crashes here too. - Giorgos