Hacker News new | ask | show | jobs
by tux3 2295 days ago
I think it's tracked under https://bugzilla.mozilla.org/show_bug.cgi?id=1604492 It's still open, but it seems people haven't been able to hit the bug on the last few nightlies (this is also my experience), so it's possible the bug was quietly fixed as a side effect of some other patch.
1 comments

Programming can be so easy: "Oh hey, it fixed itself!"

Programming can be so hard: "So then what was the bug?"

You can bisect to try and figure out where exactly the bug "fixed" itself. Not easy with a bug that can't be triggered reliably, of course.
Something something Schrodinger's Bug...
And the awful thing if you can’t pinpoint what caused and fixed it is that it can more easily regress later.