go tool addr2line

该命令可以调用栈的地址转化为文件和行号。

Usage:

    go tool addr2line binary

Addr2line reads hexadecimal addresses, one per line and with optional 0x
prefix, from standard input. For each input address, addr2line prints two
output lines, first the name of the function containing the address and
second the file:line of the source code corresponding to that address.

This tool is intended for use only by pprof; its interface may change or it
may be deleted entirely in future releases.
最后编辑: kuteng  文档更新时间: 2022-07-29 14:34   作者:kuteng