On Tue, 21 Jun 2005 23:07:00 +0200, Christoph wrote:
Finaly it is the printf who does the magic and not the wrapped mmap! The above example also worked for me. Can we still solve this problem with logic?
Hehe, I highly doubt it's the printf. More likely, the LD_PRELOADed shared library is modifying the address space in such a way that the WoW bug is no longer triggered. I expect you could put anything there (that won't be optimised out) and it'll still work.