You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous fix installed gcc/g++ but Ubuntu's base gcc package doesn't
include sanitizer runtime libraries. This update explicitly installs:
- libasan6/libasan5 (AddressSanitizer runtime)
- libtsan2/libtsan0 (ThreadSanitizer runtime)
Uses fallback for different Ubuntu versions (22.04 vs 24.04).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments