jorisvandenbossche commented on issue #39562:
URL: https://github.com/apache/arrow/issues/39562#issuecomment-1887135413
I was using Python 3.11, and for that Python version, our latest uploaded
nightly wheel is from Monday, so before the change. Switching to Python 3.10
(for which there is a more recently uploaded wheel), I can reproduce the
failure.
Running with lldb:
```
ec2-user@ip-172-31-44-53 ~ % lldb python3.10 -- -m pytest --pyargs pyarrow
-k "test_parquet_dataset_lazy_filtering"
(lldb) target create "python3.10"
Current executable set to 'python3.10' (arm64).
(lldb) settings set -- target.run-args "-m" "pytest" "--pyargs" "pyarrow"
"-k" "test_parquet_dataset_lazy_filtering"
(lldb) run
Process 3670 launched: '/opt/homebrew/bin/python3.10' (arm64)
Process 3670 stopped
* thread #2, stop reason = exec
frame #0: 0x0000000100014560 dyld`_dyld_start
dyld`:
-> 0x100014560 <+0>: mov x0, sp
0x100014564 <+4>: and sp, x0, #0xfffffffffffffff0
0x100014568 <+8>: mov x29, #0x0
0x10001456c <+12>: mov x30, #0x0
Target 0: (Python) stopped.
```
Our wheel has of course no debug symbols, so I am not directly sure if the
above is informative (is there a way to find out what those addresses point
to?).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]