Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ray import segfaults if pyarrow is imported first. #7393

Closed
2 tasks done
clarkzinzow opened this issue Mar 2, 2020 · 1 comment
Closed
2 tasks done

Ray import segfaults if pyarrow is imported first. #7393

clarkzinzow opened this issue Mar 2, 2020 · 1 comment
Assignees
Labels
bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks

Comments

@clarkzinzow
Copy link
Contributor

What is the problem?

Ray segfaults if pyarrow has been imported before Ray.

In repl:

In [1]: import pyarrow

In [2]: import ray
Segmentation fault
In [1]: import ray

In [2]: import pyarrow

In [3]:

Version information:

  • Python 3.7.5
  • Ubuntu 19.10
  • ray 0.8.2 (confirmed on nightly wheel, 0.8.1 and 0.8.0)
  • pyarrow 0.16.0

Reproduction

The following should segfault:

import pyarrow
import ray

The following should not:

import ray
import pyarrow
  • I have verified my script runs in a clean environment and reproduces the issue.
  • I have verified the issue also occurs with the latest wheels.
@clarkzinzow clarkzinzow added the bug Something that is supposed to be working; but isn't label Mar 2, 2020
@clarkzinzow clarkzinzow changed the title Ray segfaults if pyarrow is imported first Ray import segfaults if pyarrow is imported first. Mar 2, 2020
@ijrsvt ijrsvt self-assigned this Mar 5, 2020
@ericl ericl added the P1 Issue that should be fixed within a few weeks label Mar 5, 2020
@ijrsvt ijrsvt mentioned this issue Mar 11, 2020
6 tasks
@clarkzinzow
Copy link
Contributor Author

Closing since I can no longer reproduce in what seems to be the same environment. I'll reopen if the cosmic rays hit again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks
Projects
None yet
Development

No branches or pull requests

3 participants