On Mon, Jun 05, 2006 at 08:13:38PM -0700, Scott Wang wrote:

> Hi All,
> 
> I got below error message from running "cover" to
> merge my coverage data, any clue? The "Magic number
> checking on storable file ..." message also shows up
> in my test log, I am wondering if this means that my
> coverage database has corrupted somehow.
> 
> =============
> Reading database from ...
> Magic number checking on storable file failed at
> ../../lib/Storable.pm (autosplit into
> ../../lib/auto/Storable/_retrieve.al) line 331, at
> Devel/Cover/DB/Structure.pm line 269
> =============

I think so.  Perhaps nothing was written to the database at all?

$ perl -MStorable -e 'retrieve "/dev/null"'
Magic number checking on storable file failed at ../../lib/Storable.pm
(autosplit into ../../lib/auto/Storable/_retrieve.al) line 331, at -e
line 1

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

Reply via email to