[#23457] [Bug #1471] "Mutual join" deadlock detection faulty in 1.8.6 and 1.8.7 — John Carter <redmine@...>

Bug #1471: "Mutual join" deadlock detection faulty in 1.8.6 and 1.8.7

17 messages 2009/05/15

[#23483] [Bug #1478] Ruby archive — Oleg Puchinin <redmine@...>

Bug #1478: Ruby archive

29 messages 2009/05/16
[#29225] [Feature #1478] Ruby archive — Luis Lavena <redmine@...> 2010/04/02

Issue #1478 has been updated by Luis Lavena.

[#30345] Re: [Feature #1478] Ruby archive — "NAKAMURA, Hiroshi" <nakahiro@...> 2010/05/21

On Fri, Apr 2, 2010 at 17:13, Luis Lavena <[email protected]> wrote:

[#30346] Re: [Feature #1478] Ruby archive — Jonathan Nielsen <jonathan@...> 2010/05/21

> Thanks for your comment.

[#30347] Re: [Feature #1478] Ruby archive — Jonathan Nielsen <jonathan@...> 2010/05/21

OK Hiroshi, I read some of the comments earlier in the thread that I

[#30355] Re: [Feature #1478] Ruby archive — Caleb Clausen <vikkous@...> 2010/05/21

On 5/20/10, Jonathan Nielsen <[email protected]> wrote:

[#30364] Re: [Feature #1478] Ruby archive — Benoit Daloze <eregontp@...> 2010/05/22

Hi,

[#23505] [Bug #1494] tempfile#unlink may silently fail on windows — Nicholas Manning <redmine@...>

Bug #1494: tempfile#unlink may silently fail on windows

19 messages 2009/05/19

[#23572] [Bug #1525] Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork? — Hongli Lai <redmine@...>

Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?

27 messages 2009/05/27

[#23595] Meaning of RUBY_PLATFORM — Rick DeNatale <rick.denatale@...>

The RUBY_PLATFORM constant is documented in the latest Pickaxe as "The

17 messages 2009/05/28
[#23596] Re: Meaning of RUBY_PLATFORM — Luis Lavena <luislavena@...> 2009/05/28

On Thu, May 28, 2009 at 3:41 PM, Rick DeNatale <[email protected]> wr=

[#23602] Re: Meaning of RUBY_PLATFORM — Rick DeNatale <rick.denatale@...> 2009/05/28

On Thu, May 28, 2009 at 2:52 PM, Luis Lavena <[email protected]> wrote:

[#23608] Re: Meaning of RUBY_PLATFORM — Luis Lavena <luislavena@...> 2009/05/28

On Thu, May 28, 2009 at 7:08 PM, Rick DeNatale <[email protected]> wr=

[#23609] Re: Meaning of RUBY_PLATFORM — Rick DeNatale <rick.denatale@...> 2009/05/29

On Thu, May 28, 2009 at 7:22 PM, Luis Lavena <[email protected]> wrote:

[ruby-core:23639] [Bug #1541] mingw ssl: Errno::ENOTSOCK: An operation was attempted on something that is not a socket.

From: Roger Pack <redmine@...>
Date: 2009-05-30 14:24:32 UTC
List: ruby-core #23639
Bug #1541: mingw ssl: Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
http://redmine.ruby-lang.org/issues/show/1541

Author: Roger Pack
Status: Open, Priority: Normal
ruby -v: ruby 1.9.2dev (2009-05-25 trunk 23567) [i386-mingw32]

If you delete test_io.rb and test_exception.rb and re-run make test-all for mingw, it completes!
Yea!

Here are a few bug reports from said run.
mingw32, gcc 3.4.5, TRUNK.

overall result: 6050 tests, 2510241 assertions, 40 failures, 89 errors, 7 skips

the first 9 look related:


  1) Error:
test_client_auth(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  2) Error:
test_client_session(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  3) Error:
test_connect_and_close(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  4) Error:
test_parallel(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  5) Error:
test_post_connection_check(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  6) Error:
test_read_and_write(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  7) Error:
test_server_session(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  8) Error:
test_ssl_read_nonblock(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'

  9) Error:
test_starttls(OpenSSL::TestSSL):
Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/.ext/common/openssl/ssl-internal.rb:160:in `accept'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:79:in `block in server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:76:in `server_loop'
    c:/dev/downloads/ruby_trunk/test/openssl/test_ssl.rb:124:in `block in start_server'


Thanks much for your help with any of these.  Just wanted to bring them to public knowledge, as well as the next ones.
-=r


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next