You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/05/10 15:18:00 UTC

[jira] [Resolved] (ARROW-12663) segfault when arrow header is compiled with nvcc 11.2

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

Antoine Pitrou resolved ARROW-12663.
------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10257
[https://github.com/apache/arrow/pull/10257]

> segfault when arrow header is compiled with nvcc 11.2
> -----------------------------------------------------
>
>                 Key: ARROW-12663
>                 URL: https://issues.apache.org/jira/browse/ARROW-12663
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, GPU
>    Affects Versions: 3.0.0, 4.0.0
>         Environment: Ubuntu
>            Reporter: Prem Sagar Gali
>            Assignee: Prem Sagar Gali
>            Priority: Major
>             Fix For: 5.0.0
>
>
> When compiling a cu file with arrow headers included, nvcc 11.2 segfaults.
>  
>  
> `sample.cu`:
>  
> {code:java}
> #include<arrow/api.h>
> int main(void)
> {
>   return 0;
> }
> {code}
> compilation command:
> {code:java}
> root@work:/pgali/$ nvcc sample.cu -I /envs/cudfdev/include -L /envs/cudfdev/lib/ -larrow -o sample
> Segmentation fault (core dumped)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)