apache / arrow-flight-sql-postgresql

Apache Arrow Flight SQL adapter for PostgreSQL
https://arrow.apache.org/flight-sql-postgresql/
Apache License 2.0
65 stars 9 forks source link

Add a script to parse backtrace #175

Closed kou closed 10 months ago

kou commented 10 months ago

errbacktrace() uses glibc's backtrace(). It doesn't show source file and source line. So we need to run addr2line manually for them. We need a script for it.