jestjs / jest

Delightful JavaScript Testing.
https://jestjs.io
MIT License
44.19k stars 6.46k forks source link

Segmentation fault using node 0.12 #266

Closed nkt closed 9 years ago

nkt commented 9 years ago

Here is my small project that uses jest for testing. I'm using node 0.12 installed via homebrew. npm test throws:

❯ npm test

> react-flexgrid@0.2.0 test /Users/nkt/Projects/nkt/react-flexgrid
> jest

Using Jest CLI v0.4.0
 FAIL  src/__tests__/Grid.js
Error: Worker process exited before responding! exit code: null, exit signal: SIGSEGV
stderr:

A worker process has quit unexpectedly! This is bad news, shutting down now!
npm ERR! Test failed.  See above for more details.

This behavior reproduced by CI: https://travis-ci.org/nkt/react-flexgrid/jobs/51635788

wesleycho commented 9 years ago

I am seeing something similar in io.js - could this be related to https://github.com/strongloop/fsevents/issues/52 somehow?

zpao commented 9 years ago

Merging into #243

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.