Hi, I just found `ltrace` would yield "Couldn't find .dynsym or .dynstr in "/proc/*/exe" with executable binary generated by "go build *.go".
Is there any options in `go build` could solve this problem? Thanks a lot. PS: $go version go version go1.9 linux/amd64 $ cat hi.go package main import "fmt" func main() { fmt.Println("hi!") } $ go build hi.go $ ltrace ./hi Couldn't find .dynsym or .dynstr in "/proc/`*`/exe" -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.