Re: [Jruby-devel] Potential signal problem

2006-06-16 Thread Charles O Nutter
Maybe we should hold off on the Signal implementation for 0.9.0 so we can work out the best way to do it. It's not a huge deal for this release anyway, and we can figure it out immediately after.I'm not going to have much time at all to work on JRuby from now until Sunday or Monday, so I won't be a

Re: [Jruby-devel] Potential signal problem

2006-06-16 Thread Ola Bini
Hmm. That isn't the signal processing. It seems that thread still lives, which is why Java won't shut down. I'm not sure if my evaluation of the block in the new thread actually completes, or maybe leaves the other thread hanging? Could you take a look, when you have the time? I've probably not

[Jruby-devel] Potential signal problem

2006-06-16 Thread Charles O Nutter
I had the following issue under linux with all the recent patches applied.When I tried to C-c out of webrick, I saw this and then it sat there:[2006-06-16 11:14:09] INFO  going to shutdown ...When I C-z'ed it and forcibly killed it, it output this: [2006-06-16 11:16:33] INFO  WEBrick::HTTPServer#st