On 8/22/2016 6:32 PM, Ian Lance Taylor wrote:
> Oh, whoops, I had an uncommitted change to my cgosymbolizer sources.
> I just committed it. You should `go get -u
> github.com/ianlancetaylor/cgosymbolizer`, after which I hope things
> will work better.
Indeed that did! The only difference now is t
On 8/22/2016 6:29 PM, Ian Lance Taylor wrote:
> What do you see when you run your program? This is what I see, and it
> is what I expect; note that "crash.c:5" line. Do you see something
> different? If this is what you see, how does it differ from what you
> expect?
What you have attached is w
Quite excited by the prospects of easier debugging of CGO applications
using runtime.SetCgoSymbolizer at work,
since we must necessarily use CGO, and it's usually been rather painful to
use a mix of delve, perf, and gdb to debug
these programs.
The documentation for this is rather (necessarily)