-
Notifications
You must be signed in to change notification settings - Fork 26
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 in running tests on TravisCI #47
Comments
I think that's similar to what we're running into at |
Fatal memory faults seems to be leading to this issue. Attempting limited testing in #48
|
Unfortunately limiting to one test case each didn't solve the issue. My guess is that there is an issue with one of the |
UPDATE: Solved in #48 |
Closing since solved |
I am not sure how to debug this as there is no information on which package is segfaulting.
Error message:
/home/travis/.travis/functions: line 104: 4256 Segmentation fault (core dumped) nosetests splot --with-doctest --with-coverage --cover-package=splot
link to full build log: https://travis-ci.org/pysal/splot/jobs/491124752
The text was updated successfully, but these errors were encountered: