From owner-freebsd-stable@FreeBSD.ORG Thu Apr 10 10:48:12 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EBDE37B401; Thu, 10 Apr 2003 10:48:12 -0700 (PDT) Received: from octo.sytes.net (aoji19nyy47g9.ab.hsia.telus.net [142.59.78.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5523643F75; Thu, 10 Apr 2003 10:48:10 -0700 (PDT) (envelope-from otacon@octo.sytes.net) Received: from octo.sytes.net (localhost [127.0.0.1]) by octo.sytes.net (8.12.9/8.12.9) with ESMTP id h3AHm5jt034992; Thu, 10 Apr 2003 11:48:07 -0600 (MDT) (envelope-from otacon@octo.sytes.net) Received: (from otacon@localhost) by octo.sytes.net (8.12.9/8.12.9/Submit) id h3AHm5Po034991; Thu, 10 Apr 2003 11:48:05 -0600 (MDT) Date: Thu, 10 Apr 2003 11:48:05 -0600 (MDT) Message-Id: <200304101748.h3AHm5Po034991@octo.sytes.net> To: FreeBSD-mozilla@freebsd.org, gnome@freebsd.org, freebsd-stable@freebsd.org From: "Dr. Otacon" X-send-pr-version: 3.113 X-GNATS-Notify: Subject: regchrome causes segfault during Mozilla build X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Dr. Otacon" List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 17:48:12 -0000 >Submitter-Id: current-users >Originator: Dr. Otacon >Organization: Skimask Ninjas >Confidential: no >Synopsis: regchrome causes segfault during Mozilla build >Severity: critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-STABLE i386 >Environment: System: FreeBSD octo.sytes.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr 9 14:48:08 MDT 2003 otacon@octo.sytes.net:/usr/obj/usr/src/sys/CONTRA i386 >Description: (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf ./chrome/user-locales.rdf) Segmentation fault (core dumped) *** Error code 139 I've tried using gcc2.95.4 and gcc3.2.2, both generate the same error, with or without optimizations. Here are the CFLAGS I've used: gcc3.2.2: CFLAGS=-O -pipe -fomit-frame-pointer -mmmx -msse -march=pentium3 -mcpu=pentium3 gcc2.95.4: CFLAGS=-O -pipe -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro If any addition info is required, let me know. >How-To-Repeat: execute `regchrome', a file built by mozilla near the end of the install.