Hi all,<br><br>&nbsp;&nbsp;&nbsp; I am trying to load an executable to a specified virtual address, instead of the default address 0x400000.<br>&nbsp;&nbsp;&nbsp; If the specified virtual address is within a relative low range,like 0x8000000, it executes well.<br>&nbsp;&nbsp;&nbsp; But when the specified virtual address is too high, like 0xffffff7000000000, the program will get stuck when it is being loaded, with the following message:&nbsp;&nbsp;&nbsp; "spawnd.0: spawning /x86_64/sbin/test on core 0"<br>&nbsp;&nbsp;&nbsp; Why it gets stuck? Can anyone help to explain?<br>&nbsp;&nbsp;&nbsp; Thanks!<br><br>Regards,<br>Richard<br><br>