Alexey Bozrikov wrote:

[taking the ModPerl-Registry branch of this multi-faced thread]

Now, make test in ModPerl-Registry yields some error messages:
[...]
t/404.t                        2    2 100.00%  1-2
t/bad_scripts.t                1    1 100.00%  1
t/basic.t                     18    1   5.56%  17
t/cgi.t                        2    1  50.00%  2
2 tests skipped.
Failed 4/14 test scripts, 71.43% okay. 5/70 subtests failed, 92.86% okay.
[warning] server localhost:8529 shutdown
[warning] port 8529 still in use...
...done
[  error] error running tests (please examine t/logs/error_log)
[unquote]

The Apache error log contains following:

[quote cat t/logs/error_log]
[Fri Jul 30 08:55:15 2004] [notice] Apache/2.0.49 (Unix) mod_perl/1.99_15-dev 
Perl/v5.8.4 PHP/5.0.0 DAV/2 configured -- resuming normal operations
[Fri Jul 30 08:55:15 2004] [info] Server built: Jul 15 2004 12:00:32
[Fri Jul 30 08:55:15 2004] [debug] prefork.c(955): AcceptMutex: sysvsem (default: 
sysvsem)

*** The following error entry is expected and harmless ***
[Fri Jul 30 08:55:55 2004] [error] 
/home/bozy/src/modperl-2.0/ModPerl-Registry/t/cgi-bin/cannot_be_found not found or 
unable to stat
[Fri Jul 30 08:55:55 2004] [error] mpxs_Apache__RequestRec_print: $r->print can't be 
called before the response phase during global destruction.\n
[Fri Jul 30 08:55:56 2004] [notice] child pid 16168 exit signal Segmentation fault (11)

You have a few segfaults reported. could you arrange for core files to be allowed? Apache-Test is already doing that (ulimit -c unlimited), but it doesn't seem to have an affect. Do you know why?


Once you get the core files, show us their backtraces.
http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults

Now while you are rebuilding things, please use the current modperl cvs, so we will be in sync. Thanks.
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to