-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Series.resample across daylight saving boundary causes segfault. #9468
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
Comments
see the linked master issue welcome a pull request from someone ln these |
Are you sure it's the same issue? In this bug's case it's a segfault, and the core points at a double-free of a pointer deep in cython-generated code. |
there r about 10 issues linked |
Do we have a way of identifying this invalid input? It seems far preferable to throw a descriptive error than let the process segfault. |
I am all for someone to take this on the bin edges are messed upwhen crossing the dst boundaries and the input to the grouper is invalid you can simply step thru this and see as I said there are about 10 linked issues which boil down to a couple of cases |
The master issue basically has all the fixes laid out. I got stuck fixing the DateOffsets to handle DST in a nice way and then some Nano offset tests were failing and I got frustrated. I will try and put a PR together to at least have a working copy for others to work on as well. |
closed by #9623 |
The following snippet of code is causing a segfault. Here it's failing at head, but I've seen it fail in the 0.15.2 release as well, with both NumPy 1.7.1 and NumPy 1.9.1.
Interestingly this doesn't happen with Pandas 0.13.1.
Other observations:
The text was updated successfully, but these errors were encountered: