stacktrace icon indicating copy to clipboard operation
stacktrace copied to clipboard

Avoiding -ldl linking when using -DBOOST_STACKTRACE_USE_ADDR2LINE

Open sanketRmeshram opened this issue 1 year ago • 0 comments

While using addr2line binary to get the symbolic function information from address. We Fork and execute command in the child process. But currently, it requires unnecessarily linking Dynamic Loader (-ldl).

Changed the code to avoid that linking.

sanketRmeshram avatar Mar 16 '24 14:03 sanketRmeshram