とりあえず報告だけなんですが、
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