[
https://issues.apache.org/jira/browse/ARROW-15240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468211#comment-17468211
]
Gustavo commented on ARROW-15240:
---------------------------------
{noformat}
Dump of assembler code for function
_ZN5arrow7compute16ArraySortOptionsC2ENS0_9SortOrderENS0_13NullPlacementE:
0x00007f86e5919180 <+0>: mov 0x11e7769(%rip),%rax #
0x7f86e6b008f0
<_ZN5arrow7compute8internal12_GLOBAL__N_1L21kArraySortOptionsTypeE>
0x00007f86e5919187 <+7>: movd %esi,%xmm0
=> 0x00007f86e591918b <+11>: pinsrd $0x1,%edx,%xmm0
0x00007f86e5919191 <+17>: mov %rax,0x8(%rdi)
0x00007f86e5919195 <+21>: mov 0x11cc974(%rip),%rax #
0x7f86e6ae5b10
0x00007f86e591919c <+28>: movq %xmm0,0x10(%rdi)
0x00007f86e59191a1 <+33>: add $0x10,%rax
0x00007f86e59191a5 <+37>: mov %rax,(%rdi)
0x00007f86e59191a8 <+40>: ret
End of assembler dump.{noformat}
I just typed {_}disassemble{_}. I am a bit outside my normal environment. Let
me know if you need any more information.
> Python killed by SIGILL when importing pyarrow
> ----------------------------------------------
>
> Key: ARROW-15240
> URL: https://issues.apache.org/jira/browse/ARROW-15240
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 6.0.1
> Environment: Arch Linux, Linux kernel 5.15.12-arch1-1
> Python 3.10.1
> pyarrow-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> numpy-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> Reporter: Gustavo
> Priority: Major
> Attachments: backtrace
>
>
> I have a system running Linux on an old AMD Athlon™ II X2 250 Processor (in
> case it matters). In a test environment I installed Python 3.10.1, pyarrow
> 6.0.1 and numpy 1.22.0.
> *The problem*
> Calling just a simple
> {code:java}
> import pyarrow{code}
> Results on a dead python interpreter (exit code 132) with the output
> {noformat}
> [1] 28245 illegal hardware instruction (core dumped) python{noformat}
>
> I have attached the backtrace gdb provides based on the core dump.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)