Issue #5039 has been updated by Motohiro KOSAKI.
Category set to core
Status changed from Open to Assigned
Assignee set to Hiroshi N.
Target version set to 1.9.3
Bug #5039: Re: socket related errors on chkbuild
Author: Akira T.
Status: Assigned
Priority: Normal
Assignee: Hiroshi N.
Category: core
Target version: 1.9.3
ruby -v: -
2011年7月16日23:09 Tanaka A. [email protected]:
- Error:
test_write_nonblock(OpenSSL::TestPair):これは原因が違うようで、直っていません。
これが起き始めたのはそんなに古くないのですね。
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/log/20110624T071200Z.diff.html.gz
からなんですが、
+Fri Jun 24 15:54:14 2011 Hiroshi N. [email protected]
+
-
* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown
SSL
-
connection more gracefully. Call SSL_shutdown() max 4 times
until it
-
returns 1 (success). Bi-directional SSL close has several
states but
-
SSL_shutdown() kicks only 1 transition per call. Max 4 is
from
-
mod_ssl.c of Apache httpd that says 'max 2x pending + 2x data
= 4’.
-
See #4237.
というコミット以来のようです。
[田中 哲][たなか あきら][Tanaka A.]