|
From: Nicholas N. <nj...@ca...> - 2004-07-27 19:06:21
|
On Tue, 27 Jul 2004, Tom Hughes wrote: >> Thanks Tom, this fixes the problem! (And it now falls over slightly >> further along :) I had worked out that Valgrind was observing the >> requested 0x100000 alignment and the kernel wasn't, but hadn't got any >> further than that. The kernel's behaviour seems odd here... Actually, when not using --help (as I was) although the bogus-initialisation problem is fixed, it asserts when loading the client: valgrind: ume.c:364: mapelf: Assertion `((addr - off) & (align - 1)) == 0' failed. The relevant values are: addr = 0x1ff27000, off = 0, align = 100000 ? N |