wohali commented on issue #551: [Jenkins] couchjs segfaults
URL: https://github.com/apache/couchdb/issues/551#issuecomment-306934907
 
 
   Based on @nickva 's suppositions, I attempted a low-memory, low-stack-size 
invocation of couch and couchjs respectively. For reference:
   
   ```sh
   $ docker run -it -m 128M --memory-swap 0 --memory-reservation 128M 
couchdbdev/centos-7-erlang-18.3 /bin/bash
   ```
   
   Then, after pulling & building couch master inside the VM, editing 
`rel/overlay/etc/default.ini` to add `-S 65535` to the `javascript =` line.
   
   Finally, running the test in a loop:
   
   ```sh
   $ for i in `seq 1 500`; do make suites=reduce.js javascript; done
   ```
   
   No failures after 50 or so executions. Gonna let it run for a little longer, 
but I'm skeptical this will help reproduce the problem. :(
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to