kcov is running as expected exept that it never finishes

121 views Asked by At

Hi I want to calculate my coverage using kcov (for rust) but when I run the following:

kcov target/cov target/debug/foo-9685a754b64cd612

Kcov right the result in target/cov but it never return and I am having to kill the prosses with signal segfault (C-c is not working for some reason).

this behaviour only happens with my project to; I cloned another project and it finishes correctly.

How do i stop this madness?

0

There are 0 answers