From owner-freebsd-alpha@FreeBSD.ORG Sun Jul 20 20:25:23 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D91D37B401 for ; Sun, 20 Jul 2003 20:25:23 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75AD743F75 for ; Sun, 20 Jul 2003 20:25:21 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h6L3P9x3029461; Mon, 21 Jul 2003 13:25:10 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003072113215488:38084 ; Mon, 21 Jul 2003 13:21:54 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.9/8.12.9) with ESMTP id h6L3P97d074207; Mon, 21 Jul 2003 13:25:09 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9/8.12.9/Submit) id h6L3P8wR074206; Mon, 21 Jul 2003 13:25:08 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Mon, 21 Jul 2003 13:25:08 +1000 From: Peter Jeremy To: ticso@cicely.de Message-ID: <20030721032508.GH430@gsmx07.alcatel.com.au> Mail-Followup-To: ticso@cicely.de, freebsd-alpha@freebsd.org References: <20030716215658.GA43409@gsmx07.alcatel.com.au> <20030717132611.GJ14530@cicely12.cicely.de> <20030718031240.GF430@gsmx07.alcatel.com.au> <20030718094556.GE19386@cicely12.cicely.de> Mime-Version: 1.0 In-Reply-To: <20030718094556.GE19386@cicely12.cicely.de> User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 21/07/2003 01:21:54 PM,|February 13, 2003) at 21/07/2003 01:21:56 PM, Serialize complete at 21/07/2003 01:21:56 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: freebsd-alpha@freebsd.org Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 03:25:23 -0000 Hi Bernd, On 2003-Jul-18 11:45:56 +0200, Bernd Walter wrote: >On Fri, Jul 18, 2003 at 01:12:40PM +1000, Peter Jeremy wrote: [mozilla-1.3.1,2 >> Unfortunately, it doesn't run. I get an unaligned access report, >> followed by a segmentation violation: >> pid 49966 (mozilla-bin): unaligned access: va=0x160bbb2df pc=0x160b9db2c ra=0x16200e8ac op=ldq > >I see the alignment errors too. >Typically I get a bunch at startup and that's it. >But then it works. >If you already have a ~/.mozilla - can you rename it and try again? No effect. And dropping the 'CPUTYPE=ev56' didn't help. The failure (both the caller and correct target) is inside /usr/X11R6/lib/mozilla/components/libpref.so The base system is an AS4100 with 4x5/466 CPUs and 2.5GB RAM (logically restricted to 2GB). It's running 5.1-RELEASE locally built from a cvs checkout (upgraded from 5.0-RELEASE CD's). The following ports are installed, all (except perl) built on the same system. Apart from Mozilla, these are all current as of about 2 weeks ago. ORBit-0.5.17 jpeg-6b_1 XFree86-libraries-4.3.0_5 lcms-1.09,1 Xft-2.1.2 libiconv-1.9.1_1 expat-1.95.6_1 libmng-1.0.5 fontconfig-2.2.1 libtool-1.3.5_1 freetype2-2.1.4_1 mozilla-1.3.1,2 gettext-0.11.5_1 perl-5.6.1_11 glib-1.2.10_9 pkgconfig-0.15.0 gmake-3.80 png-1.2.5_2 gtk-1.2.10_9 unzip-5.50 imake-4.3.0 zip-2.3_1 >I compiled myself with: >CFLAGS=-O2 -pipe >CPUTYPE?=ev56 I'll try that and see what happens. Did you specify 'WITH_OPTIMIZED_CFLAGS' or any other tunables? Peter