davisp opened a new pull request #2403: Fix JS tests on SpiderMonkey 60 URL: https://github.com/apache/couchdb/pull/2403 It turns out the infinite loop can now run fast enough that we exhaust the stack space in a given couchjs process. This ends up leaving a couchjs process that can't be used for other things as the `map_results` buffer doesn't get reset inbetween calls. ## Testing recommendations `./configure --dev --spidermonkey-version 60 && make && make javascript` On Debian Buster this fails occasionally. ## Checklist - [x] Code is written and works correctly - [x] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation
---------------------------------------------------------------- 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
