[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
[email protected] wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
SXNzdWUgIzE1MTMwIGhhcyBiZWVuIHVwZGF0ZWQgYnkgZHVlcnN0IChNYXJ0aW4gRMO8cnN0KS4K
5 messages
2018/09/30
[ruby-core:89161] Re: [Ruby trunk Bug#15130] open-uri hangs on cygwin
From:
Eric Wong <normalperson@...>
Date:
2018-09-25 09:29:08 UTC
List:
ruby-core #89161
[email protected] wrote: > When I run this, I get all the expected output, as follows: > ``` > Before sleeping > After sleeping, before method call > Before sleeping in method > After sleeping in method > ``` > but this script, rather than stopping after that (2 seconds overall), just hangs (for minutes), until I use Ctrl-C. If you don't hit Ctrl-C, what is the CPU usage of that script? (from top(1) or similar tools) Also, that would be a good time to attach "strace -f -p <PID>" and see what is going on. Thanks Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>