Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0, 4.0.0
-
Ubuntu
Description
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)
Attachments
Issue Links
- links to