devilish666@lemmy.world to Programmer Humor@programming.dev · 11 months agoC++ Momentlemmy.worldimagemessage-square34fedilinkarrow-up1331arrow-down13
arrow-up1328arrow-down1imageC++ Momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 11 months agomessage-square34fedilink
minus-squareMiaoulinkfedilinkarrow-up14·11 months agoAnd then you realise the program doesn’t crash when compiling with debug symbols 😢
minus-squareBuddahriffic@lemmy.worldlinkfedilinkarrow-up8·11 months agoThen it’s time to have a closer look at how your concurrent threads are behaving and where you missed a sync point or mutex.
minus-squaremrkite@programming.devlinkfedilinkarrow-up4·11 months agoThat’s when you break out valgrind because you certainly are using uninitialized memory.
And then you realise the program doesn’t crash when compiling with debug symbols 😢
Then it’s time to have a closer look at how your concurrent threads are behaving and where you missed a sync point or mutex.
That’s when you break out valgrind because you certainly are using uninitialized memory.