-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Comments
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. |
+1 Getting the same error, Segmentation fault: 11. Running node 0.12.0 and using React in my test. |
I too am having this problem. |
Looks to be a 0.12 issue. Going to close out in favor of #243 |
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. |
There are similar issues, but I'm seeing different output:
This happens when a test contains
var React = require('react');
or any other require() call.The text was updated successfully, but these errors were encountered: