[Bug 263800] mail/Thunderbird crash at startup: 'thunderbird' terminated by signal SIGTRAP
Date: Thu, 05 May 2022 21:14:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263800 --- Comment #4 from Dan Kotowski <dan.kotowski@a9development.com> --- Solved by commit fc0a979a30ea24c8d28d8a3893bb5ac0549e56cb Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> Date: Tue May 3 18:27:01 2022 +0200 www/firefox{,-esr}, mail/thunderbird: remote LTO from default options When rust's internal LLVM does not match the LLVM used for building gecko ports, LTO-built binaries will be unstable, exhibit crashes and other undesirable behaviour. Rust 1.60 created such a situation. Disabling LTO will allow these ports to be used, and keeping it off will safe on build and debug time. -- You are receiving this mail because: You are the assignee for the bug.