|
From: Julian S. <js...@ac...> - 2005-11-18 14:04:39
|
> > instruction. The problem I see is that in gdb on a Linux 2.4 machine is > > that each PC has a PC starting with 0x800... (as expected). My tool > > reports each PC starts with 0x3A966F... . The logrind 2 tool of C. > > January agrees with gdb. Another thing is, V's address space layout isn't necessarily going to be the same as when running natively. Use flags -d -d (twice) to see the actual memory layout at client startup; that will tell you where the executable/.so's really are. J |