[#102652] [Ruby master Bug#17664] Behavior of sockets changed in Ruby 3.0 to non-blocking — ciconia@...
Issue #17664 has been reported by ciconia (Sharon Rosner).
23 messages
2021/02/28
[ruby-core:102528] [Ruby master Bug#17338] ruby-spec stuck in "C-API Kernel function rb_rescue2"
From:
v.ondruch@...
Date:
2021-02-16 08:57:41 UTC
List:
ruby-core #102528
Issue #17338 has been updated by vo.x (Vit Ondruch). Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: REQUIRED jeremyevans0 (Jeremy Evans) wrote in #note-4: > I think @nobu fixed this issue a different way in commit:97cf290063ab940d08819cd96cbcca0ef6d50e4c. If this is still an issue, please reopen. Thx for pointing this. It helps it seems. I have used the whole [PR#4159](https://github.com/ruby/ruby/pull/4159) which seems to make the backport a bit easier. ---------------------------------------- Bug #17338: ruby-spec stuck in "C-API Kernel function rb_rescue2" https://bugs.ruby-lang.org/issues/17338#change-90427 * Author: vo.x (Vit Ondruch) * Status: Closed * Priority: Normal * Assignee: Eregon (Benoit Daloze) * ruby -v: ruby 3.0.0dev (2020-11-20 master 1f7b557890) [i386-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: REQUIRED ---------------------------------------- Trying to build Ruby on Fedora Rawhide, the ruby-spec test suite gets stuck on some platforms (I noticed this on i686 and ppc64le) somewhere around: ~~~ C-API Kernel function rb_rescue2 - only rescues if one of the passed exceptions is raised ~~~ I have tried to disable the last test listed via `-P 'only rescues if one of the passed exceptions is raised'` but the test suite is stuck again. My next suspect is [1]. [1]: https://github.com/ruby/spec/commit/fb363fb1d4382f6cc25ac3dde5d44afeccf7f80c -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>