From owner-freebsd-bugs  Wed Dec 20  1: 8:43 2000
From owner-freebsd-bugs@FreeBSD.ORG  Wed Dec 20 01:08:41 2000
Return-Path: <owner-freebsd-bugs@FreeBSD.ORG>
Delivered-To: freebsd-bugs@freebsd.org
Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135])
	by hub.freebsd.org (Postfix) with ESMTP
	id E2B7337B400; Wed, 20 Dec 2000 01:08:40 -0800 (PST)
Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87])
	by solaris.matti.ee (Postfix) with ESMTP
	id 3A2612CDE3; Wed, 20 Dec 2000 11:08:25 +0200 (EET)
Received: (from vallo@localhost)
	by myhakas.matti.ee (8.11.1/8.11.1) id eBK97YV66559;
	Wed, 20 Dec 2000 11:07:34 +0200 (EET)
	(envelope-from vallo)
Date: Wed, 20 Dec 2000 11:07:34 +0200
From: Vallo Kallaste <vallo@matti.ee>
To: reg@FreeBSD.ORG
Cc: freebsd-bugs@FreeBSD.ORG
Subject: Re: misc/23354: Mozilla M18 segfaults on Release 4.2
Message-ID: <20001220110734.B66275@myhakas.matti.ee>
Reply-To: vallo@matti.ee
References: <200012200825.eBK8P1K83400@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <200012200825.eBK8P1K83400@freefall.freebsd.org>; from reg@FreeBSD.ORG on Wed, Dec 20, 2000 at 12:25:01AM -0800
Sender: vallo@myhakas.matti.ee
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Wed, Dec 20, 2000 at 12:25:01AM -0800, reg@FreeBSD.ORG wrote:

> Synopsis: Mozilla M18 segfaults on Release 4.2
> 
> Responsible-Changed-From-To: freebsd-bugs->reg
> Responsible-Changed-By: reg
> Responsible-Changed-When: Wed Dec 20 00:24:26 PST 2000
> Responsible-Changed-Why: 
> Over to me, as maintainer.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=23354

It also segfaults on -current, built from either ports or by hand.
I got it running by removing some configure switches.
Here is my .mozconfig, works for me. Note that's
been quite long while Mozilla segfaults, probably three weeks or
even more.

#! /bin/sh
# Build configuration script
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#

# Options for client.mk.
mk_add_options MOZ_MAKE_FLAGS=-j4

# Options for 'configure' (same as command-line options).
# ac_add_options --disable-cpp-rtti
ac_add_options --disable-debug
# ac_add_options --disable-idltool
ac_add_options --disable-jar-packaging
# ac_add_options --disable-md
ac_add_options --disable-pedantic
# ac_add_options --disable-xterm-updates
# ac_add_options --enable-cpp-exceptions
# ac_add_options --enable-double-buffer
ac_add_options --enable-editor
ac_add_options --enable-mailnews
ac_add_options --enable-mathml
ac_add_options --enable-optimize
# ac_add_options --enable-pics
ac_add_options --disable-tests
# ac_add_options --enable-toolkit=gtk
ac_add_options --enable-x11-shm
ac_add_options --with-pthreads
ac_add_options --with-jpeg=/usr/local
ac_add_options --with-png=/usr/local
ac_add_options --with-zlib=/usr
-- 

Vallo Kallaste
vallo@matti.ee


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message