You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/01/16 09:38:00 UTC

[jira] [Commented] (ARROW-4272) illegal hardware instruction

    [ https://issues.apache.org/jira/browse/ARROW-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16743795#comment-16743795 ] 

Antoine Pitrou commented on ARROW-4272:
---------------------------------------

Without the exact same binaries and libraries as you, it will be difficult to do something with the core dump.
Could you run {{gdb python3.6 core}} ? Then under the gdb prompt type {{bt}} to get the C backtrace and post the result here.

> illegal hardware instruction
> ----------------------------
>
>                 Key: ARROW-4272
>                 URL: https://issues.apache.org/jira/browse/ARROW-4272
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.11.1
>         Environment: Python 3.6.7
> PySpark 2.4.0
> PyArrow: 0.11.1
> Pandas: 0.23.4
> NumPy: 1.15.4
> OS: Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Elchin
>            Priority: Critical
>         Attachments: core
>
>
> I can't import pyarrow, it crashes:
> {code:java}
> >>> import pyarrow as pa
> [1]    31441 illegal hardware instruction (core dumped)  python3{code}
> Core dump is attached to issue, it can help you to understand what is the problem.
> The environment is:
> Python 3.6.7
>  PySpark 2.4.0
>  PyArrow: 0.11.1
>  Pandas: 0.23.4
>  NumPy: 1.15.4
>  OS: Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)