TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Watch Your Step(ping): Atoms Breaking Apart

18 点作者 ruik超过 3 年前

1 comment

nneonneo超过 3 年前
This is a bug in certain Atom processors, fixed in a microcode update. The errata states:<p>&gt; Under complex microarchitectural conditions, incorrect instruction bytes may be used for code with linear addresses bits 5:4 = 10b.<p>That is, code at addresses ending in hex 2x, 6x, Ax or Ex might randomly get substituted with other code.<p>Pretty spooky - the bug basically causes the CPU to occasionally go off and execute totally incorrect instructions, often resulting in a crash. The scarier problem is that the bug might not always wind up crashing - maybe it just runs the wrong instruction and produces the wrong result…