Index: [Article Count Order] [Thread]

Date:  Sun, 24 Feb 2002 10:27:21 +0900 (JST)
From:  GOTO Kentaro <gotoken@notwork.org>
Subject:  [webrickja:8] ? BAD file descriptor
To:  webrickja@notwork.org
Message-Id:  <20020224.102721.71561514.gotoken@notwork.org>
X-Mail-Count: 00008

とりあえず報告だけなんですが、
htproxy.rb Rev 1.1.2.6 でしばらく遊んでると、
うんともすんともいわなくなりました。

んで、^Cを何度か叩いてINTを送るとこんなん出ました。
なんか考えられることはありますか?

[2002-02-24 10:13:17] DEBUG close: 127.0.0.1:2206
^C[2002-02-24 10:18:28] ERROR Errno::EBADF: Bad file descriptor
        ../../lib/webrick/server.rb:122:in `select'
        ../../lib/webrick/server.rb:122:in `start'
        ../../lib/webrick/server.rb:83:in `start'
        ../../lib/webrick/server.rb:83:in `start'
        htproxy.rb:310
[2002-02-24 10:18:28] INFO  going to shutdown ...
/usr/local/lib/ruby/1.6/thread.rb:253:in `stop': stopping only thread (ThreadError)
        note: use sleep to stop forever
        from /usr/local/lib/ruby/1.6/thread.rb:253:in `push'
        from ../../lib/webrick/server.rb:139:in `start'
        from ../../lib/webrick/server.rb:139:in `times'
        from ../../lib/webrick/server.rb:139:in `start'
        from ../../lib/webrick/server.rb:83:in `start'
        from ../../lib/webrick/server.rb:83:in `start'
        from htproxy.rb:310

-- Gotoken