Firefox 20.0 crashing
Jan Beich
jbeich at tormail.org
Sun Apr 7 12:29:19 UTC 2013
Jim Crigler <thecrig at 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 at 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
More information about the freebsd-gecko
mailing list