RESOLVED FIXED299224
Fix Thread Sanitizer builds: ld: Too many personality routines for compact unwind to encode.
https://bugs.webkit.org/show_bug.cgi?id=299224
Summary Fix Thread Sanitizer builds: ld: Too many personality routines for compact un...
David Kilzer (:ddkilzer)
Reported 2025-09-19 19:00:32 PDT
Fix Thread Sanitizer build due to the following linker error: ``` ld: Too many personality routines for compact unwind to encode. Found routines: '___gcc_personality_v0' '___gxx_personality_v0' '__swift_exceptionPersonality' '___objc_personality_v0' Move one or more unique personality routine users to a separate dynamic library. clang++: error: linker command failed with exit code 1 (use -v to see invocation) ```
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-19 19:01:54 PDT
David Kilzer (:ddkilzer)
Comment 2 2025-09-19 19:08:13 PDT
EWS
Comment 3 2025-09-26 17:39:39 PDT
Committed 300615@main (553138190102): <https://commits.webkit.org/300615@main> Reviewed commits have been landed. Closing PR #51050 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.