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

Jump 0 did not finish counting rows exactly where jump 1 found its first good line start #682

Closed
st-pasha opened this issue Jan 10, 2018 · 1 comment · Fixed by #686
Closed
Assignees
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label fread Issues related to parsing any input files via fread function
Milestone

Comments

@st-pasha
Copy link
Contributor

issue682.txt

>>> import datatable as dt
>>> dt.fread("issue682.txt")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/pasha/github/datatable/datatable/fread.py", line 69, in fread
    return freader.read()
  File "/Users/pasha/github/datatable/datatable/fread.py", line 638, in read
    _dt = c.gread(self)
RuntimeError: Jump 0 did not finish counting rows exactly where jump 1 found its first good line start: prevEnd(0x10f182902)"fYlYVw4P03rJSEQCY8NYkAh8di7R9sn6kgrHD8GO" != thisStart(prevEnd+42)"kvFLaVmWeVKfnZLJNg32mhl65IiYSD05IHzLy1FANXnDGtuIbm"
@st-pasha st-pasha added bug Any bugs / errors in datatable; however for severe bugs use [segfault] label fread Issues related to parsing any input files via fread function labels Jan 10, 2018
@st-pasha st-pasha self-assigned this Jan 10, 2018
@st-pasha
Copy link
Contributor Author

Same issue in R: Rdatatable/data.table#2561

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label fread Issues related to parsing any input files via fread function
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant