From: ngotogenome@... Date: 2018-05-15T14:38:06+00:00 Subject: [ruby-core:87046] [Ruby trunk Bug#14761][Open] TestThread#test_join_limits hangs up on Solaris 10 with gcc Issue #14761 has been updated by ngoto (Naohisa Goto). Status changed from Closed to Open After splitting the test, TestThread#test_join_limit_negative_INT64_MIN fails. i.e. `limit=RbConfig::LIMITS['INT64_MIN']; t = Thread.new { sleep }; t.join(limit)` hangs up. ---------------------------------------- Bug #14761: TestThread#test_join_limits hangs up on Solaris 10 with gcc https://bugs.ruby-lang.org/issues/14761#change-72008 * Author: ngoto (Naohisa Goto) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- On Solaris 10, sparc architecture, when compiling ruby (r63417) by GCC (version 4.6.2), TestThread#test_join_limits did not end. The test ended successfully when compiling ruby by Oracle Developer Studio 12.5 or 12.6. -- https://bugs.ruby-lang.org/ Unsubscribe: