One more patch. MacType was observed by several users to cause `GPGME: Invalid crypto engine` failures in MSYS2. See . I also removed two full stops in the sake of consistency. * faq-using.xml: Add Forefront TMG to the BLODA --- winsup/doc/faq-using.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index 35370f6..ae72145 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -1318,6 +1318,7 @@ behaviour which affect the operation of other programs, such as Cygwin. Citrix Metaframe Presentation Server/XenApp (see Citrix Support page) Lavasoft Web Companion Forefront TMG +MacType Sometimes these problems can be worked around, by temporarily or partially disabling the offending software. For instance, it may be possible to disable @@ -1332,7 +1333,7 @@ it may be necessary to uninstall the software altogether to restore normal opera Some of the symptoms you may experience are: -Random fork() failures. +Random fork() failures Caused by hook DLLs that load themselves into every process in the system. POSIX fork() semantics require that the memory map of the child process must be an exact duplicate of the parent process' layout. If one of these DLLs @@ -1343,7 +1344,7 @@ DLL at that same address in the child, the fork() call has to fail. -File access problems. +File access problems Some programs (e.g., virus scanners with on-access scanning) scan or otherwise operate on every file accessed by all the other software running on your computer. In some cases they may retain an open handle on the file even -- 2.6.2.windows.1 -- David Macek