WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
299224
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-09-19 19:01:54 PDT
<
rdar://problem/160981698
>
David Kilzer (:ddkilzer)
Comment 2
2025-09-19 19:08:13 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/51050
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.
Top of Page
Format For Printing
XML
Clone This Bug