|
|
Subscribe / Log in / New account

Crashes with GCC 15.2

Crashes with GCC 15.2

Posted Oct 14, 2025 17:16 UTC (Tue) by azz (subscriber, #371)
Parent article: Firefox 144.0 released

A heads-up that if you build this release with the latest stable version of GCC, 15.2, it'll crash inside the layout engine: https://bugzilla.mozilla.org/show_bug.cgi?id=1990430

(This looks like a GCC bug rather than a Firefox one, but it looks like I'm at least the third packager to run into it...)


to post comments

Crashes with GCC 15.2

Posted Oct 14, 2025 18:20 UTC (Tue) by hmh (subscriber, #3838) [Link]

gcc bugs (or any other compiler or artifact-generating toolchain bug for that matter) that do not cause an immediate ICE and crash the build are extremely annoying (and sometimes quite dangerous), but hunting down everything that was miss-compiled in the distro and triggering a new binary upload while somehow ensuring the auto-builder does not have the broken compiler/toolchain installed is an annoyance on its own class.

Debian has "Built-Using", and I assume other distros also have their own build-chain-tracking systems, but still...

Crashes with GCC 15.2

Posted Oct 15, 2025 13:44 UTC (Wed) by nix (subscriber, #2304) [Link] (1 responses)

It does not appear to crash with 15.1.1 as of late July. Looks like a very recent bug.

Crashes with GCC 15.2

Posted Oct 15, 2025 13:46 UTC (Wed) by nix (subscriber, #2304) [Link]

Ugh, never mind: my build flipped to clang and I didn't notice. 15.1.1 might be affected after all...

Crashes with GCC 15.2

Posted Oct 15, 2025 17:03 UTC (Wed) by atai (subscriber, #10977) [Link]

maybe staying on gcc 14 for a while longer?


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds