Switch language한국어
Back to the list

Bug 1950764: Work Around Crash on Intel Raptor Lake CPU | Hacker News

TL;DR AI

Key summary

2 min read
  1. Mozilla has added a Firefox crash workaround for Intel Raptor Lake CPUs.

  2. The fix changes generated code to avoid a `movb` store from a high-byte register alias.

  3. That pattern can trigger a silent two-byte store corruption tied to an Intel erratum.

  4. The issue highlights a real hardware stability bug and the need for compiler-level mitigations until systems are updated.

Read the original