sourcebitapps / coverstory

Automatically exported from code.google.com/p/coverstory
Apache License 2.0
0 stars 0 forks source link

Unable to open a folder that has code coverage files #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup project in Xcode 4.5 with LLVM Apple compiler
2. Set project up for code coverage
3. Point CoverStory using the Open option to the folder that has code coverage 
files. All the (.o, .d, .dia, .gcda, .gdno) files are under this directory. 
There are no sub folders.

What is the expected output? What do you see instead?
CoverStory should provide an overview of the whole project. Right now it just 
spins endlessly and doesn't show anything.

PS. If I try to open an individual .gcda files it would give code coverage for 
that. But would give a warning: gcno:version '404' perfer '402'.

What version of the product are you using? On what operating system?
CoverStory:4.3
Mac OS 10.7.4

Please provide any additional information below.

Original issue reported on code.google.com by parekh.r...@gmail.com on 28 Nov 2012 at 11:34

GoogleCodeExporter commented 8 years ago
I'm encountering the same issue with a relatively large static library (69 gcda 
files).
It does NOT happen with another, smaller, static library in the same project 
(20 gcda files).
I'm using CoverStory 4.3 with Xcode 4.5.1 on Mac OS 10.7.5.

Original comment by uriaheis...@gmail.com on 6 Dec 2012 at 1:20

GoogleCodeExporter commented 8 years ago
I have the same issue.

In my case, with less than 103 gcda files, it works. Adding one more, the app 
spins endlessly as already said.

CoverStory 4.3 (I've also tried building it from the trunk), Xcode 4.5.1 on Mac 
OS 10.7.5.

There is a way to enabled some logs on the app so we can report more 
information about this issue? Thanks

Original comment by alessand...@gmail.com on 15 Dec 2012 at 4:43

GoogleCodeExporter commented 8 years ago
Quick fix attached.  No tests run as I just made it work for me.

Original comment by tracy.me...@gmail.com on 20 Dec 2012 at 1:29

Attachments:

GoogleCodeExporter commented 8 years ago
Should be fixed in 4.4

Original comment by dmaclach on 12 Jul 2013 at 7:39