nanard <[email protected]> writes: > Hello, > > I'm using firefox on my amd64 FreeBSD 10.3 laptop machine and it stopped > working since it's last update with "pkg upgrade" > > When ever I launch it, the main window open, but firefox then crashes > after a couple of seconds. > Below are a few details.
Someone else reported a similar issue with more details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917 For now try the following workaround: $ pkg install llvm40 $ env CC=clang40 CXX=clang++40 CPP=clang-cpp40 make clean all deinstall install -C/usr/ports/www/firefox -- Given how fragile i386 I often undertest amd64 runtime except for -CURRENT. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
