From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.182.92.230 with SMTP id cp6csp573128obb; Wed, 2 Jan 2013 12:57:35 -0800 (PST) X-Received: by 10.236.89.105 with SMTP id b69mr46002571yhf.106.1357160255202; Wed, 02 Jan 2013 12:57:35 -0800 (PST) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id o64si41208956yhm.139.2013.01.02.12.57.35; Wed, 02 Jan 2013 12:57:35 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 21BBF2E0AE; Wed, 2 Jan 2013 20:57:36 +0000 (UTC) X-Greylist: delayed 1494 seconds by postgrey-1.31 at rubyforge; Wed, 02 Jan 2013 20:57:25 UTC Received: from mail-vb0-f41.google.com (mail-vb0-f41.google.com [209.85.212.41]) by rubyforge.org (Postfix) with ESMTP id 97A422E084 for ; Wed, 2 Jan 2013 20:57:25 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id l22so14507121vbn.14 for ; Wed, 02 Jan 2013 12:57:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=IWKSkTKKrciLkIhOOnBTIF+HaGvHWsFdjjS3GL2XCvw=; b=JN5tTdGCypeWR3Xe/S8IEqWKqxRSobriBgui0p0WjuOLf4WTvETh6/vjVZA6rEvaqs YPGEgaJwhAXKLyrVnstTWMTc/H8S4GMKAhMmUOlPbUdpUr227Dn+GvqT3HtvbhIhwbgM BRoOo0whWzLZd9/JynNudfqA8dOo1NNbwt06r5soQ8n8TYLiSLCo3bga3WZFWR6KJ3Yx q5UJ6CBrJCGvU3DwuXOZ+JXQs+iUMON4g+hrDUAgrNwR51fFs+claWwXyp7R17sVNLZx +2S8p3W2WI2G0O/BSrcZqkTqeMbC94tK8bUZPUg6VecBZKDwg9I63VpXojW6vV2ug/bJ kiYA== MIME-Version: 1.0 Received: by 10.220.225.132 with SMTP id is4mr70895922vcb.47.1357158375922; Wed, 02 Jan 2013 12:26:15 -0800 (PST) Received: by 10.220.150.68 with HTTP; Wed, 2 Jan 2013 12:26:15 -0800 (PST) X-Originating-IP: [209.131.62.145] Date: Wed, 2 Jan 2013 12:26:15 -0800 Message-ID: From: Jonathan Lassoff To: sup-talk X-Gm-Message-State: ALoCoQlN6XKWnjd7Tc1CyTLAbAdl3GccWWLbbYFXScUXnf6XTHr4fGHznCAiJ+SDKLDsukVUigi/ Subject: [sup-talk] sup Xapian crash 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 I'm having a sad day with sup. I'm crashing with a Xapian error I'll have to dig into. The exception is this: --- IOError from thread: poll after loading inbox DatabaseCorruptError: Expected another key with the same term name but found a different one /usr/lib/ruby/1.8/sup/index.rb:293:in `_dangerous_allterms_begin' /usr/lib/ruby/1.8/sup/index.rb:293:in `each_prefixed_term' /usr/lib/ruby/1.8/sup/index.rb:306:in `each_source_info' /usr/lib/ruby/1.8/sup/maildir.rb:98:in `each' /usr/lib/ruby/1.8/sup/maildir.rb:98:in `to_a' /usr/lib/ruby/1.8/sup/maildir.rb:98:in `poll' /usr/lib/ruby/1.8/sup/util.rb:229:in `call' /usr/lib/ruby/1.8/sup/util.rb:229:in `benchmark' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/1.8/sup/util.rb:229:in `benchmark' /usr/lib/ruby/1.8/sup/maildir.rb:98:in `poll' /usr/lib/ruby/1.8/sup/maildir.rb:90:in `each' /usr/lib/ruby/1.8/sup/maildir.rb:90:in `poll' /usr/lib/ruby/1.8/sup/poll.rb:155:in `poll_from' /usr/lib/ruby/1.8/sup/poll.rb:113:in `do_poll' /usr/lib/ruby/1.8/sup/poll.rb:103:in `each' /usr/lib/ruby/1.8/sup/poll.rb:103:in `do_poll' /usr/lib/ruby/1.8/sup/poll.rb:102:in `synchronize' /usr/lib/ruby/1.8/sup/poll.rb:102:in `do_poll' /usr/lib/ruby/1.8/sup/util.rb:572:in `send' /usr/lib/ruby/1.8/sup/util.rb:572:in `method_missing' /usr/lib/ruby/1.8/sup/modes/poll-mode.rb:15:in `poll' /usr/lib/ruby/1.8/sup/poll.rb:49:in `poll_with_sources' /usr/lib/ruby/1.8/sup/poll.rb:68:in `poll' /usr/lib/ruby/1.8/sup/util.rb:572:in `send' /usr/lib/ruby/1.8/sup/util.rb:572:in `method_missing' /usr/bin/sup-mail:223 /usr/lib/ruby/1.8/sup.rb:79:in `reporting_thread' /usr/lib/ruby/1.8/sup.rb:77:in `initialize' /usr/lib/ruby/1.8/sup.rb:77:in `new' /usr/lib/ruby/1.8/sup.rb:77:in `reporting_thread' /usr/bin/sup-mail:223 /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:699:in `call' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:699:in `__unprotected_load_threads' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:640:in `call' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:640:in `load_n_threads_background' /usr/lib/ruby/1.8/sup.rb:79:in `reporting_thread' /usr/lib/ruby/1.8/sup.rb:77:in `initialize' /usr/lib/ruby/1.8/sup.rb:77:in `new' /usr/lib/ruby/1.8/sup.rb:77:in `reporting_thread' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:638:in `load_n_threads_background' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:709:in `__unprotected_load_threads' (eval):12:in `load_threads' /usr/bin/sup-mail:223 I can start sup, but it seems like it goes to add a new message from pickup and crashes. Maybe something about the new message could be causing this. Anyone run into this before or have any ideas where I should start hacking away? Cheers, jof _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk