AN <[email protected]> writes: > FreeBSD FreeBSD_13 13.0-CURRENT FreeBSD 13.0-CURRENT #13 r353123: Sat > Oct 5 10:32:35 EDT 2019 > root@FreeBSD_13:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 > > I am having a problem upgarding Firefox from a port, after upgrade > firefox fails to start from the command line with: > > # firefox > Assertion failure: !locale.IsEmpty(), at > /usr/ports/www/firefox/work/firefox-69.0.3/intl/locale/LocaleService.cpp:555
DEBUG option is broken, see https://bugzilla.mozilla.org/show_bug.cgi?id=1497581 If you're trying to debug a different crash then disable DEBUG and OPTIMIZED_CFLAGS options then build WITH_DEBUG=1 or STRIP= (empty) + CFLAGS+=-g instead. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
