[ 
https://issues.apache.org/jira/browse/ARROW-4582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe L. Korn updated ARROW-4582:
-------------------------------
    Fix Version/s: 0.12.1

> [C++/Python] Memory corruption on Pandas->Arrow conversion
> ----------------------------------------------------------
>
>                 Key: ARROW-4582
>                 URL: https://issues.apache.org/jira/browse/ARROW-4582
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>    Affects Versions: 0.11.0, 0.11.1, 0.12.0
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0, 0.12.1
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When converting DataFrames with numerical columns to Arrow tables we were 
> seeing random segfaults in core Python code. This only happened in 
> environments where we had a high level of parallelisation or slow code 
> execution (e.g. in AddressSanitizer builds).
> The reason for these segfaults was that we were incrementing the reference 
> count of the underlying NumPy buffer but were not holding the GIL while 
> changing the reference count.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to