Hacker News new | ask | show | jobs
by vvanders 2966 days ago
Ayup.

My favorite one is where adding debug traces causes the heisenbug to disappear because the printf() inserted a memory fence somewhere deep in the logging library.

Nothing like debugging via atomics.