From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.169.69 with SMTP id ac5csp78045vdc; Fri, 16 Aug 2013 08:15:33 -0700 (PDT) X-Received: by 10.14.198.73 with SMTP id u49mr2812442een.13.1376666132498; Fri, 16 Aug 2013 08:15:32 -0700 (PDT) Return-Path: Received: from sam.mediasupervision.de (sam.mediasupervision.de. [80.152.3.104]) by mx.google.com with ESMTP id z8si1832037eee.263.1969.12.31.16.00.00; Fri, 16 Aug 2013 08:15:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of gregor@sam.mediasupervision.de designates 80.152.3.104 as permitted sender) client-ip=80.152.3.104; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of gregor@sam.mediasupervision.de designates 80.152.3.104 as permitted sender) smtp.mail=gregor@sam.mediasupervision.de Received: from localhost (localhost [127.0.0.1]) by sam.mediasupervision.de (Postfix) with ESMTP id A029B3A1FE3; Fri, 16 Aug 2013 17:15:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at sam.mediasupervision.de Received: from sam.mediasupervision.de ([127.0.0.1]) by localhost (sam.mediasupervision.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YWseDCK4A9PQ; Fri, 16 Aug 2013 17:15:17 +0200 (CEST) Received: by sam.mediasupervision.de (Postfix, from userid 1000) id 75E703A1FE7; Fri, 16 Aug 2013 17:15:17 +0200 (CEST) Content-Type: text/plain; charset=UTF-8 From: Gregor Hoffleit To: Gaute Hope Cc: sup-devel Subject: Re: [sup-devel] sup 0.14: Encoding::UndefinedConversionError from thread: load threads for thread-index-mode In-reply-to: <1376584400-sup-6242@qwerzila> References: <1376582732-sup-7192@sam.mediasupervision.de> <1376584400-sup-6242@qwerzila> Date: Fri, 16 Aug 2013 17:15:17 +0200 Message-Id: <1376658893-sup-8054@sam.mediasupervision.de> User-Agent: Sup/0.14.0 Content-Transfer-Encoding: 8bit * Gaute Hope [2013-08-15 18:39:45 +0200] > did you have a lot of messages in your index added by Sup 0.13 or > earlier? Do you get the same error if you move the old xapian folder out > of the way and try to re-index your messages? > > It is possible to restore labels using sup-dump and sup-sync --restore. Thanks for this explanation. Yes, I was running with an index created with Sup < 0.13, and it's pretty clear to me now that this was the cause of this crash. Well, I moved away the old xapian folder and called sup-sync --restore, but this crashed after ten minutes and 10.000 messages (of 500.000). I just filled an issue #131 to github about this crash. Gregor