pitrou commented on issue #37010: URL: https://github.com/apache/arrow/issues/37010#issuecomment-1889644937
@prniii Oops, it seems like running under lldb may produce the wrong traceback according to https://bugzilla.redhat.com/show_bug.cgi?id=1006474 There is something else that you could try: 1. enable core dumps (perhaps using `ulimit -c unlimited`) 2. run `python -c "import pyarrow"` (not under lldb) 3. a core dump should be produced, on which you can run lldb to get a traceback of the actual crash (perhaps using `lldb python -c /path/to/core/file`) -- 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]
