From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 18 Dec 2007 20:45:01 -0800 Subject: [sup-talk] imap-related crash In-Reply-To: <1197628329-sup-723@silver> References: <1197628329-sup-723@silver> Message-ID: <1198039479-sup-4021@south> Excerpts from Ian Taylor's message of Fri Dec 14 02:34:16 -0800 2007: > /usr/lib/ruby/1.8/net/imap.rb:932:in `close': closed stream (IOError) > from /usr/lib/ruby/1.8/net/imap.rb:932:in `receive_responses' > from /usr/lib/ruby/1.8/net/imap.rb:923:in `initialize' > from /usr/lib/ruby/1.8/net/imap.rb:922:in `start' > from /usr/lib/ruby/1.8/net/imap.rb:922:in `initialize' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:221:in `new' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:221:in `unsafe_connect' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:218:in `initialize' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:218:in `new' Bizarre. Those lines are definitely in the context of a "rescue Exception" block. Typically when something nonsensical like this happens, it's because Net::IMAP is playing with threads and exceptions, but it's hard to figure out without the full exception. So, I don't have a good answer for this... -- William