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

ASF GitHub Bot updated ARROW-12663:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to