From: Tasos Laskos Date: 2010-07-29T17:16:48+09:00 Subject: Re: Problem with concurrency Tasos Laskos wrote: > Robert Klemme wrote: >> On 07/29/2010 07:55 AM, Tasos Laskos wrote: >>> list.) >>> >>> >>> while( handle_interrupt( ) ) >>> >>> without an error. >> Try this at the top of your program: >> >> Thread.abort_on_exception = true >> >> Then you will probably see errors. >> >> Kind regards >> >> robert > > Hi Robert, > > Thanks for the reply, however I didn't see any errors. > > This is going to be a bitch to debug... Huh...it seems that the problem was actually caused by the localhost webserver. My laptop had a crazy uptime and all its memory (virtual and ram) had been somewhat exhausted. After a reboot everything started to work fine. I can't believe all those hours of debugging went to waist. -- Posted via http://www.ruby-forum.com/.