Joe Orton wrote: > With a HEAD of 2.0 and mod_perl built on Solaris 7/x86 against Perl > 5.6.1 (-Uuselargefiles) I got: > > Failed Test Status Wstat Total Fail Failed List of > Failed > -------------------------------------------------------------------------------- > t/apr-ext/uuid.t 0 139 3 0 0.00% ?? > t/filter/both_str_con_add.t 4 2 50.00% 3-4 > t/protocol/echo.t 3 1 33.33% 3 > t/protocol/echo_filter.t 3 1 33.33% 3 > 27 tests skipped.
failures from this group seems to be pretty common on certain platforms. I think stas knows what the problem is but just hasn't had the time. > [warning] server localhost:8529 shutdown > [ error] error running tests (please examine t/logs/error_log) > [ error] oh golly, server dumped core > > any of these known failures and/or worth looking at? > > the core dump was actually created by the 'perl' binary rather than > 'httpd'... 5.6.1 is ok for prefork but 5.8.0 is required for threaded MPMs, so if you're on worker all bets are off :) if on prefork maybe the dump has something to do with what stas already knows. --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
