lidavidm commented on PR #1599: URL: https://github.com/apache/arrow-adbc/pull/1599#issuecomment-2007304842
Hmm, addr2line doesn't work ``` #5 Object "/home/lidavidm/Code/arrow-adbc/python/adbc_driver_manager/adbc_driver_manager/_lib.cpython-311-x86_64-linux-gnu.so", at 0x7fc95b0c1158, in #4 Object "/home/lidavidm/Code/arrow-adbc/python/adbc_driver_sqlite/adbc_driver_sqlite/libadbc_driver_sqlite.so", at 0x7fc8cb94b4cb, in #3 Object "/home/lidavidm/Code/arrow-adbc/python/adbc_driver_sqlite/adbc_driver_sqlite/libadbc_driver_sqlite.so", at 0x7fc8cb94b3af, in ``` ``` $ addr2line -e /home/lidavidm/Code/arrow-adbc/python/adbc_driver_manager/adbc_driver_manager/_lib.cpython-311-x86_64-linux-gnu.so 0x7fc95b0c1158 ??:0 ``` Presumably because this is a virtual address, but we don't have the base. I remember catchsegv/libSegFault would print that, maybe we can improve backward.cpp... -- 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]
