mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Error parsing gcno file #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create src and build directories (src containing source file build 
containing- gcno and gcda files)
2.trucov report

What is the expected output? What do you see instead?
Expected: Report generated. 
What I see:
Parsing gcno and gcda files .
ERROR: Failed to parse Gcno file source.gcno
Some parsing failures occured, try:
 (1) Compiling source code again.
 (2) Remove gcda files and run the executable.

What version of the product are you using? On what operating system?
10.1 . Ubuntu 12.04

Original issue reported on code.google.com by rashmi.i...@gmail.com on 16 Mar 2014 at 3:54