Y
Hacker News
new
|
ask
|
show
|
jobs
by
majewsky
3038 days ago
That's assuming that heisenbugs are caused by concurrent programming alone. But a ton of heisenbugs happen in boring single-threaded programs.
1 comments
knocte
3038 days ago
Tons? In my entire career I haven't found one of those.
link
mikerg87
3038 days ago
Any programming language with pointers such as C or c++ where you can have wild pointers, use after free etc can be a breeding ground or hisenbugs. Consider yourself lucky.
link