From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 21 20:42:08 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27E311065670 for ; Fri, 21 Jan 2011 20:42:08 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 00B218FC17 for ; Fri, 21 Jan 2011 20:42:07 +0000 (UTC) Received: by iwn39 with SMTP id 39so2104750iwn.13 for ; Fri, 21 Jan 2011 12:42:07 -0800 (PST) Received: by 10.231.15.65 with SMTP id j1mr1278861iba.130.1295641126550; Fri, 21 Jan 2011 12:18:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.178.195 with HTTP; Fri, 21 Jan 2011 12:18:26 -0800 (PST) From: Eitan Adler Date: Fri, 21 Jan 2011 15:18:26 -0500 Message-ID: To: freebsd-gecko@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Firefox 4 Beta 9 causes X to segfault with Intel driver X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 20:42:08 -0000 I recently attempted to switch from the Vesa driver to the xf86-video-intel-2.7.1_3 driver. When I did so mplayer, xchat, geany, and various terminal programs worked normally but attempting to run Firefox resulted in X segfaulting. ===> The following configuration options are available for firefox-4.0.b9,1: DBUS=off "Enable D-BUS support" PGO=on "Enable Profile-Guided Optimization" SMB=off "Enable smb:// URI support using gnomevfs" DEBUG=off "Build a debugging image" LOGGING=off "Enable additional log messages" OPTIMIZED_CFLAGS=on "Enable some additional optimizations" ===> Use 'make config' to modify these settings $svn info Path: . URL: https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox-devel Repository Root: https://trillian.chruetertee.ch/svn/freebsd-gecko Repository UUID: 6ab5617d-af29-de11-a9e3-001676731981 Revision: 485 Node Kind: directory Schedule: normal Last Changed Author: beat Last Changed Rev: 484 Last Changed Date: 2011-01-15 16:55:57 -0500 (Sat, 15 Jan 2011) about:buildconfig data is: Build platform target i386-unknown-freebsd8.2 Build tools Compiler Version Compiler flags cc gcc version 4.2.1 20070719 [FreeBSD] -I/usr/local/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -O2 -pipe -O2 -fno-strict-aliasing -O2 -fno-strict-aliasing -pipe -DNDEBUG -DTRIMMED -O2 c++ gcc version 4.2.1 20070719 [FreeBSD] -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -O2 -pipe -O2 -fno-strict-aliasing -O2 -fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O2 Configure arguments --program-transform-name=s/firefox/firefox/ --with-default-mozilla-five-home=/usr/local/lib/firefox --enable-svg --enable-svg-renderer=cairo --enable-application=browser --enable-official-branding --disable-updater --enable-canvas --enable-libxul --disable-necko-wifi --disable-ipc --enable-system-cairo --enable-crypto --disable-tests --enable-default-toolkit=cairo-gtk2 --enable-xft --with-pthreads --x-includes=/usr/local/include --x-libraries=/usr/local/lib --enable-extensions=default --enable-image-decoders=default --enable-necko-protocols=default --with-system-zlib=/usr --with-gssapi=/usr --disable-auto-deps --enable-chrome-format=jar --disable-cpp-exceptions --disable-cpp-rtti --disable-glibtest --disable-gtktest --disable-freetypetest --enable-double-buffer --enable-mathml --disable-installer --disable-md --disable-pedantic --disable-bidi --disable-xterm-updates --disable-xprint --enable-xinerama --disable-gnomevfs --disable-debug --enable-optimize=-O2 --disable-logging --enable-gnomeui -- Eitan Adler