SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
712 stars 109 forks source link

Avoid hang on aarch64 #316

Closed blitz closed 4 years ago

blitz commented 4 years ago

I believe this fixes #267 and should make kcov usable on aarch64.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 70.183% when pulling e2d76335ecd28eee52013673b60bfc2dea24fa55 on blitz:aarch64-hang into afa0acea5ba9c7f14cd92a687d212ece28340a02 on SimonKagstrom:master.

SimonKagstrom commented 4 years ago

Great stuff, thanks a lot!

MrXinWang commented 4 years ago

@blitz Thanks so much for submitting this for us! This is really a life saver :)

andreeaflorescu commented 4 years ago

@SimonKagstrom is it possible to create a release with the fix? Is there something that we can do? We have a few issues that are currently blocked because kcov was not available on arm.

SimonKagstrom commented 4 years ago

Certainly! I'm not able to verify the Aarch64 stuff myself though, but I'll release a new version tomorrow or on Saturday.

andreeaflorescu commented 4 years ago

@SimonKagstrom thanks a lot!

SimonKagstrom commented 4 years ago

@andreeaflorescu I've now released v38, which contains @blitz 's fix.