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:17:00 UTC

[jira] [Updated] (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 updated ARROW-12663:
-----------------------------------
    Priority: Major  (was: Blocker)

> 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
>
> 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)