lidavidm commented on PR #33720: URL: https://github.com/apache/arrow/pull/33720#issuecomment-1385495818
Ah right, now I remember why catchsegv isn't great. We're building in release mode... ``` Backtrace: /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x17b5bb7)[0x7fed49842bb7] /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x17a1d83)[0x7fed4982ed83] /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x591c6a)[0x7fed4861ec6a] /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x16d882f)[0x7fed4976582f] /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x591c6a)[0x7fed4861ec6a] /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x12d5a94)[0x7fed49362a94] /usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1100(+0x591c6a)[0x7fed4861ec6a] /lib/x86_64-linux-gnu/libc.so.6(+0x3b4d7)[0x7fed4c6c94d7] /lib/x86_64-linux-gnu/libc.so.6(+0x3b67a)[0x7fed4c6c967a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fed4c6b1d11] python(_start+0x2a)[0x559a27a1508a] ``` -- 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]
