Re: git: 980444a82fbd - main - www/firefox: update to 100.0 (rc2)

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 03 May 2022 12:23:52 UTC
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.