133
So here's a story of, by far, the weirdest bug I've encountered in my CS career.
(threadreaderapp.com)
This is a most excellent place for technology news and articles.
Usually a sign of multiprocessing/multithreading going wrong, e.g. accessing the same resource without proper locks like opening the same logfile in different processes and trying to write simultaneously. Those errors can be triggered just by reformating the code (or obfuscating in this case), thus changing the runtime behaviour slightly. Hard to find, especially since they're dependent on the speed/workload of the machine running the code.