cosmicperl has asked for the wisdom of the Perl Monks concerning the following question:
When I ran the cgi in my browser I got:-do ('t/00modules.t');
The CPU hits 100% for a few seconds then I get a popup saying:-1..2 ok 1 - use module; ok 2 - DateNext() should increment the date by 1 day doneFree to wrong pool 222c90 not 40c01b1 during global destruction.
Seems this is causing a perl to panic. If I run the test through the command line it works fine.Perl Command Line Interpreter has encountered a problem and needs to c +lose. We are sorry for the inconvenience.
use Test::Harness::Straps; my $strap = new Test::Harness::Straps; my %results = $strap->analyze_file( 't/00modules.t' ); use Data::Dumper; print Data::Dumper->Dump([\%results]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running test filese from a cgi
by Your Mother (Archbishop) on Apr 26, 2008 at 16:47 UTC | |
by cosmicperl (Chaplain) on Apr 26, 2008 at 17:49 UTC | |
|
Re: Running test filese from a cgi
by stiller (Friar) on Apr 26, 2008 at 16:32 UTC |