divan / gotrace

Concurrency tracer and visualizer for Go (Golang) programming language
MIT License
1.97k stars 128 forks source link

panic: not a trace file #14

Closed struCoder closed 7 years ago

struCoder commented 7 years ago
wx20170621-160850 2x

Hope your help. Thanks.

divan commented 7 years ago

Hey thanks for reporting.

I think I've updated docker image to use Go1.8 branch of gotrace (and the trace format is updated there). You may try to switch to this branch and reinstall gotrace:

git checkout go18
go install

But there are a few issues need to be solved until it's merged with master.

struCoder commented 7 years ago

@divan it works.

Thanks for your help.

xueyouchao commented 7 years ago

Quick question, I tried go18 version and it seems I don't need to use docker or the other way to patch the go runtime anymore. It just works straight, right?