kou commented on PR #1599:
URL: https://github.com/apache/arrow-adbc/pull/1599#issuecomment-2005673119

   > but when I saw it couldn't give the symbol name if we hide the symbols via 
linker script I was a little disappointed.
   
   `backtrace_symbols()` shows an address even when the symbol name can't be 
resolved. `addr2line` can show the corresponding source file/line by the 
address.
   
   FYI: 
https://github.com/groonga/groonga/blob/1caae5659a84b08c787e3466682aba424a141609/tools/parse-backtrace.rb#L264


-- 
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]

Reply via email to