|
From: Julian S. <js...@ac...> - 2006-01-12 11:48:05
|
> I'm not sure if this helps or not but I saw the large range 4294960294 > before I wrote the ioctl wrappers. Ok, so it's a pre-existing bug :-) Perhaps an endianness thing -- the ppc port hasn't been hammered as much as the x86/amd64 ports. > > > ==1953== Warning: set address range perms: large range 4294960294, We need to know why this happened. Can you find the place this is printed (mc_main.c, around about line 490) and put "tl_assert(0)" immediately after it; rebuild; rerun. This should give a backtrace showing how V got there. My feeling is (and this could be wrong) that once we know that, the bug should be relatively simple to fix. Alternatively .. make a simple C test program which shows the problem and can be examined at this end. J |