wohali commented on issue #2680: CouchDB 3.0 Windows 10 crashing as soon as it starts URL: https://github.com/apache/couchdb/issues/2680#issuecomment-602284828 Hey @browntownington , thanks for the detective work for this issue. The way Windows library binding works, it'll hunt for the DLL in the PATH first. A fix for us will be to 100% override the path in the `couchdb.cmd` file. We will forcibly restrict the PATH variable to just the Windows directory and CouchDB itself. That should resolve the problem, since CouchDB is self-contained (except for the C++ libraries we need from Microsoft.) I'll look at this next week, the fix will be in 3.0.1.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
