-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Description
What does 'go version' print? tip What steps reproduce the problem? git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cd linux/tools/perf make go test -c net/http this works: /path/to/perf probe -x /path/to/perf --line show_line_range this segfaults the perf tool: /path/to/perf probe -x /path/to/http.test --line findrunnable this usually happened due to bad DWARF info. What should have happened instead? print source code of function. Please provide any additional information below. GDB backtrace here: https://groups.google.com/d/msg/golang-dev/N9BHbxZtMRc/SPtt4pmdZqoJ