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
ci: 후보 B fix 효과 검증 — CoreText auto-activation 비활성화 patch
CTFontManagerSetAutoActivationSetting(null, 1) 호출을
SkiaLayerRenderer::new() 진입 직후에 삽입하는 patch 를 ci/patches/
에 추가. macOS 잡에서 maturin develop --release 직전에 git apply
로 working tree 에만 반영 (external/rhwp 자체 commit 없음). PNG
hang 이 사라지면 후보 B 확정, 그대로면 후보 A 또는 다른 방향
탐색 필요.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# * macOS PNG 렌더 hang — 3차 진단으로 CoreText downloadable-font IPC hang 확인 (TDownloadableFontManager::Download → FontRegistryUI). chain 첫 폰트 부재 시 macOS 가 다운로드 시도 → daemon 응답 없음 → 무한 IPC wait.
175
183
# mitigation: 상류 fallback chain 의 모든 한글 폰트 사전 설치로 다운로드 lookup 자체를 막음.
0 commit comments