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.

Exposing concurrency bugs with a custom scheduler

33 pointsby signa113 months ago

3 comments

rotis3 months ago
This sounds very similar to Cuzz from Application Verifier for Windows:<p><a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows-hardware&#x2F;drivers&#x2F;devtest&#x2F;application-verifier-tests-within-application-verifier#cuzz" rel="nofollow">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows-hardware&#x2F;drivers&#x2F;d...</a>
zX41ZdbW3 months ago
It is possible to do this entirely in userspace without a custom scheduler.<p>See the implementation here: <a href="https:&#x2F;&#x2F;github.com&#x2F;ClickHouse&#x2F;ClickHouse&#x2F;blob&#x2F;master&#x2F;src&#x2F;Common&#x2F;ThreadFuzzer.h">https:&#x2F;&#x2F;github.com&#x2F;ClickHouse&#x2F;ClickHouse&#x2F;blob&#x2F;master&#x2F;src&#x2F;Com...</a><p>It works and makes significant improvements for the detection of concurrency bugs, including complex logical races in distributed scenarios.
评论 #43050491 未加载
评论 #43053211 未加载
ForOldHack3 months ago
Its a feature.