amoeba commented on issue #47229: URL: https://github.com/apache/arrow/issues/47229#issuecomment-3138537418
Hi @epigramx reporting here is fine. I can reproduce on an aarch64 pi, ```sh pi@pi:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye pi@pi:~$ arch aarch64 pi@pi:~$ python3 -m pip install pyarrow Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyarrow Downloading pyarrow-21.0.0-cp39-cp39-manylinux_2_28_aarch64.whl (41.1 MB) |████████████████████████████████| 41.1 MB 4.2 kB/s Installing collected packages: pyarrow Successfully installed pyarrow-21.0.0 pi@pi:~$ python Python 3.9.2 (default, Mar 20 2025, 02:07:39) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pyarrow Illegal instruction ``` <details> <summary>Full backtrace</summary> ```sh (gdb) thread apply all bt Thread 1 (Thread 0x7ff7cee040 (LWP 338998) "python"): #0 0x0000007ff4aa947c in _mi_options_init () from /home/pi/.local/lib/python3.9/site-packages/pyarrow/libarrow.so.2100 #1 0x0000007ff4aa7818 in _mi_auto_process_init () from /home/pi/.local/lib/python3.9/site-packages/pyarrow/libarrow.so.2100 #2 0x0000007ff7fdac9c in call_init (l=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffffffb38, env=env@entry=0x7ffffffb48) at dl-init.c:72 #3 0x0000007ff7fdada4 in call_init (env=0x7ffffffb48, argv=0x7ffffffb38, argc=1, l=<optimized out>) at dl-init.c:30 #4 _dl_init (main_map=0xa3adb0, argc=1, argv=0x7ffffffb38, env=0x7ffffffb48) at dl-init.c:119 #5 0x0000007ff7dfb1c4 in __GI__dl_catch_exception (exception=0x0, operate=0x7ff7fde130 <call_dl_init>, args=0x7fffffca50) at dl-error-skeleton.c:182 #6 0x0000007ff7fded28 in dl_open_worker (a=a@entry=0x7fffffcca0) at dl-open.c:758 #7 0x0000007ff7dfb164 in __GI__dl_catch_exception (exception=0x7fffffcc88, operate=0x7ff7fde9b0 <dl_open_worker>, args=0x7fffffcca0) at dl-error-skeleton.c:208 #8 0x0000007ff7fde610 in _dl_open (file=0x7ff76f75d0 "/home/pi/.local/lib/python3.9/site-packages/pyarrow/lib.cpython-39-aarch64-linux-gnu.so", mode=-2147483646, caller_dlopen=0x603740, nsid=-2, argc=1, argv=0x7ffffffb38, env=0x7ffffffb48) at dl-open.c:837 #9 0x0000007ff7f880b4 in dlopen_doit (a=a@entry=0x7fffffcf58) at dlopen.c:66 #10 0x0000007ff7dfb164 in __GI__dl_catch_exception (exception=exception@entry=0x7fffffcee0, operate=0x7ff7f88050 <dlopen_doit>, args=0x7fffffcf58) at dl-error-skeleton.c:208 #11 0x0000007ff7dfb230 in __GI__dl_catch_error (objname=0x97c5a0, errstring=0x97c5a8, mallocedp=0x97c598, operate=<optimized out>, args=<optimized out>) at dl-error-skeleton.c:227 #12 0x0000007ff7f88960 in _dlerror_run (operate=operate@entry=0x7ff7f88050 <dlopen_doit>, args=args@entry=0x7fffffcf58) at dlerror.c:170 #13 0x0000007ff7f88154 in __dlopen (file=<optimized out>, mode=<optimized out>) at dlopen.c:87 #14 0x0000000000603740 in ?? () #15 0x0000000000554ed8 in ?? () #16 0x00000000004b4cbc in ?? () #17 0x000000000049b998 in _PyEval_EvalFrameDefault () #18 0x00000000004985d8 in ?? () #19 0x00000000004b41c0 in _PyFunction_Vectorcall () #20 0x000000000049e3a8 in _PyEval_EvalFrameDefault () #21 0x00000000004b3f68 in _PyFunction_Vectorcall () #22 0x000000000049a318 in _PyEval_EvalFrameDefault () #23 0x00000000004b3f68 in _PyFunction_Vectorcall () #24 0x000000000049a164 in _PyEval_EvalFrameDefault () #25 0x00000000004b3f68 in _PyFunction_Vectorcall () #26 0x000000000049a164 in _PyEval_EvalFrameDefault () #27 0x00000000004b3f68 in _PyFunction_Vectorcall () #28 0x000000000049a164 in _PyEval_EvalFrameDefault () #29 0x00000000004b3f68 in _PyFunction_Vectorcall () #30 0x00000000004b32f0 in ?? () #31 0x00000000004cdfd0 in _PyObject_CallMethodIdObjArgs () #32 0x00000000004cccf4 in PyImport_ImportModuleLevelObject () #33 0x000000000049c0a0 in _PyEval_EvalFrameDefault () #34 0x00000000004985d8 in ?? () #35 0x0000000000498374 in _PyEval_EvalCodeWithName () #36 0x0000000000498308 in PyEval_EvalCode () #37 0x00000000004d7dec in ?? () #38 0x00000000004b4cbc in ?? () #39 0x000000000049b998 in _PyEval_EvalFrameDefault () #40 0x00000000004985d8 in ?? () #41 0x00000000004b41c0 in _PyFunction_Vectorcall () #42 0x000000000049e3a8 in _PyEval_EvalFrameDefault () #43 0x00000000004b3f68 in _PyFunction_Vectorcall () #44 0x000000000049a318 in _PyEval_EvalFrameDefault () #45 0x00000000004b3f68 in _PyFunction_Vectorcall () #46 0x000000000049a164 in _PyEval_EvalFrameDefault () #47 0x00000000004b3f68 in _PyFunction_Vectorcall () #48 0x000000000049a164 in _PyEval_EvalFrameDefault () #49 0x00000000004b3f68 in _PyFunction_Vectorcall () #50 0x00000000004b32f0 in ?? () #51 0x00000000004cdfd0 in _PyObject_CallMethodIdObjArgs () #52 0x00000000004cccf4 in PyImport_ImportModuleLevelObject () #53 0x000000000049c0a0 in _PyEval_EvalFrameDefault () #54 0x00000000004985d8 in ?? () #55 0x0000000000498374 in _PyEval_EvalCodeWithName () #56 0x0000000000498308 in PyEval_EvalCode () #57 0x000000000060252c in ?? () #58 0x00000000005fe6a0 in ?? () #59 0x0000000000421130 in ?? () #60 0x0000000000420dd0 in PyRun_InteractiveLoopFlags () #61 0x0000000000601be0 in PyRun_AnyFileExFlags () #62 0x00000000005f69fc in Py_RunMain () #63 0x00000000005d60e8 in Py_BytesMain () #64 0x0000007ff7d10dd8 in __libc_start_main (main=0x5d5fe8 <_start+56>, argc=1, argv=0x7ffffffb38, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=<optimized out>) at ../csu/libc-start.c:308 #65 0x00000000005d5fe4 in _start () Backtrace stopped: previous frame identical to this frame (corrupt stack?) ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org