Stas Bekman wrote:
I've seen those too sometimes. What's OS 10053 on win32? ECONNABORTED?
WSAECONNABORTED
Software caused connection abort.
An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error.
perl t\TEST -v t\preconnection\note.t t\filter\in_str_bin_data.t t\apache\discard_rbody.t
Can't reproduce that, please run:
t\SMOKE -bug t\preconnection\note.t t\filter\in_str_bin_data.t t\apache\discard_rbody.t
C:\Dev\debug\modperl-2.0>c:\dev\debug\perl\bin\perl t\SMOKE -bug t\preconnection\note.t t\filter\in_str_bin_data.t t\apache\discard_rbody.t
[ info] Report file: C:\Dev\debug\modperl-2.0\smoke-report-Thu_Aug_19_21-44-34_2004.txt
[warning] running t/TEST in the bug report mode
t\preconnection\note......ok
t\filter\in_str_bin_data..ok
t\apache\discard_rbody....FAILED
[ error] ------------------------------------------------------------
[ error] *** run log ***
t\apache\discard_rbody....1..3
# Running under perl version 5.008005 for MSWin32
# Current time local: Thu Aug 19 21:44:56 2004
# Current time GMT: Thu Aug 19 19:44:56 2004
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.13
# testing : data consumption: none
# expected: none
# received: none
ok 1
# Failed test 2 in t\apache\discard_rbody.t at line 15 fail #2
# testing : data consumption: partial
# expected: partial
# received: 500 Unknown error
not ok 2
# testing : data consumption: all
# expected: all
# received: all
ok 3
FAILED test 2
Failed 1/3 tests, 66.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\apache\discard_rbody.t 3 1 33.33% 2 Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay. [ error] error running tests (please examine t\logs\error_log)
[ error] *** C:\Dev\debug\modperl-2.0\t\logs\error_log ***
[Thu Aug 19 21:44:58 2004] [info] (OS 10053)Eine bestehende Verbindung wurde softwaregesteuert durch den Hostcomputer abgebrochen. : core_output_filter: writing data to the network
[ error] *** C:\Dev\debug\modperl-2.0\t\logs\access_log ***
127.0.0.1 - - [19/Aug/2004:21:44:58 +0200] "POST /TestApache__discard_rbody?none HTTP/1.0" 200 4
127.0.0.1 - - [19/Aug/2004:21:44:58 +0200] "POST /TestApache__discard_rbody?partial HTTP/1.0" 200 7
The access log says that the failing test wasn't really failing, as you can see the stamp 200, so it must be some glitch on the data transport level. Could it be a fault of LWP? Try the same test after you have set:
APACHE_TEST_PRETEND_NO_LWP=1, in which case it won't use LWP as the client and talk directly through the socket...
-- __________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]