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

Crash when writing a joined Frame to csv #1919

Closed
st-pasha opened this issue Jul 18, 2019 · 1 comment · Fixed by #1920
Closed

Crash when writing a joined Frame to csv #1919

st-pasha opened this issue Jul 18, 2019 · 1 comment · Fixed by #1920
Assignees
Labels
segfault Severe bugs that lead to crashes / seg.faults / process termination
Milestone

Comments

@st-pasha
Copy link
Contributor

import datatable as dt
DT1 = dt.Frame(A=range(5), B=list('ABCDE'))
DT2 = dt.Frame(A=[3, 7, 11, -2, 0, 1])
DT1.key = "A"
DT = DT2[:, :, dt.join(DT1)]
DT.to_csv()
@st-pasha st-pasha added the segfault Severe bugs that lead to crashes / seg.faults / process termination label Jul 18, 2019
@st-pasha st-pasha added this to the Release 0.9.0 milestone Jul 18, 2019
@st-pasha st-pasha self-assigned this Jul 18, 2019
@arnocandel
Copy link
Member

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.

2 participants