Skip to content

ref-counts are not properly updated when materializing an object column #1805

@st-pasha

Description

@st-pasha
>>> import datatable as dt
>>> class A: pass
... 
>>> DT = dt.Frame(A=range(10), B=[A() for i in range(10)])
>>> DT.key = 'A'
>>> DT.to_list()
Segmentation fault: 11

Metadata

Metadata

Assignees

Labels

segfaultSevere bugs that lead to crashes / seg.faults / process termination

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions