mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/drb/drb.rb: avoid creating a Thread and call the shutdown logic
directly. Do not try to kill or join the current Thread.
Thread.new { stop_service } caused "can't alloc thread (ThreadError)",
which is shown with Thread.report_on_exception = true.
[Bug #14171]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||
|---|---|---|
| .. | ||
| acl.rb | ||
| drb.rb | ||
| eq.rb | ||
| extserv.rb | ||
| extservm.rb | ||
| gw.rb | ||
| invokemethod.rb | ||
| observer.rb | ||
| ssl.rb | ||
| timeridconv.rb | ||
| unix.rb | ||