When compiling a cu file with arrow headers included, nvcc 11.2 segfaults.
sample.cu:
#include<arrow/api.h>
intmain(void)
{
return0;
}compilation command:
root@work:/pgali/$nvccsample.cu -I /envs/cudfdev/include -L /envs/cudfdev/lib/ -larrow -osampleSegmentationfault (coredumped)
Environment: Ubuntu
Reporter: Prem Sagar Gali / @galipremsagar
Assignee: Prem Sagar Gali / @galipremsagar
PRs and other links:
Note: This issue was originally created as ARROW-12663. Please see the migration documentation for further details.
When compiling a cu file with arrow headers included, nvcc 11.2 segfaults.
sample.cu:compilation command:
Environment: Ubuntu
Reporter: Prem Sagar Gali / @galipremsagar
Assignee: Prem Sagar Gali / @galipremsagar
PRs and other links:
Note: This issue was originally created as ARROW-12663. Please see the migration documentation for further details.