This attached exception log was generated after sending a reply,
before the inbox buffer was redisplayed.

I have the following small modifications to 99e62d55 included (still
required for importing to xapian in my case):

--snip--
-    raise ArgumentError, "expecting a symbol" unless t.is_a? Symbol
+    t = t.intern if t.is_a? String
+
+    unless t.is_a? Symbol
+      m = "expecting a symbol, got a #{t.class} (#{t.to_s})"
+      raise ArgumentError, m
+    end
+
--snip--

Thanks
-Ben
-- 
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302

GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
--- RuntimeError from thread: main
DocNotFoundError: No termlist found for document 2478134195
/usr/lib/ruby/site_ruby/1.8/xapian.rb:239:in `doclength'
/usr/lib/ruby/site_ruby/1.8/xapian.rb:239:in `postlist'
/usr/lib/ruby/site_ruby/1.8/xapian.rb:59:in `_safelyIterate'
/usr/lib/ruby/site_ruby/1.8/xapian.rb:237:in `postlist'
./sup/xapian_index.rb:361:in `term_docids'
./sup/xapian_index.rb:160:in `each_message_in_thread_for'
./sup/thread.rb:341:in `load_thread_for_message'
./sup/modes/thread-index-mode.rb:696:in `add_or_unhide'
./sup/modes/thread-index-mode.rb:694:in `synchronize'
./sup/modes/thread-index-mode.rb:694:in `add_or_unhide'
./sup/modes/thread-index-mode.rb:188:in `handle_added_update'
./sup/update.rb:26:in `send'
./sup/update.rb:26:in `relay'
./sup/update.rb:26:in `each'
./sup/update.rb:26:in `relay'
./sup/util.rb:520:in `send'
./sup/util.rb:520:in `method_missing'
./sup/poll.rb:167:in `add_new_message'
./sup/util.rb:520:in `send'
./sup/util.rb:520:in `method_missing'
./sup/sent.rb:32:in `write_sent_message'
./sup/poll.rb:152:in `each_message_from'
./sup/maildir.rb:160:in `each'
./sup/maildir.rb:157:in `upto'
./sup/maildir.rb:157:in `each'
./sup/util.rb:560:in `send'
./sup/util.rb:560:in `__pass'
./sup/util.rb:547:in `method_missing'
./sup/poll.rb:140:in `each_message_from'
./sup/util.rb:520:in `send'
./sup/util.rb:520:in `method_missing'
./sup/sent.rb:30:in `write_sent_message'
./sup/util.rb:520:in `send'
./sup/util.rb:520:in `method_missing'
./sup/modes/edit-message-mode.rb:323:in `send_message'
./sup/mode.rb:51:in `send'
./sup/mode.rb:51:in `handle_input'
./sup/buffer.rb:260:in `handle_input'
../bin/sup:238

Attachment: signature.asc
Description: PGP signature

_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to