Showing posts with label bugs. Show all posts
Showing posts with label bugs. Show all posts

Friday, 23 June 2023

Valgrind: noise reduction

Ensuring your delivered code is memory leak free is a standard concern for C/C++ developers and valgrind is a great tool to assist. One problem we can run into is extra noise from system/non project libraries masking your own issues. Refocussing is relatively straight forward:

Saturday, 19 October 2013

iOS upgrades and further hate for iTunes

There aren't too many things I hate about the iPhone but there are many around iTunes: the lock-ins, the inability to get data back out of the phone, the single point of failure (sync PC crashes, then what).



But I still kept my iPhone. However, the iOS 7 and iTunes 11.1.0 mess really does make me consider the alternatives.

Saturday, 6 July 2013

Firefox Java hanging workaround

Recent updates of Firefox and Java don't tend to play nice. I've had existing JRE 6 installations that were fine but then Mozilla adds these JRE versions to their vunerablity blocklists.

The net result is that the previously working Firefox/JRE plugin combination now hangs and crashes Firefox (Windows 7 x64). The same plugin works in Chrome. I hate poorly implemented upgrades.