Skip to content

BUG: read_csv causes segfault in v0.17.0 #11532

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

Closed
Gunthard opened this issue Nov 6, 2015 · 1 comment
Closed

BUG: read_csv causes segfault in v0.17.0 #11532

Gunthard opened this issue Nov 6, 2015 · 1 comment
Labels
Duplicate Report Duplicate issue or pull request

Comments

@Gunthard
Copy link

Gunthard commented Nov 6, 2015

>>> import pandas
>>> import StringIO
>>> pandas.read_csv(StringIO.StringIO('test\n13324234234324234322332432432'))

INSTALLED VERSIONS

commit: None
python: 2.7.6.final.0
python-bits: 64
OS: Linux
OS-release: 3.19.0-32-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: de_DE.UTF-8

pandas: 0.17.0
nose: 1.3.7
pip: 1.5.4
setuptools: 3.3
Cython: 0.23.4
numpy: 1.10.1
scipy: 0.16.1
statsmodels: None
IPython: 4.0.0
sphinx: None
patsy: None
dateutil: 2.4.2
pytz: 2015.7
blosc: None
bottleneck: None
tables: None
numexpr: None
matplotlib: 1.5.0
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: 0.999
httplib2: 0.8
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None

@TomAugspurger
Copy link
Contributor

Probably a dupe of #11374, which is fixed in master (an older generated C file got in the release).

Can you checkout master and see if it fixes your problem? I'll reopen if not.

@TomAugspurger TomAugspurger added the Duplicate Report Duplicate issue or pull request label Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants