로그 + 크래시 덤프 인프라 #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
사용자 피드백 #1: 프로그램이 갑자기 꺼지는 경우가 있으므로, log 및 crash dump를 남기는 구조 적용 필요.
현재 상태
harness/crash_logger.py신규 (commite9cc6bf)scanvas_maker.py:7019-7025에서install_crash_handlers()wire 완료logs/scanvas.log(RotatingFileHandler 5MB×5) +logs/crash_<ts>.txt별도 +logs/faulthandler.log(C-level segfault).sys.excepthook/threading.excepthook캡처.잔여
Closed — Phase 0 완료 (commit
e9cc6bf).harness/crash_logger.py신규:sys.excepthook+threading.excepthook+faulthandler.scanvas_maker.py:7019-7025에서install_crash_handlers()wire.logs/scanvas.log(RotatingFileHandler 5MB×5) +logs/crash_<ts>.txt별도 +logs/faulthandler.log.후속 (별도 이슈 시 생성): 사용자 발신 크래시 zip 패키저, 실 크래시 사례 진단 룰 보완.