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
Hi, I have been running into issues causing jest crash when certain modules were loaded. I've been able to isolate the issue into the following test case:
describe('A test',function(){it('should access process object',function(){expect(process.env["NODE_ENV"]).toEqual('development');});});
This crashes with the following message:
{ [Error: Worker process exited before responding! exit code: null, exit signal: SIGSEGV
stderr:
stdout: {"initSuccess":true} { "response": {} }] stack: 'Error: Worker
process exited before responding! exit code: null, exit signal:
SIGSEGV\nstderr:\n \n\nstdout:\n {"initSuccess":true}\n{\n "response":
{}\n}\n at Worker._onChildExit (/home/joudy/tmp/tests/node_modules/jest-
cli/node_modules/node-worker-pool/Worker.js:80:42)\n at
ChildProcess.EventEmitter.emit (events.js:110:17)\n at
Process.ChildProcess._handle.onexit (child_process.js:1046:12)\n' }
I am running 64bit Linux, node v0.11.13, jest v0.1.18.
The modules that crash because of this are bluebird and superagent.
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.
Hi, I have been running into issues causing jest crash when certain modules were loaded. I've been able to isolate the issue into the following test case:
This crashes with the following message:
I am running 64bit Linux, node v0.11.13, jest v0.1.18.
The modules that crash because of this are
bluebird
andsuperagent
.These issues might be related: #90 and #110 .
The text was updated successfully, but these errors were encountered: