只是试图让 gcov 启动并运行,得到以下错误:
$ gcov src/main.c -o build
build/main.gcno:version '404*', prefer '407*'
gcov: out of memory allocating 14819216480 bytes after a total of 135168 bytes
我正在使用 clang/profile_rt 来生成 gcov 需要的文件,我假设这可能与它有关。不过,它正在我的另一台计算机上运行,所以我认为它可以以某种方式修复。