@[email protected] to Programmer [email protected] • 1 year agoC++ Momentlemmy.worldimagemessage-square34fedilinkarrow-up1333
arrow-up1333imageC++ Momentlemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square34fedilink
minus-square@[email protected]linkfedilink14•1 year agoAnd then you realise the program doesn’t crash when compiling with debug symbols 😢
minus-square@[email protected]linkfedilink8•1 year 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-square@[email protected]linkfedilink4•1 year 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.