Closed
Description
In one of the projects I have test which involves many watchers, and some race condition occurs.
Occasionally (let's say once per three times) test crashes with Segmentation fault: 11
$ node_modules/.bin/tad index.js is-ignored.js
09:35:53.505 ✓ index.js .......................................
09:35:53.635 ✓ is-ignored.js ................Segmentation fault: 11
There's purely JS modules involved, and it's observable on OSX 10.11.1 and Node.js v5.1.0.
I was not able to produce any small test case for that. Best way to reproduce is to do:
$ git clone git@github.com:medikoo/fs2.git
$ cd fs2
$ npm install
$ node_modules/.bin/tad index.js is-ignored.js
(After test fails, to rerun it it's good to proceed with rm -rf test && git checkout test
as broken test leaves temporary files).