From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.103.218.7 with SMTP id v7cs66960muq; Mon, 29 Mar 2010 13:38:48 -0700 (PDT) Received: by 10.224.42.140 with SMTP id s12mr1991151qae.168.1269895125732; Mon, 29 Mar 2010 13:38:45 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 6si3623473qwd.47.2010.03.29.13.38.45; Mon, 29 Mar 2010 13:38:45 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B87C318582F3; Mon, 29 Mar 2010 16:38:44 -0400 (EDT) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 4595318582E9 for ; Mon, 29 Mar 2010 16:38:35 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1NwLjE-0007qN-7X for sup-devel@rubyforge.org; Mon, 29 Mar 2010 16:38:34 -0400 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: anonymous Date: Mon, 29 Mar 2010 20:38:31 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1269895111.8.0.502890815182.issue87@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1269895111.8.0.502890815182.issue87@masanjin.net> Subject: [sup-devel] [issue87] undefined method `<' for nil:NilClass in index.rb:truncate_date X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Reply-To: Sup issue tracker , Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org New submission from anonymous: [Mon Mar 29 13:36:23 -0700 2010] ERROR: oh crap, an exception ---------------------------------------------------------------- I'm very sorry. It seems that an error occurred in Sup. Please accept my sincere apologies. Please submit the contents of /home/emarinelli/.sup/exception-log.txt and a brief report of the circumstances to http://masanjin.net/sup-bugs/ so that I might address this problem. Thank you! Sincerely, William ---------------------------------------------------------------- j--- NoMethodError from thread: user-invoked poll undefined method `<' for nil:NilClass /home/emarinelli/sup_experimental/sup/lib/sup/index.rb:691:in `truncate_date' /home/emarinelli/sup_experimental/sup/lib/sup/index.rb:580:in `sync_message' /home/emarinelli/sup_experimental/sup/lib/sup/index.rb:122:in `add_message' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:570:in `send' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:570:in `method_missing' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:190:in `add_new_message' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:132:in `do_poll' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:176:in `each_message_from' /home/emarinelli/sup_experimental/sup/lib/sup/maildir.rb:160:in `each' /home/emarinelli/sup_experimental/sup/lib/sup/maildir.rb:157:in `upto' /home/emarinelli/sup_experimental/sup/lib/sup/maildir.rb:157:in `each' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:610:in `send' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:610:in `__pass' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:597:in `method_missing' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:164:in `each_message_from' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:116:in `do_poll' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:104:in `each' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:104:in `do_poll' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:103:in `synchronize' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:103:in `do_poll' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:570:in `send' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:570:in `method_missing' /home/emarinelli/sup_experimental/sup/lib/sup/modes/poll-mode.rb:15:in `poll' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:50:in `poll_with_sources' /home/emarinelli/sup_experimental/sup/lib/sup/poll.rb:69:in `poll' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:570:in `send' /home/emarinelli/sup_experimental/sup/lib/sup/util.rb:570:in `method_missing' /home/emarinelli/sup_experimental/sup/bin/sup:332 /home/emarinelli/sup_experimental/sup/lib/sup.rb:76:in `reporting_thread' /home/emarinelli/sup_experimental/sup/lib/sup.rb:74:in `initialize' /home/emarinelli/sup_experimental/sup/lib/sup.rb:74:in `new' /home/emarinelli/sup_experimental/sup/lib/sup.rb:74:in `reporting_thread' /home/emarinelli/sup_experimental/sup/bin/sup:332 ---------- messages: 206 nosy: anonymous priority: bug ruby_version: ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux] status: unread sup_version: 1835048a7eaffbf1823b464f219302497080c11b title: undefined method `<' for nil:NilClass in index.rb:truncate_date _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel