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

[Python] Referencing an Empty Schema causes a SegFault #17548

Closed
asfimport opened this issue Sep 12, 2017 · 4 comments
Closed

[Python] Referencing an Empty Schema causes a SegFault #17548

asfimport opened this issue Sep 12, 2017 · 4 comments

Comments

@asfimport
Copy link

Creating an empty schema and calling it will cause a segfault. Seems similar to the same issue with Table().

>>> import pyarrow as pa
>>> bb = pa.Schema()
>>> bb
Segmentation fault: 11

Environment: MacOS 10.12.6
Python 2.7.13
Reporter: Andrew Gross
Assignee: Phillip Cloud / @cpcloud

PRs and other links:

Note: This issue was originally created as ARROW-1532. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
These uses aren't supported, but we should not segfault

@asfimport
Copy link
Author

Wes McKinney / @wesm:
@cpcloud if you want to fix this quickly I can hold off on the RC

@asfimport
Copy link
Author

Phillip Cloud / @cpcloud:
Yep, fix coming up shortly.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 1096
#1096

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants