Skip site navigation (1)Skip section navigation (2)
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>
In-Reply-To: <200012200825.eBK8P1K83400@freefall.freebsd.org>; from reg@FreeBSD.ORG on Wed, Dec 20, 2000 at 12:25:01AM -0800
References:  <200012200825.eBK8P1K83400@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001220110734.B66275>