Skip to content

BUG: memory access bug in read_csv causing segfault #9846

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

Merged
merged 1 commit into from
Apr 12, 2015

Conversation

behzadnouri
Copy link
Contributor

closes #5664

the added test covers the original issue, though I cannot reproduce that on master; the one mentioned in the comments still segfaults on master (if repeated few times) and is fixed by this pr.

@behzadnouri behzadnouri force-pushed the read-csv-segfault branch 2 times, most recently from abfb27c to c0d4b84 Compare April 10, 2015 22:02
@jreback jreback added IO CSV read_csv, to_csv Bug labels Apr 11, 2015
@jreback jreback added this to the 0.16.1 milestone Apr 11, 2015
@jreback
Copy link
Contributor

jreback commented Apr 11, 2015

can you add a release note, otherwise lgtm

@behzadnouri
Copy link
Contributor Author

@jreback added the release note

jreback added a commit that referenced this pull request Apr 12, 2015
BUG: memory access bug in read_csv causing segfault
@jreback jreback merged commit 3a44ba4 into pandas-dev:master Apr 12, 2015
@jreback
Copy link
Contributor

jreback commented Apr 12, 2015

thank you sir!

@behzadnouri behzadnouri deleted the read-csv-segfault branch April 12, 2015 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: read_csv segfault
2 participants