* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.

This commit is contained in:
Christopher Faylor 2011-08-01 13:11:37 +00:00
parent dc3dc49831
commit ab0887572f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-07-31 Christopher Faylor <me.cygwin2011@cgf.cx>
* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error
message.
2011-07-31 Christopher Faylor <me.cygwin2011@cgf.cx>
* sigproc.cc (pending_signals::pending): Define new function.

View File

@ -489,7 +489,7 @@ void dll_list::load_after_fork_impl (HANDLE parent, dll* d, int retries)
if (retries < DLL_RETRY_MAX)
load_after_fork_impl (parent, d, retries+1);
else
fork_info->abort ("unable to remap %W to same address as parent (%08lx)",
fork_info->abort ("unable to remap %W to same address as parent (%08lx) - try running rebaseall",
d->modname, d->handle);
/* once the above returns all the dlls are mapped; release