Bug 1841661 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Can you please submit any relevant crash reports, as otherwise we don't have a way to debug what is going on here? Our own test builds on ARMv7 work fine under Clang.

It's possible this is a manifestation of bug 1838323? Try making sure you do not have --enable-lto as a build option. Also, try building with Clang and see if that helps. If this is bug 1838323, those would be the only workarounds I know of.
Can you please submit any relevant crash reports, as otherwise we don't have a way to debug what is going on here? Our own test builds on ARMv7 work fine under Clang.

It's possible this is a manifestation of bug 1838323? Try making sure you do not have --enable-lto as a build option, as that bug indicates this may be a bug in GCC's LTO. Also, try building with Clang and see if that helps. If this is bug 1838323, those would be the only workarounds I know of.

Back to Bug 1841661 Comment 1