Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault: 11 #271

Closed
kvakes opened this issue Feb 24, 2015 · 6 comments
Closed

Segmentation Fault: 11 #271

kvakes opened this issue Feb 24, 2015 · 6 comments

Comments

@kvakes
Copy link

kvakes commented Feb 24, 2015

There are similar issues, but I'm seeing different output:

$ npm test

> roomstorm-frontend@0.0.0 test /Users/kvakes/Projects/roomstorm-frontend
> jest

Using Jest CLI v0.4.0
Waiting on 1 test...Segmentation fault: 11

$ node -v
v0.12.0

This happens when a test contains var React = require('react'); or any other require() call.

@mleavitt
Copy link

@kvakes - this is similar to #266 which was merged into #243

@mindjuice
Copy link

I see the same thing if I only have one test, and that test requires React. If I have another test that runs first that doesn't require anything for React, then I get the output like in #243.

@smussell
Copy link

+1 Getting the same error, Segmentation fault: 11.

Running node 0.12.0 and using React in my test.

@frankcash
Copy link

I too am having this problem.

@zpao
Copy link
Contributor

zpao commented Mar 11, 2015

Looks to be a 0.12 issue. Going to close out in favor of #243

@zpao zpao closed this as completed Mar 11, 2015
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants