nveloso commented on PR #45470: URL: https://github.com/apache/arrow/pull/45470#issuecomment-2664123575
> It might, but it would be nice to get a gdb backtrace of the uWSGI crash before going any further. It is weird that creating a piece of leaked memory would trigger a crash. Here is the stacktrace from gdb: ```bash (gdb) bt full #0 0x0000f1ed0376e7e0 in ?? () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #1 0x0000f1ed0376f630 in ?? () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #2 0x0000f1ed037cc734 in _Py_VaBuildStack () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #3 0x0000f1ed03717998 in ?? () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #4 0x0000f1ed0378d9a8 in PyObject_CallFunction () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #5 0x0000f1ed037c7468 in PyImport_Import () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #6 0x0000f1ed037c737c in PyImport_ImportModule () from /usr/local/bin/../lib/libpython3.9.so.1.0 No symbol table info available. #7 0x0000f1ed0321aa60 in get_uwsgi_pydict () from /usr/local/lib/python3.9/site-packages/pyuwsgi.cpython-39-aarch64-linux-gnu.so No symbol table info available. #8 0x0000f1ed03217c5c in uwsgi_python_atexit () from /usr/local/lib/python3.9/site-packages/pyuwsgi.cpython-39-aarch64-linux-gnu.so No symbol table info available. #9 0x0000f1ed03204928 in uwsgi_plugins_atexit () from /usr/local/lib/python3.9/site-packages/pyuwsgi.cpython-39-aarch64-linux-gnu.so No symbol table info available. #10 0x0000f1ed0396deb8 in ?? () from /lib/ld-musl-aarch64.so.1 No symbol table info available. #11 0x0000f1ed032b99f0 in ?? () from /usr/local/lib/python3.9/site-packages/pyuwsgi.cpython-39-aarch64-linux-gnu.so No symbol table info available. ``` -- 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]
