New issue by thamesynne on void-packages repository https://github.com/void-linux/void-packages/issues/39538 Description: ### Is this a new report? Yes ### System Info Void 5.18.16_1 i686 GenuineIntel uptodate rFFFF, Void 5.18.19_1 i686 AuthenticAMD uptodate F ### Package(s) Affected firefox-105.0_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour firefox starts up as normal ### Actual behaviour firefox immediately crashes with a segmentation fault, even before it gets to the processing of --help (let alone --safe-mode). The last 2 lines of strace before the Killed notification are ``` mmap2(0xf7901000, 1044480, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf7901000 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xfffff0b3} --- ``` (I had to uninstall it before I could capture the full strace output, as i needed a working browser to report this issue). ### Steps to reproduce ``` $ sudo xbps-install -u firefox $ firefox --help Segmentation fault ```