Skip to content

v1.16(76)

Choose a tag to compare

@Vstory Vstory released this 04 Sep 19:09
· 5 commits to master since this release

v1.16 (76)

修复

  • 系统死机重启:与 Thanox 模块共存时,反复崩溃风暴下可能互相等待导致系统重启;崩溃处理已改为后台执行,不再阻塞系统
  • 异常历史页无限转圈:模块未完全激活时 5 秒超时并提示重启系统,不再一直加载

新增功能

  • 崩溃风暴熔断无条件生效:即使只关注前台/主进程崩溃,后台崩溃风暴也会自动抑制并停止崩溃源,防止拖垮系统

其他

  • 随版发布崩溃风暴测试器 CrashStormTest(制造单次崩溃 / 连续崩溃风暴,用于验证崩溃捕获、风暴熔断与系统防死机)

English

Fixes

  • System reboot: when coexisting with the Thanox module, repeated crash storms could cause mutual waiting and reboot the system; crash handling now runs in the background and no longer blocks the system.
  • Infinite spinner on the crash-history page: when the module is not fully activated, it now times out after 5 seconds and prompts to reboot the system instead of loading forever.

New features

  • The crash-storm circuit breaker now applies unconditionally: even when you only follow foreground/main-process crashes, a background crash storm is still auto-suppressed and its source app force-stopped, protecting the system from being dragged down.

Other

  • Crash-storm tester CrashStormTest shipped with this release (single crash / continuous crash storm, for verifying crash capture, the circuit breaker and system anti-reboot protection).