Heisenbug
en.wikipedia.org
Heisenbug
1–10 of 34 posts
Re: Heisenbug
#2I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.
Re: Heisenbug
#3Obligatory: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161 I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.
Re: Heisenbug
#4Obligatory: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161 I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.
Re: Heisenbug
#5- A bug that disappears when you try to add some cout- Everything looks correct in debug, where (as mentioned) the variables are initialised to nice values like 0. When you compile with -O3, you get really large values instead.
- A bug that is rare enough that you have to run the program for a long while before it happens. And when it does, you haven't logged the relevant information.
- A bug that only manifests when you're not trying to show a colleague.
Re: Heisenbug
#6Obligatory: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161 I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.
Re: Heisenbug
#7Obligatory: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161 I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.
http://verticalsysadmin.com/blog/sysadmin-war-story-the-netw...
https://news.ycombinator.com/item?id=15258238
tldr; printers have a hardware cache for fonts that's cleared when rebooted, havoc ensues
Re: Heisenbug
#8Obligatory: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161 I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.
Probably 'bug' is not the best word, but many programmers definitely consider excessive complexity as 'bad design' (unless complexity is inherently unavoidable due to the very nature of the problem).
Re: Heisenbug
#9Re: Heisenbug
#10Obligatory: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161 I wonder if at one point we'll end up with a crisis that will make us see excessive complexity as a bug on its own.