ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.82k stars 400 forks source link

Internal panic in pointer analysis #176

Open zhangwenqiang027 opened 3 months ago

zhangwenqiang027 commented 3 months ago

Internal panic in pointer analysis,who can resolve

Egor3f commented 3 months ago

https://github.com/ondrajz/go-callvis/pull/177 removed pointer analysis completely; not sure if it's the best solution, although program is usable now (with other analysis algorithms)