]> sourceware.org Git - newlib-cygwin.git/commitdiff
update & expand section on multiple DLLs
authorDavid Starks-Browning <starksb@ebi.ac.uk>
Tue, 12 Dec 2000 14:24:42 +0000 (14:24 +0000)
committerDavid Starks-Browning <starksb@ebi.ac.uk>
Tue, 12 Dec 2000 14:24:42 +0000 (14:24 +0000)
winsup/doc/how-using.texinfo

index 8a11d68b132aa611a2fd1997f0f0073e57c1a8bb..083428b52b864347053da6d99ef74eb8b04750d9 100644 (file)
@@ -244,10 +244,17 @@ properly).
 You should only have one copy of the Cygwin DLL on your system.  If you
 have multiple versions, they will conflict and cause problems.
 
-If you get the error "shared region is corrupted" it means you have
-multiple versions of cygwin1.dll running at the same time.  This could
-happen, for example, if you update cygwin1.dll without exiting @emph{all}
-Cygwin apps (including inetd) beforehand.
+If you get the error "shared region is corrupted" or "shared region
+version mismatch" it means you have multiple versions of cygwin1.dll
+running at the same time.  This could happen, for example, if you update
+cygwin1.dll without exiting @emph{all} Cygwin apps (including inetd)
+beforehand.
+
+If you're trying to find multiple versions of the DLL that are causing
+this problem, reboot first, in case DLL's still loaded in memory are the
+cause.  Then use the Windows System find utility to search your whole
+machine, not just components in your PATH (as 'type' would do) or
+cygwin-mounted filesystems (as Cygwin 'find' would do).
 
 @subsection Where can I find "more"?
 
This page took 0.032409 seconds and 5 git commands to generate.