servoshell 的 crash_handler::install() 在 Windows 上是一个无操作函数 - 每个本机崩溃都是无声的,没有控制台输出,也没有 WER 事件
作者: isaalia创建于 2026年9月15日更新于 2026年9月15日
Describe the bug:
ports/servoshell/crash_handler.rs's install() is a real signal handler on macOS/Linux (catches SIGSEGV/SIGILL/SIGIOT/SIGBUS, prints a backtrace via the existing allocation-free backtrace::print, then re-raises for a core dump) but a complete no-op on Windows:
内容来源: servo/servo