Skip to content
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

Segmentatuin fault while read_csv #11571

Closed
thran opened this issue Nov 11, 2015 · 1 comment
Closed

Segmentatuin fault while read_csv #11571

thran opened this issue Nov 11, 2015 · 1 comment
Labels
IO CSV read_csv, to_csv

Comments

@thran
Copy link

thran commented Nov 11, 2015

Following code crashes with segmentation fault (SIGSEGV) - strace.txt. When engine is set to python all works fine. Problem is in that too large numeber.

import pandas as pd
answers = pd.read_csv("questions_answer.csv", engine='c')

questions_answer.csv

id,number
4926,2222222222222222222222222

I observe this error on two Fedora 20 machines

INSTALLED VERSIONS
------------------
commit: None
python: 2.7.5.final.0
python-bits: 64
OS: Linux
OS-release: 3.19.8-100.fc20.x86_64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: cs_CZ.UTF-8

pandas: 0.17.0
nose: None
pip: 1.5.6
setuptools: 3.6
Cython: None
numpy: 1.10.1
scipy: None
statsmodels: None
IPython: None
sphinx: None
patsy: None
dateutil: 2.4.2
pytz: 2015.6
blosc: None
bottleneck: None
tables: None
numexpr: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: 0.9
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
@jreback jreback added the IO CSV read_csv, to_csv label Nov 11, 2015
@jreback
Copy link
Contributor

jreback commented Nov 11, 2015

this is the same as #11374 and fixed for 0.17.1

@jreback jreback closed this as completed Nov 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO CSV read_csv, to_csv
Projects
None yet
Development

No branches or pull requests

2 participants