Excerpts from Michael Stapelberg's message of 2010-03-09 18:06:35 +0100: > Hi Piotr, > > Excerpts from piotr.kempa's message of Mo Mär 08 12:20:02 +0100 2010: > > Thank you and Michael for the explanation. Now it all makes sense. I'll > > just > > keep watching the git repo in case a patch makes it there. Or this list. > > If > > anybody needs help testing such patch - I'm at your service. Coding it > > myself > > could be way over my head though... > I just sent an updated patch to sup-devel, you can find it at > http://rubyforge.org/pipermail/sup-devel/2010-March/000463.html > > Testing it would be appreciated. > > Best regards, > Michael
Hello Michael, Thank you. I just tried the patch and unfortunately sup crashes on me now. I patched the 0.11 version and checked that the patches were applied successfully (as far as I could at least). I'm attaching the crash log. The crash happens like this: I add the new source maildir with encrypted emails, run sup, it executes, sees the new source and starts indexing emails and then crashes. Hope this helps somehow. Piotr -- Piotr Kempa
--- NoMethodError from thread: poll after loading inbox undefined method `split' for nil:NilClass /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/message.rb:515:in `message_to_chunks' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/message.rb:420:in `multipart_encrypted_to_chunks' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/message.rb:435:in `message_to_chunks' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/message.rb:244:in `load_from_source!' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/message.rb:340:in `build_from_source' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:170:in `block in each_message_from' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/maildir.rb:160:in `block in each' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/maildir.rb:157:in `upto' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/maildir.rb:157:in `each' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:610:in `__pass' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:597:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:164:in `each_message_from' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:116:in `block (2 levels) in do_poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:104:in `each' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:104:in `block in do_poll' <internal:prelude>:8:in `synchronize' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:103:in `do_poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:570:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/modes/poll-mode.rb:15:in `poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:50:in `poll_with_sources' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/poll.rb:69:in `poll' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:570:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/bin/sup:231:in `block (2 levels) in <module:Redwood>' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup.rb:76:in `block in reporting_thread'
_______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
