[#83773] [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769 — usa@...
Issue #14108 has been updated by usa (Usaku NAKAMURA).
9 messages
2017/11/15
[#83774] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
[email protected] wrote:
[#83775] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— "U.NAKAMURA" <usa@...>
2017/11/15
Hi, Eric
[#83779] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
"U.NAKAMURA" <[email protected]> wrote:
[#83781] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— "U.NAKAMURA" <usa@...>
2017/11/15
Hi, Eric,
[#83782] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
IlUuTkFLQU1VUkEiIDx1c2FAZ2FyYmFnZWNvbGxlY3QuanA+IHdyb3RlOgo+IEhpLCBFcmljLAo+
[ruby-core:83706] [Ruby trunk Bug#14078] Test Failure - OpenSSL::TestSSLSession#test_ctx_server_session_cb - with OpenSSL 1.1.0g
From:
Greg.mpls@...
Date:
2017-11-09 16:49:16 UTC
List:
ruby-core #83706
Issue #14078 has been updated by MSP-Greg (Greg L). I've tried to repro this locally and on Appveyor. Running the test twenty times, using runner.rb, both parallel and not, no failures, see https://ci.appveyor.com/project/MSP-Greg/testing-appveyor/build/4 Locally, I can't repro with a full build. But, it was failing with a full Appveyor build. For now, I've patched around it. I'll try to check it from time to time in the future. @rhenium - I'm okay to close, I'll revisit if I determine what's going on... ---------------------------------------- Bug #14078: Test Failure - OpenSSL::TestSSLSession#test_ctx_server_session_cb - with OpenSSL 1.1.0g https://bugs.ruby-lang.org/issues/14078#change-67729 * Author: MSP-Greg (Greg L) * Status: Feedback * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-11-04 trunk 60635) [x64-mingw32] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- The most recent ruby-loco MinGW build (using OpenSSL 1.1.0g) failed with the following failure. It was the only failure/error in the build. ``` Retrying... [1/9] OpenSSL::TestSSLSession#test_ctx_client_session_cb = 0.10 s [2/9] OpenSSL::TestSSLSession#test_ctx_server_session_cb = 0.28 s [3/9] OpenSSL::TestSSLSession#test_dup = 0.00 s [4/9] OpenSSL::TestSSLSession#test_resumption = 0.36 s [5/9] OpenSSL::TestSSLSession#test_server_session_cache = 0.75 s [6/9] OpenSSL::TestSSLSession#test_session = 0.09 s [7/9] OpenSSL::TestSSLSession#test_session_exts_read = 0.00 s [8/9] OpenSSL::TestSSLSession#test_session_time = 0.00 s [9/9] OpenSSL::TestSSLSession#test_session_timeout = 0.00 s 1) Failure: OpenSSL::TestSSLSession#test_ctx_server_session_cb [C:/projects/ruby-loco/src/ruby/test/openssl/utils.rb:268]: exceptions on 1 threads: #<Thread:0x000000000299c008@C:/projects/ruby-loco/src/ruby/test/openssl/utils.rb:244 dead>: C:/projects/ruby-loco/src/ruby/test/lib/minitest/unit.rb:201:in `assert': <true> expected but was <false>. (MiniTest::Assertion) from C:/projects/ruby-loco/src/ruby/test/lib/test/unit/assertions.rb:37:in `assert' from C:/projects/ruby-loco/src/ruby/test/lib/test/unit/assertions.rb:300:in `assert_equal' from C:/projects/ruby-loco/src/ruby/test/openssl/test_ssl_session.rb:338:in `block (2 levels) in test_ctx_server_session_cb' from C:/projects/ruby-loco/src/ruby/test/openssl/test_ssl_session.rb:388:in `server_connect_with_session' from C:/projects/ruby-loco/src/ruby/test/openssl/test_ssl_session.rb:331:in `block in test_ctx_server_session_cb' from C:/projects/ruby-loco/src/ruby/test/openssl/utils.rb:246:in `block (2 levels) in start_server' ``` I did look at the openssl/openssl pr mentioned in the test comments, but the conversation was beyond my c & OpenSSL knowledge... Thanks. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>