@[email protected] to Programmer [email protected] • 1 year 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] • 1 year agomessage-square29fedilinkcross-posted to: hdev
minus-square@[email protected]linkfedilinkEnglish16•1 year agoAnd then the logging fixes the subtle timing issue causing the problem.
minus-squaresickmatterlinkfedilink1•1 year 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.