When compiling a cu file with arrow headers included, nvcc 11.2 segfaults.
sample.cu:
#include<arrow/api.h>
int main(void)
{
return 0;
}
compilation command:
root@work:/pgali/$ nvcc sample.cu -I /envs/cudfdev/include -L /envs/cudfdev/lib/ -larrow -o sample
Segmentation fault (core dumped)
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.