From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.66.147 with SMTP id n19cs102529bki; Sun, 22 Aug 2010 23:41:48 -0700 (PDT) Received: by 10.224.105.146 with SMTP id t18mr3023061qao.363.1282545707835; Sun, 22 Aug 2010 23:41:47 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id r26si9316497qcs.77.2010.08.22.23.41.47; Sun, 22 Aug 2010 23:41:47 -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 2A4BB19782D4; Mon, 23 Aug 2010 02:41:47 -0400 (EDT) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 2782E1858357 for ; Mon, 23 Aug 2010 02:41:36 -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 1OnQip-0000X7-OK for sup-devel@rubyforge.org; Mon, 23 Aug 2010 02:41:33 -0400 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: David Date: Mon, 23 Aug 2010 06:41:31 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1282545691.31.0.209619542822.issue119@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1282545691.31.0.209619542822.issue119@masanjin.net> Subject: [sup-devel] [issue119] RuntimeError from thread: load threads for thread-index-mode 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 David : I'm using the latest version of Sup from GIT (last commit was 45c3433c036446455e63142d2d2db4e37557a260). Sup starts up and polls for new mail ok (using getmail to suck down mail to a local maildir), but when I list all labels (47 of them atm) then try to show threads with the label Spam (~11000 of them total, ~9300 unread), I get this exception: --- RuntimeError from thread: load threads for thread-index-mode ./lib/sup/index.rb:529:in `find_docid' ./lib/sup/index.rb:534:in `find_doc' ./lib/sup/index.rb:544:in `get_entry' ./lib/sup/index.rb:195:in `build_message' /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' ./lib/sup/index.rb:553:in `synchronize' ./lib/sup/index.rb:195:in `build_message' ./lib/sup/index.rb:150:in `each_id_by_date' ./lib/sup/thread.rb:338:in `call' ./lib/sup/thread.rb:338:in `load_n_threads' ./lib/sup/index.rb:150:in `each_id_by_date' ./lib/sup/index.rb:245:in `each_id' ./lib/sup/index.rb:245:in `each' ./lib/sup/index.rb:245:in `each_id' ./lib/sup/index.rb:150:in `each_id_by_date' ./lib/sup/thread.rb:334:in `load_n_threads' ./lib/sup/modes/thread-index-mode.rb:640:in `__unprotected_load_n_threads' (eval):12:in `load_n_threads' ./lib/sup/modes/thread-index-mode.rb:624:in `load_n_threads_background' ./lib/sup.rb:77:in `reporting_thread' ./lib/sup.rb:75:in `initialize' ./lib/sup.rb:75:in `new' ./lib/sup.rb:75:in `reporting_thread' ./lib/sup/modes/thread-index-mode.rb:623:in `load_n_threads_background' ./lib/sup/modes/thread-index-mode.rb:694:in `__unprotected_load_threads' (eval):12:in `load_threads' ./lib/sup/modes/label-search-results-mode.rb:33:in `spawn_nicely' ./lib/sup/modes/label-list-mode.rb:134:in `select_label' ./lib/sup/mode.rb:59:in `send' ./lib/sup/mode.rb:59:in `handle_input' ./lib/sup/buffer.rb:277:in `handle_input' bin/sup:260 If I start sup with the --no-threads option then try to show the Spam threads I get this exception: --- RuntimeError from thread: main ./lib/sup/index.rb:529:in `find_docid' ./lib/sup/index.rb:534:in `find_doc' ./lib/sup/index.rb:544:in `get_entry' ./lib/sup/index.rb:195:in `build_message' /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' ./lib/sup/index.rb:553:in `synchronize' ./lib/sup/index.rb:195:in `build_message' ./lib/sup/index.rb:150:in `each_id_by_date' ./lib/sup/thread.rb:338:in `call' ./lib/sup/thread.rb:338:in `load_n_threads' ./lib/sup/index.rb:150:in `each_id_by_date' ./lib/sup/index.rb:245:in `each_id' ./lib/sup/index.rb:245:in `each' ./lib/sup/index.rb:245:in `each_id' ./lib/sup/index.rb:150:in `each_id_by_date' ./lib/sup/thread.rb:334:in `load_n_threads' ./lib/sup/modes/thread-index-mode.rb:640:in `__unprotected_load_n_threads' (eval):12:in `load_n_threads' ./lib/sup/modes/thread-index-mode.rb:624:in `load_n_threads_background' ./lib/sup.rb:73:in `reporting_thread' ./lib/sup/modes/thread-index-mode.rb:623:in `load_n_threads_background' ./lib/sup/modes/thread-index-mode.rb:694:in `__unprotected_load_threads' (eval):12:in `load_threads' ./lib/sup/modes/label-search-results-mode.rb:33:in `spawn_nicely' ./lib/sup/modes/label-list-mode.rb:134:in `select_label' ./lib/sup/mode.rb:59:in `send' ./lib/sup/mode.rb:59:in `handle_input' ./lib/sup/buffer.rb:277:in `handle_input' bin/sup:260 ---------- messages: 275 nosy: zxvdr priority: bug ruby_version: 1.8.6.399 status: unread sup_version: 45c3433c036446455e63142d2d2db4e37557a260 title: RuntimeError from thread: load threads for thread-index-mode _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel