TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go issue: memory corruption on Linux 5.3.x from async preemption

1 pointsby alderzover 5 years ago

1 comment

alderzover 5 years ago
The Go team has found that recent Linux kernels break the recently integrated goroutine preemption logic.<p>There is deep analysis here <a href="https:&#x2F;&#x2F;github.com&#x2F;golang&#x2F;go&#x2F;issues&#x2F;35326#issuecomment-558212984" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;golang&#x2F;go&#x2F;issues&#x2F;35326#issuecomment-55821...</a> They have bisected the kernel and found that <a href="https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;d9c9ce34ed5c892323cbf5b4f9a4c498e036316a" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;d9c9ce34ed5c892323c...</a> is the culprit. Apparently, it introduces changes in the signal handling behavior only visible when compiled with GCC 9, presumably because it uses AVX registers.<p>The entire discussion is a nice read.