system-pclub / GCatch

Statically Detecting Go Concurrency Bugs
GNU General Public License v2.0
435 stars 40 forks source link

How to deal with the problem that build SSA failed #47

Open xuxiaofan1203 opened 8 months ago

xuxiaofan1203 commented 8 months ago

1710495437002

Like this, when I want to check some projects, SSA build failed and report these problems "Fail. Package xx : error: type_err" At first, I think it's the problem due to importing dependencies wrongly, but after I solved the problem about import dependencies, the problem still can't be solved. I have tried to solve it, but all the ways don't work. I don't know why the problem happen and how to solve it.

BurtonQin commented 8 months ago

I upgraded the dependencies of GCatch but I have not fully tested it. You can try this: https://github.com/BurtonQin/GCatch/tree/generic

xuxiaofan1203 commented 7 months ago

I upgraded the dependencies of GCatch but I have not fully tested it. You can try this: https://github.com/BurtonQin/GCatch/tree/generic

Ok, thank you for your reply.