[coverstory-discuss:225] Re: Issue 21 in coverstory: can't open multiple .gcda or .gcdo files in one CoverStory window

17 views
Skip to first unread message

cover...@googlecode.com

unread,
Apr 18, 2010, 11:58:51 PM4/18/10
to coverstor...@googlegroups.com

Comment #12 on issue 21 by NathanIV: can't open multiple .gcda or .gcdo
files in one CoverStory window
http://code.google.com/p/coverstory/issues/detail?id=21

Hey Vegangeek....did you ever figure this out? Which Info.plist file did
you change?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "coverstory-discuss" group.
To post to this group, send email to coverstor...@googlegroups.com.
To unsubscribe from this group, send email to coverstory-disc...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coverstory-discuss?hl=en.

cover...@googlecode.com

unread,
Jun 2, 2010, 11:42:30 AM6/2/10
to coverstor...@googlegroups.com

Comment #13 on issue 21 by dmaclach: can't open multiple .gcda or .gcdo

Issue 27 has been merged into this issue.

cover...@googlecode.com

unread,
Jun 2, 2010, 11:50:37 AM6/2/10
to coverstor...@googlegroups.com

Comment #14 on issue 21 by vegangeek: can't open multiple .gcda or .gcdo

NathanIV:
I changed the Info.plist inside the coverstory application bundle as noted
in comment 10 and attached to
comment 11.

Last time I tried, I was able to open a smaller sized group of files with
my changed plist.

cover...@googlecode.com

unread,
Jun 2, 2010, 11:54:42 AM6/2/10
to coverstor...@googlegroups.com

Comment #15 on issue 21 by jgediting: can't open multiple .gcda or .gcdo

I too have had problems with this.

I've changed the Info.plist inside the CoverStory app as recommended but
CoverStory still freezes with the
spinner active. The message box as previously says "Found 114 GCDA files to
process." I've left it going for a
good 20 minutes and still nothing.

I've tried lots and lots of different things - cleaning and rebuilding etc.
I've opened the coverage files using
the command line gcov and I can open individual files in CoverStory fine,
but when it comes to a whole folder
it still fails loading.

I'm on Snow Leopard 10.6.3.

cover...@googlecode.com

unread,
Oct 11, 2010, 8:11:41 PM10/11/10
to coverstor...@googlegroups.com

Comment #16 on issue 21 by pgeo...@adobe.com: can't open multiple .gcda
or .gcdo files in one CoverStory window
http://code.google.com/p/coverstory/issues/detail?id=21

Had the same problem with an iOS4 project. Dug into the code. In my case
the problem was as follows:

The method processCoverageForFiles:inFolder: in CoverStoryDocument.m
constructs a shell script and executes it via a GTMScriptRunner. The script
runner invokes the script attaching pipes to stdout and stderr. Then it
reads the data from stdout followed by the data from stderr. The problem is
that stderr fills up with data and blocks the script from continuing.

I tried to modify the script runner to fix this but am not familiar enough
with this area. In the end I hacked the shell script so that it just sent
stderr to stdout:

NSString *script
= [NSString stringWithFormat:@"cd \"%@\" && /usr/bin/xargs -0
\"%@\" -l -o \"%@\" < \"%@\" 2>&1",
tempDir, gcovPath, folderPath, fileListPath];

This is good enough for me as a workaround for now. But I'd love to see a
real fix.

cover...@googlecode.com

unread,
Aug 9, 2011, 10:11:55 AM8/9/11
to coverstor...@googlegroups.com

Comment #17 on issue 21 by jojo.rudolph: can't open multiple .gcda or .gcdo

I'm experiencing the same problem. The solution outline in comment 16
(http://code.google.com/p/coverstory/issues/detail?id=21#c16) did the trick
for me too. However I'd like to see a proper fix from the maintainers as I
don't feel confident enough to poke in the code.

cover...@googlecode.com

unread,
Jul 21, 2012, 8:48:07 PM7/21/12
to coverstor...@googlegroups.com

Comment #18 on issue 21 by thoma...@gmail.com: can't open multiple .gcda
or .gcdo files in one CoverStory window
http://code.google.com/p/coverstory/issues/detail?id=21

The issues with stdout/stderr were reported in
http://code.google.com/p/coverstory/issues/detail?id=19&can=1, the but is
actually in GTM
http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=25.
Please keep this bug on track on if there are problems with opening folders.

cover...@googlecode.com

unread,
Feb 20, 2013, 1:35:30 PM2/20/13
to coverstor...@googlegroups.com

Comment #19 on issue 21 by dlre...@gmail.com: can't open multiple .gcda
or .gcdo files in one CoverStory window
http://code.google.com/p/coverstory/issues/detail?id=21

The work around from comment 16 is working for me as well. I also submitted
a patch to fix this bug to:
http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=25#c3

I'm hoping a project member can take a look.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

cover...@googlecode.com

unread,
Mar 8, 2013, 1:51:19 AM3/8/13
to coverstor...@googlegroups.com

Comment #20 on issue 21 by naveen.s...@gmail.com: can't open multiple .gcda
or .gcdo files in one CoverStory window
http://code.google.com/p/coverstory/issues/detail?id=21

I am facing the same problem as in comment #15. CoverStory freezes with
spinner active. The message box says "Found 241 GCDA files to process."

But it is working fine for 160 or less files in my iMac.

I am using Mac OS X 10.7.4, CoverStory 4.3.0

cover...@googlecode.com

unread,
Jul 12, 2013, 3:38:47 PM7/12/13
to coverstor...@googlegroups.com
Updates:
Status: Fixed

Comment #21 on issue 21 by dmaclach: can't open multiple .gcda or .gcdo
Should be fixed in 4.4
Reply all
Reply to author
Forward
0 new messages