JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoBug Fixingprogramming.devimagemessage-square39fedilinkarrow-up1571arrow-down19
arrow-up1562arrow-down1imageBug Fixingprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square39fedilink
minus-squarenoddy@beehaw.orglinkfedilinkarrow-up9·1 year agoGood luck figuring out why it sometimes doesn’t work 🙃
minus-squareCanadaPlus@futurology.todaylinkfedilinkEnglisharrow-up5·1 year agoMmm, race conditions, just like mama used to make.
minus-squareOctopus1348@lemy.lollinkfedilinkarrow-up5·edit-21 year agoThere was that kind of bug in Linux and a person restarted it idk how much (iirc around 2k times) just to debug it.
minus-squareKairuByte@lemmy.dbzer0.comlinkfedilinkarrow-up1·1 year agoLegit happens without a race condition if you’ve improperly linked libraries that need to be built in a specific order. I’ve seen more than one solution that needed to be run multiple times, or built project by project, in order to work.
minus-squarewewlad [he/him, comrade/them]@hexbear.netlinkfedilinkEnglisharrow-up1·1 year agoWe call this sort of test “fuzzy”. If it’s really bad they call it by my own personal identifier of “unstable”.
Yeah, but sometimes it works.
Good luck figuring out why it sometimes doesn’t work 🙃
Mmm, race conditions, just like mama used to make.
There was that kind of bug in Linux and a person restarted it idk how much (iirc around 2k times) just to debug it.
Legit happens without a race condition if you’ve improperly linked libraries that need to be built in a specific order. I’ve seen more than one solution that needed to be run multiple times, or built project by project, in order to work.
We call this sort of test “fuzzy”. If it’s really bad they call it by my own personal identifier of “unstable”.