diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 569f35960..d7f416eeb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2011-07-31 Christopher Faylor + + * dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error + message. + 2011-07-31 Christopher Faylor * sigproc.cc (pending_signals::pending): Define new function. diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc index 5b0181bf0..6ea172890 100644 --- a/winsup/cygwin/dll_init.cc +++ b/winsup/cygwin/dll_init.cc @@ -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