Reputation: 15399
Some "mysterious" bugs occur once, and then they either never occur or occur after months or years. You are not able to reproduce them because you don't know why they happen. Is there a technical name for such bugs?
Upvotes: 1
Views: 1692
Reputation: 1
I would call it a non-deterministic issue. I hate code execution mysteries. Probably some data driven edge case that your dependencies are hitting. Hard to repro, hard to find.
Upvotes: 0