From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.92.18 with SMTP id p18cs153933agb; Tue, 6 Oct 2009 08:55:21 -0700 (PDT) Received: by 10.224.38.40 with SMTP id z40mr1499547qad.0.1254844521074; Tue, 06 Oct 2009 08:55:21 -0700 (PDT) Return-Path: Received: from rubyforge.org ([205.234.109.19]) by mx.google.com with ESMTP id 13si7216912qyk.94.2009.10.06.08.55.20; Tue, 06 Oct 2009 08:55:21 -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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D7D701978277; Tue, 6 Oct 2009 11:55:18 -0400 (EDT) Received: from mail-ew0-f207.google.com (mail-ew0-f207.google.com [209.85.219.207]) by rubyforge.org (Postfix) with ESMTP id 5792E1858206 for ; Tue, 6 Oct 2009 11:54:57 -0400 (EDT) Received: by ewy3 with SMTP id 3so757948ewy.7 for ; Tue, 06 Oct 2009 08:54:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :date:message-id:user-agent:content-transfer-encoding; bh=UKfrmKLk9tDHDZCpYdK/tZKFIrk1y9XKrZgN212AYvI=; b=HEiZsKnFfSC3Umb8qtxN9ftIdPgmfIyZhsNbAeAJ5CsQb9uSFgHUfGq9rDjYv77G7o AShuA2f9M4mymWZPsutJVfWKYm/oJ6nY7VaeOrgk1Cju1Ffli63DCvpKA/DAu1TqHGlS kMADpoDRXdszq+duPCmxOAXF+5xnSafApN764= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:date:message-id:user-agent :content-transfer-encoding; b=EodHnJhnQnGHR3fF65nPex3bAv6Q85y1JgRR6EcGbEndUuworB6czrtMO1Yd4EVkDZ XsoM74hVBlyiO05QyRvGEmUs0bblw6P/bK86IepnWVC/aSg3mJT9aVeeDo/Iahv+AMc3 hvdzwWPBrWFfG1W9Iw4su97tNwAL41PwBL6wk= Received: by 10.216.9.80 with SMTP id 58mr351138wes.62.1254844066911; Tue, 06 Oct 2009 08:47:46 -0700 (PDT) Received: from localhost (physnat56.physics.umass.edu [128.119.50.56]) by mx.google.com with ESMTPS id t2sm164716gve.10.2009.10.06.08.47.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Oct 2009 08:47:46 -0700 (PDT) From: Ben Gamari To: sup-talk Date: Tue, 06 Oct 2009 11:47:34 -0400 Message-Id: <1254844050-sup-4148@ben-laptop> User-Agent: Sup/git Subject: [sup-talk] Crash while in thread-view-mode 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I just had sup crash on me while reading a thread. Not really sure what to make of the backtrace. Looks like it failed during polling but who knows why. Thanks, - Ben --- RuntimeError from thread: periodic poll wrong id called on nil /opt/exp/sup/lib/sup.rb:17:in `id' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:225:in `update' /opt/exp/sup/lib/sup/xapian_index.rb:325:in `sort_by' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:225:in `each' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:225:in `sort_by' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:225:in `update' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:223:in `synchronize' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:223:in `update' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:702:in `add_or_unhide' /opt/exp/sup/lib/sup/modes/thread-index-mode.rb:188:in `handle_added_update' /opt/exp/sup/lib/sup/update.rb:26:in `send' /opt/exp/sup/lib/sup/update.rb:26:in `relay' /opt/exp/sup/lib/sup/update.rb:26:in `each' /opt/exp/sup/lib/sup/update.rb:26:in `relay' /opt/exp/sup/lib/sup/util.rb:520:in `send' /opt/exp/sup/lib/sup/util.rb:520:in `method_missing' /opt/exp/sup/lib/sup/poll.rb:181:in `add_new_message' /opt/exp/sup/lib/sup/poll.rb:124:in `do_poll' /opt/exp/sup/lib/sup/poll.rb:166:in `each_message_from' /opt/exp/sup/lib/sup/maildir.rb:160:in `each' /opt/exp/sup/lib/sup/maildir.rb:157:in `upto' /opt/exp/sup/lib/sup/maildir.rb:157:in `each' /opt/exp/sup/lib/sup/util.rb:560:in `send' /opt/exp/sup/lib/sup/util.rb:560:in `__pass' /opt/exp/sup/lib/sup/util.rb:547:in `method_missing' /opt/exp/sup/lib/sup/poll.rb:154:in `each_message_from' /opt/exp/sup/lib/sup/poll.rb:108:in `do_poll' /opt/exp/sup/lib/sup/poll.rb:96:in `each' /opt/exp/sup/lib/sup/poll.rb:96:in `do_poll' /opt/exp/sup/lib/sup/poll.rb:95:in `synchronize' /opt/exp/sup/lib/sup/poll.rb:95:in `do_poll' /opt/exp/sup/lib/sup/util.rb:520:in `send' /opt/exp/sup/lib/sup/util.rb:520:in `method_missing' /opt/exp/sup/lib/sup/modes/poll-mode.rb:15:in `poll' /opt/exp/sup/lib/sup/poll.rb:47:in `poll_with_sources' /opt/exp/sup/lib/sup/poll.rb:62:in `poll' /opt/exp/sup/lib/sup/poll.rb:80:in `start' /opt/exp/sup/lib/sup.rb:77:in `reporting_thread' /opt/exp/sup/lib/sup.rb:75:in `initialize' /opt/exp/sup/lib/sup.rb:75:in `new' /opt/exp/sup/lib/sup.rb:75:in `reporting_thread' /opt/exp/sup/lib/sup/poll.rb:77:in `start' /opt/exp/sup/lib/sup/util.rb:520:in `send' /opt/exp/sup/lib/sup/util.rb:520:in `method_missing' /usr/bin/sup:204 _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk