-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: read_csv with bad file coreing #5156
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
cc @guyrt |
Confirmed that including too many names can cause a segfault:
Looks like a problem with header. The fix to #4335 fixes this for python parser:
Looks like we need a similar fix for C engine. |
gr8! i'll move this back to 0.13 then |
@guyrt I think this would be gr8 to include in 0.13; going to cut the release candidate early next week. |
I'll see what I can do. I've identified the problem: we overrun the parser buffer. Just working on a fix. |
gr8 thanks! |
BUG: Fixed issue #5156: segfault on read_csv
from ML:
https://groups.google.com/forum/#!topic/pydata/KO-PmQdBUZI
The text was updated successfully, but these errors were encountered: