I use callgrind to profile a small piece of code. Callgrind output files are well generated, their contents look fine, but I cannot open them with kcachegrind: I get the following error message:
Failed to open the file "callgrind.out.4953". Check it out, and you have sufficient rights to read it.
I have all the permissions on the files and directories in which they are located, but with the same problem. In addition, it works well with another project, in a different folder in the same workspace. I also clarify that in both cases the processes terminate correctly.
source share