|
From: Nicholas N. <nj...@cs...> - 2006-09-02 22:44:09
|
On Sat, 2 Sep 2006, Bryan Meredith wrote: > I had an idea while writing this reply (6 odd hours ago) and as a > result, I have actually solved it, tested it on both boxes (in 32bit and > 64bit mode on my Athlon64 box) and am just tidying up a couple of bits > and bobs before posting Beta05! :D Nice :) You've discovered how annoying and confusing real programs can be at the binary level. Coming up with robust ways to do things in Valgrind tools is often a real challenge. The best case I can think of is function wrapping, which sound easy in theory but in practice took Julian and I about 5 abortive attempts before Julian worked out a satisfactory approach. Nick |