You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning prism shutdown
Beginning store shutdown
Beginning store shutdown
cluster.js:497
if (handle.remove(worker)) delete handles[key];
^
TypeError: Cannot read property 'remove' of undefined
at close (cluster.js:497:15)
at Worker.onmessage (cluster.js:431:7)
at ChildProcess.<anonymous> (cluster.js:713:8)
at emitTwo (events.js:92:20)
at ChildProcess.emit (events.js:172:7)
at handleMessage (internal/child_process.js:686:10)
at Pipe.channel.onread (internal/child_process.js:440:11)
1) "before all" hook for "should still download content"
And another
cluster.js:497
if (handle.remove(worker)) delete handles[key];
^
TypeError: Cannot read property 'remove' of undefined
at close (cluster.js:497:15)
at Worker.onmessage (cluster.js:431:7)
at ChildProcess.<anonymous> (cluster.js:713:8)
at emitTwo (events.js:92:20)
at ChildProcess.emit (events.js:172:7)
at handleMessage (internal/child_process.js:686:10)
at Pipe.channel.onread (internal/child_process.js:440:11)
2) "after all" hook for "should still download content"
I am not sure what the internals are of what are causing this. However, I can note that on my Windows machines with Node 5.0 I am not getting these errors.
These crashes are happening randomly for me. If I restart my tests they happen in a different place each time.
It only happens during cluster shutdown.
I am doing a build on multiple node versions to see if I can figure out where this is spawning from.
The text was updated successfully, but these errors were encountered:
I am seeing these blowups on Travis.
I will add some portions of the build log.
During the testing I am seeing the following.
And another
I am not sure what the internals are of what are causing this. However, I can note that on my Windows machines with Node 5.0 I am not getting these errors.
These crashes are happening randomly for me. If I restart my tests they happen in a different place each time.
It only happens during cluster shutdown.
I am doing a build on multiple node versions to see if I can figure out where this is spawning from.
The text was updated successfully, but these errors were encountered: