Skip to content

[C++] segfault when arrow header is compiled with nvcc 11.2 #28412

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions