From: Kirill A. Korinsky Subject: Re: security/wapiti: update to 3.2.2; take maintainership To: "Jonathan Armani" Cc: "Benoit Lecocq" , "OpenBSD ports" , "Klemens Nanni" Date: Thu, 05 Dec 2024 20:07:30 +0100 On Thu, 05 Dec 2024 18:41:11 +0100, "Jonathan Armani" wrote: > > Also did a quick test on amd64, and didn’t notice any regressions > I also had tested it on -current/amd64 and it works. Ability to run tests via firefox is still partially broken With --headless visible it works, but you'll see the firefox window, and with --headless hiden the firefox crashes as: (gdb) bt #0 thrkill () at /tmp/-:2 #1 0x0a58f61a529156c1 in ?? () #2 0x00000b1bfcda0e3e in nsProfileLock::FatalSignalHandler(int, siginfo_t*, void*) () from /usr/local/lib/firefox/libxul.so.145.0 #3 0x00000b1bfd886bc3 in WasmTrapHandler(int, siginfo_t*, void*) () from /usr/local/lib/firefox/libxul.so.145.0 #4 #5 0x00000b1b7aec9aa4 in XInternAtoms () from /usr/X11R6/lib/libX11.so.18.2 #6 0x00000b1bfcb5392d in nsXRemoteServer::XRemoteBaseStartup(char const*, char const*) () from /usr/local/lib/firefox/libxul.so.145.0 #7 0x00000b1bfcb4e960 in nsGTKRemoteServer::Startup(char const*, char const*) () from /usr/local/lib/firefox/libxul.so.145.0 #8 0x00000b1bfcb4fd6d in nsRemoteService::StartupServer() () from /usr/local/lib/firefox/libxul.so.145.0 #9 0x00000b1bfcdb6e90 in XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) () from /usr/local/lib/firefox/libxul.so.145.0 #10 0x00000b1bfcdb7a36 in XRE_main(int, char**, mozilla::BootstrapConfig const&) () from /usr/local/lib/firefox/libxul.so.145.0 #11 0x00000b18f5959573 in main () (gdb) -- wbr, Kirill