From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.117.16 with SMTP id p16cs142090agc; Sun, 18 Oct 2009 05:14:32 -0700 (PDT) Received: by 10.224.12.141 with SMTP id x13mr2047570qax.337.1255868072209; Sun, 18 Oct 2009 05:14:32 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 27si4443739qyk.123.2009.10.18.05.14.32; Sun, 18 Oct 2009 05:14:32 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 527001D78831; Sun, 18 Oct 2009 08:14:29 -0400 (EDT) X-Greylist: delayed 1746 seconds by postgrey-1.31 at rubycentral.org; Sun, 18 Oct 2009 08:14:21 EDT Received: from landau.phys.spbu.ru (landau.phys.spbu.ru [195.19.235.38]) by rubyforge.org (Postfix) with ESMTP id 2B04718582BC for ; Sun, 18 Oct 2009 08:14:22 -0400 (EDT) Received: by landau.phys.spbu.ru (Postfix, from userid 509) id B0C1A17B668; Sun, 18 Oct 2009 15:45:08 +0400 (MSD) Received: from kirr by landau.phys.spbu.ru with local (Exim 4.69) (envelope-from ) id 1MzUGu-0003Ih-2b for sup-talk@rubyforge.org; Sun, 18 Oct 2009 15:50:00 +0400 Date: Sun, 18 Oct 2009 15:50:00 +0400 From: Kirill Smelkov To: sup-talk@rubyforge.org Message-ID: <20091018114959.GA11630@roro3.zxlink> MIME-Version: 1.0 Content-Disposition: inline Organization: St.Petersburg State University User-Agent: Mutt/1.5.20 (2009-06-14) Subject: [sup-talk] BUG: Sup crashes on startup (bisected) X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Hello up there. I'm using sup master from git, and after recent upgrade, sup began crashing on startup. Here is the backtrace: --- NoMethodError from thread: main undefined method `title' for nil:NilClass /home/kirr/src/tools/mail/sup/lib/sup/buffer.rb:772:in `get_status_and_title' /home/kirr/src/tools/mail/sup/lib/sup/buffer.rb:305:in `draw_screen' /home/kirr/src/tools/mail/sup/lib/sup/buffer.rb:726:in `flash' /home/kirr/src/tools/mail/sup/lib/sup/util.rb:520:in `send' /home/kirr/src/tools/mail/sup/lib/sup/util.rb:520:in `method_missing' /home/kirr/src/tools/mail/sup/lib/sup/colormap.rb:203:in `populate_colormap' /home/kirr/src/tools/mail/sup/bin/sup:169 Just to give you some help (no ruby knowledge here at the moment, sorry): Does not crash: 95eaf6 Crashes at startup: 2dfd37 Bisected to: 723e22 (rewrite logging to have multiple levels: debug, info, etc) Thanks beforehand, Kirill _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk