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

Python crashes upon exiting #1703

Closed
st-pasha opened this issue Mar 6, 2019 · 0 comments · Fixed by #1706
Closed

Python crashes upon exiting #1703

st-pasha opened this issue Mar 6, 2019 · 0 comments · Fixed by #1706
Assignees
Labels
low priority Low priority tasks segfault Severe bugs that lead to crashes / seg.faults / process termination
Milestone

Comments

@st-pasha
Copy link
Contributor

st-pasha commented Mar 6, 2019

Minimal reproducible example:

import datatable as dt
import datatable.internal
DT = dt.Frame(A=range(10))[3:-1, :]
datatable.internal.frame_column_rowindex(DT, 0).type

after running this code in python terminal and then exiting, the following message is printed:

python(34648,0x7fffb19e9380) malloc: *** error for object 0x101539228: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
@st-pasha st-pasha added segfault Severe bugs that lead to crashes / seg.faults / process termination low priority Low priority tasks labels Mar 6, 2019
@st-pasha st-pasha added this to the Release 0.9.0 milestone Mar 6, 2019
@st-pasha st-pasha self-assigned this Mar 6, 2019
st-pasha added a commit that referenced this issue Mar 6, 2019
as this causes a crash when python exits (#1703).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Low priority tasks 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