You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/06 17:11:53 UTC

[GitHub] [couchdb] davisp opened a new pull request #2403: Fix JS tests on SpiderMonkey 60

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] davisp commented on issue #2403: Fix JS tests on SpiderMonkey 60

Posted by GitBox <gi...@apache.org>.
davisp commented on issue #2403: Fix JS tests on SpiderMonkey 60
URL: https://github.com/apache/couchdb/pull/2403#issuecomment-571339602
 
 
   Closing in favor of #2409 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] davisp closed pull request #2403: Fix JS tests on SpiderMonkey 60

Posted by GitBox <gi...@apache.org>.
davisp closed pull request #2403: Fix JS tests on SpiderMonkey 60
URL: https://github.com/apache/couchdb/pull/2403
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services