Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Oct 2023 03:47:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 273291] www/firefox: Crashes on start after upgrading from 116.0.3_1,2 to 117.0,2
Message-ID:  <bug-273291-21738-MIbZ4tUtQp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273291-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273291-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273291

--- Comment #32 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Ken DEGUCHI from comment #30)

firefox 118.0.1 built with -O0 is running for me.

% pkg version -v | rg 'firefox'=20=20
firefox-118.0.1_1,2                =3D   up-to-date with index

For your info:
I've setting the option using the patch below. This seems not to be erroneo=
usly
overridden. It seems that -O0 is overridden on sub (child) make with other
method I've tried.
Not uploaded as usual, as this is not at all an ideal solution.
Note that I revert this as soon as the upgrade is finished and apply again =
on
next upgrade.


--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -213,7 +213,7 @@
 MOZ_EXPORT+=3D=20=20
MOZ_GOOGLE_SAFEBROWSING_API_KEY=3DAIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8

 .    if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+=3D               -O3
+CFLAGS+=3D               -O0
 MOZ_EXPORT+=3D   MOZ_OPTIMIZE_FLAGS=3D"${CFLAGS:M-O*}"
 MOZ_OPTIONS+=3D  --enable-optimize
 .    else

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273291-21738-MIbZ4tUtQp>