From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs41400ebc; Sun, 24 Jan 2010 14:30:49 -0800 (PST) Received: by 10.224.109.77 with SMTP id i13mr3635987qap.258.1264372247685; Sun, 24 Jan 2010 14:30:47 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 5si15627745qwg.28.2010.01.24.14.30.47; Sun, 24 Jan 2010 14:30:47 -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 D77B43C8042; Sun, 24 Jan 2010 17:30:46 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id C01CE167830B for ; Sun, 24 Jan 2010 17:30:43 -0500 (EST) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1NZAyf-0000jq-0S for sup-devel@rubyforge.org; Sun, 24 Jan 2010 17:30:43 -0500 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: anonymous Date: Sun, 24 Jan 2010 22:30:40 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1264372240.82.0.635804068553.issue48@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1264372240.82.0.635804068553.issue48@masanjin.net> Subject: [sup-devel] [issue48] Exception: calling id on nil during startup 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: Appearently, t.first is nil in the given line in thread-index-mode.rb. Interestingly, t.empty? is not true. --- RuntimeError from thread: load threads for thread-index-mode wrong id called on nil /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup.rb:17:in `id' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:226:in `block (2 levels) in update' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:226:in `each' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:226:in `sort_by' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:226:in `block in update' :8:in `synchronize' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:224:in `update' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:642:in `load_n_threads' (eval):12:in `load_n_threads' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup/modes/thread-index-mode.rb:614:in `block in load_n_threads_background' /usr/local/lib/ruby/gems/1.9.1/gems/sup-0.10.1/lib/sup.rb:77:in `block in reporting_thread' ---------- messages: 114 nosy: anonymous priority: bug ruby_version: 1.9.1 status: unread sup_version: 0.10.1 title: Exception: calling id on nil during startup _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel