``` import pyarrow as pa import numpy as np zerod = np.array(0) result = pa.array(zerod) # <-- segfault ``` **Environment**: OSX, py37 **Reporter**: [Brock Mendel](https://issues.apache.org/jira/browse/ARROW-5790) **Assignee**: [Joris Van den Bossche](https://issues.apache.org/jira/browse/ARROW-5790) / @jorisvandenbossche #### PRs and other links: - [GitHub Pull Request #4837](https://github.com/apache/arrow/pull/4837) <sub>**Note**: *This issue was originally created as [ARROW-5790](https://issues.apache.org/jira/browse/ARROW-5790). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*</sub>