Date: Tue, 03 May 2022 14:23:52 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Emmanuel Vadot <manu@bidouilliste.com> Cc: Craig Leres <leres@freebsd.org>, Christoph Moench-Tegeder <cmt@burggraben.net>, Christoph Moench-Tegeder <cmt@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 980444a82fbd - main - www/firefox: update to 100.0 (rc2) Message-ID: <4k26-hkiv-wny@FreeBSD.org> In-Reply-To: <20220503094616.ad8309626972ab0c7d6c1cd9@bidouilliste.com> (Emmanuel Vadot's message of "Tue, 3 May 2022 09:46:16 %2B0200") References: <202204291458.23TEwiL4068411@gitrepo.freebsd.org> <58e45f7c-b79f-9f14-4df5-00617fee9ea4@freebsd.org> <YnAm4GoVYvfpyr9E@elch.exwg.net> <05c2a241-5d32-24d9-c223-66aa9ca99b75@freebsd.org> <YnBU8c5L6eNIn5mB@elch.exwg.net> <76d4fb65-b1df-2941-cc06-5ab23607a233@freebsd.org> <d9e5419b-3d4e-ab4b-5fbe-8306cc7196cd@freebsd.org> <20220503094616.ad8309626972ab0c7d6c1cd9@bidouilliste.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Emmanuel Vadot <manu@bidouilliste.com> writes: > On Tue, 3 May 2022 00:40:12 -0700 > Craig Leres <leres@freebsd.org> wrote: > >> On 5/2/22 16:58, Craig Leres wrote: >> > Ah. And I was still running 1.14.0 at home, I'll test >> > firefox/thunderbird when I get home and see if downgrading helps. >> >> Downgrading: >> >> dbus: 1.14.0 -> 1.12.20,1 >> firefox: 100.0_1,2 -> 100.0,2 >> thunderbird: 91.9.0_1 -> 91.9.0 >> >> and restarting dbus has solved my core dumps and inability to open a new >> firefox window from the command line. Good call on the "broken dbus >> setup". Hopefully this solves some of @hps' issues as well. >> >> By all means, please let me know if there is are configs I can help test >> on my spare 12.3 desktops. (I might try a few things tomorrow.) >> Craig >> > > I'm still on dbus-1.12.20,1 and I needed to downgrade firefox to > 99.0.1_2,2 (this was the previous version installed so I haven't tested > the first 100 version) otherwise I couldn't start firefox without > having the "Exiting due to channel error. Trace/BPT trap (core dumped)" > error even with a clean ~/.mozilla > Happens in wayland, xwayland and native xorg. Try rebuilding without LTO. rust-1.60 emits LLVM 14 bytecode that LLD from llvm13 may not understand. firefox cannot switch to llvm14 yet due to missing wasi-compiler-rt14. In the past firefox build usually broke due to LLVM mismatch, so such issues were easy to notice. Note, this was briefly discussed in https://reviews.freebsd.org/D34823 Note2, firefox issue didn't manifest during exp-run.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4k26-hkiv-wny>