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

.to_csv() crashes for a file with many boolean columns #1278

Closed
st-pasha opened this issue Sep 7, 2018 · 0 comments · Fixed by #1279
Closed

.to_csv() crashes for a file with many boolean columns #1278

st-pasha opened this issue Sep 7, 2018 · 0 comments · Fixed by #1279
Assignees
Labels
segfault Severe bugs that lead to crashes / seg.faults / process termination
Milestone

Comments

@st-pasha
Copy link
Contributor

st-pasha commented Sep 7, 2018

>>> import datatable as dt
>>> f0 = dt.Frame([[True, False] * 10] * 1000)
>>> a = f0.to_csv()
Python(48199,0x70000206a000) malloc: *** error for object 0x102809800: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
@st-pasha st-pasha added the segfault Severe bugs that lead to crashes / seg.faults / process termination label Sep 7, 2018
@st-pasha st-pasha self-assigned this Sep 7, 2018
@st-pasha st-pasha added this to the Release 0.7.0 milestone Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
segfault Severe bugs that lead to crashes / seg.faults / process termination
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant