Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Apr 2013 02:27:36 -1000
From:      Jan Beich <jbeich@tormail.org>
To:        Jim Crigler <thecrig@bellsouth.net>
Cc:        gecko@freebsd.org
Subject:   Re: Firefox 20.0 crashing
Message-ID:  <1UOogQ-0003uy-Ka@internal.tormail.org>
In-Reply-To: <20130407025505.GA14673@crigslap2.bellsouth.net> (Jim Crigler's message of "Sat, 6 Apr 2013 22:55:05 -0400")
References:  <20130407025505.GA14673@crigslap2.bellsouth.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Jim Crigler <thecrig@bellsouth.net> writes:

> Hi.  I just upgraded firefox from ports, and it starts, shows 2 tabs (my
> home tab and the welcome to the new version tab), but crashes before
> displaying anything. Per the install message, here are my outputs:
>
> crigslap2 [1011] uname -a ~
> FreeBSD crigslap2.bellsouth.net 9.1-STABLE FreeBSD 9.1-STABLE #4: Fri
> Feb 15 23:51:26 EST 2013
> root@crigslap2.bellsouth.net:/usr/obj/usr/src/sys/GENERIC i386

Make sure you have r247156. It's an i386 regression in clang 3.2 fixed
promptly after update on /stable/9. With development branches only their
tip is supported e.g., not the period between 2013-01-14 and 2013-02-22.

To fix the crash either:
- build firefox with another compiler (gcc46, gcc47)
- update base and rebuild firefox
- apply only the clang fix[1] and rebuild firefox

[1] $ cd /usr/src
    $ svn di -c247156 svn://svn.freebsd.org/base | patch -p2
    $ make -C lib/clang
    $ make all install -C usr.bin/clang/clang

--
same issue reported by other people:
http://lists.freebsd.org/pipermail/freebsd-gecko/2013-February/003107.html
http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081567.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1UOogQ-0003uy-Ka>