On Wed, Mar 09, 2005 at 05:16:31PM +0530, Manish Sapariya wrote:

> Hi,
> I am getting following error when I try to convert my gcov output files
> to Devel::Cover output format.
> 
> [EMAIL PROTECTED] src]$ cover
> Reading database from /home/manishs/tcpflow-0.21/src/cover_db
> Argument "\x{2f}\x{30}..." isn't numeric in addition (+) at 
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Devel/Cover/DB.pm 
> line 393.
> Argument "\x{2f}\x{30}..." isn't numeric in addition (+) at 
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Devel/Cover/DB.pm 
> line 393.
> A

That's very strange.  I have line 393 in that file as a comment.  Line
390 might produce that error however.

> [EMAIL PROTECTED] src]$ gcov -v
> gcov (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
> Copyright (C) 2001 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> [EMAIL PROTECTED] src]$ cover -v
> /usr/bin/cover version 0.52
> 
> Is there anything obvious that I am missing here.
> Any help will be appreciated. I am a perl beginer and could not figure
> out whats going wrong in DB.pm.

Your perl and gcov are both a little old but I wouldn't expect problems
there.  You're not somehow running cover with a different release of
Devel::Cover to that which ran gcov2perl?

Other than that, I'm not sure what to suggest.  If you can send me
enough to reproduce the problem I'd be glad to look into it.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to