@[email protected] to Programmer [email protected] • 2 years ago6 stages of debuggingi.imgur.comimagemessage-square29fedilinkarrow-up1618arrow-down17cross-posted to: hdev
arrow-up1611arrow-down1image6 stages of debuggingi.imgur.com@[email protected] to Programmer [email protected] • 2 years agomessage-square29fedilinkcross-posted to: hdev
minus-square@[email protected]linkfedilinkEnglish16•2 years agoAnd then the logging fixes the subtle timing issue causing the problem.
minus-squaresickmatterlinkfedilink1•2 years agoEspecially if logging ends up spreading a global mutex around the log file.
And then the logging fixes the subtle timing issue causing the problem.
Race conditions are the worst
Good ol’ Heisenbugs.
Especially if logging ends up spreading a global mutex around the log file.