|
From: Julian S. <js...@ac...> - 2005-09-12 10:39:28
|
> Reserving the bottom 64M doesn't work on amd64 though as, at least on > my box, the default load address for an executable is 0x400000 which is > only 4M. > > I has to reduce spacem_minAddr to 0x400000 to make it work on amd64. Ok, interesting. What do you get from ./none/none -d -d --trace-signals=yes --trace-syscalls=yes date ? J |