-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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 on nosetests #6036
Comments
related to #5997 dev numpy is not stable yet u r adventurous for trying it! pls follow that issue and report the same |
@jreback, right - 1.9-dev is unstable. I was trying to chase one segfault in my own code (resampling empty dataframe that was retrieved from hdf5 file) which looks very similar to this issue p.s. just tested on numpy-1.8.0 - there's no segfaults |
ok....will close this issue (but I cross-linked)...thanks for reporting....numpy apparently changed some things which happen to show up in pandas tests as segfaults! |
ps resample of empty frame should work, but I suspect that the dtypes are wrong (when retrieving from HDF) can you provide a working example (open a new issue) - its prob not setting the empty dtypes correctly |
@jreback, sure. I'm trying to create a minimal-example to reproduce the problem. When I have it I will definitely open an issue. In fact, I'm not 100% sure yet that it is about |
a recent improvement to np.where in numpy 1.9.dev breaks for object arrays, it should be fixed by this PR which will hopefully be merged soon: |
Does it fail with non-dev numpy? |
@jtratner no - with numpy-1.8.0 there's no segfaults for nosetests |
that email was apparently queued for hours past where it made sense - sorry |
Nosetests results in the segmentation fault error:
It crashes on the following test:
Operating system: OSX 10.9.1 Mavericks. Library versions:
The text was updated successfully, but these errors were encountered: