CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 2 months agoThe biggest mystery known to mankindprogramming.devimagemessage-square45linkfedilinkarrow-up1750arrow-down119
arrow-up1731arrow-down1imageThe biggest mystery known to mankindprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 2 months agomessage-square45linkfedilink
minus-squarenaeap@sopuli.xyzlinkfedilinkarrow-up5·2 months agoYep, a clean build often got rid of the weirdest bugs I had, because some shared memory was misaligned, because, as you said, because of compile optimization, some parts didn’t know about the changes
minus-squareNotMyOldRedditName@lemmy.worldlinkfedilinkarrow-up2·2 months agoIve had some build bugs where a clean build didnt fix it, restarting the IDE didn’t fix it, but rebooting the computer did. I imagine some long running process even after the IDE is closed had been corrupted or something.
Yep, a clean build often got rid of the weirdest bugs I had, because some shared memory was misaligned, because, as you said, because of compile optimization, some parts didn’t know about the changes
Ive had some build bugs where a clean build didnt fix it, restarting the IDE didn’t fix it, but rebooting the computer did.
I imagine some long running process even after the IDE is closed had been corrupted or something.