From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.240.136 with SMTP id la8cs210144icb; Sat, 12 Feb 2011 07:15:56 -0800 (PST) Received: by 10.224.45.130 with SMTP id e2mr1641728qaf.22.1297523755480; Sat, 12 Feb 2011 07:15:55 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id j2si1003607qck.59.2011.02.12.07.15.55; Sat, 12 Feb 2011 07:15:55 -0800 (PST) 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 E248319783BF; Sat, 12 Feb 2011 10:15:54 -0500 (EST) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by rubyforge.org (Postfix) with SMTP id 18E0B18581F3 for ; Sat, 12 Feb 2011 09:07:52 -0500 (EST) Received: (qmail invoked by alias); 12 Feb 2011 14:07:47 -0000 Received: from f052053094.adsl.alicedsl.de (EHLO localhost) [78.52.53.94] by mail.gmx.net (mp029) with SMTP; 12 Feb 2011 15:07:47 +0100 X-Authenticated: #53368487 X-Provags-ID: V01U2FsdGVkX1/3Lm8X7mP3xmdFFGGb55QdN+MP/hHBOyZuWNRDnF UEg0hwx80ORgFs From: John Wyzer To: sup-devel Mailing List Date: Sat, 12 Feb 2011 15:07:05 +0100 Message-Id: <1297519607-sup-128@localhost> User-Agent: Sup/0.12.1 X-Y-GMX-Trusted: 0 Subject: [sup-devel] [bug] trace: undefined method `mark_dirty' for nil:NilClass X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Hi. sup v0.12.1: Submitting it here since the bugtracker is down. I got this when I hit the "u" key after killing a thread. --- NoMethodError from thread: main undefined method `mark_dirty' for nil:NilClass /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/line-cursor-mode.rb:68:in `set_cursor_pos' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/thread-index-mode.rb:240:in `update' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/thread-index-mode.rb:717:in `add_or_unhide' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/thread-index-mode.rb:479:in `block (2 levels) in multi_kill' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/thread-index-mode.rb:477:in `each' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/thread-index-mode.rb:477:in `block in multi_kill' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/undo.rb:27:in `call' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/undo.rb:27:in `block in undo' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/undo.rb:27:in `each' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/undo.rb:27:in `undo' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/util.rb:609:in `method_missing' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/modes/thread-index-mode.rb:227:in `undo' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/mode.rb:59:in `handle_input' /var/lib/gems/1.9.1/gems/sup-0.12.1/lib/sup/buffer.rb:277:in `handle_input' /var/lib/gems/1.9.1/gems/sup-0.12.1/bin/sup:260:in `' /var/lib/gems/1.9.1/gems/sup-0.12.1/bin/sup:69:in `' /var/lib/gems/1.9.1/bin/sup:19:in `load' /var/lib/gems/1.9.1/bin/sup:19:in `
' -- _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel