Crispy1975 commented on issue #1214: CouchDB 2.1.1 View OS Timeouts URL: https://github.com/apache/couchdb/issues/1214#issuecomment-372039586 Further tests. i have tried switching to using `nodejs` as the `query_server` albeit with little success. The verify install process still fails as the Node.js `couchjs` module is exiting with an exit code of 1. So I thought I would focus on the `couchjs` process that is bundled with the install which I believe is SpiderMonkey. I created the following file on my working VM, and also on the failing server: ```javascript print("Test"); ``` On the VM it worked, on the server the `couchjs` process just goes into using 100% CPU and does not return at all. So the issue on the server is 100% the `couchjs` query server. Will see if I can investigate this further...
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
