[PATCH] This patch is a little finger excercise for working with git. I found a piece...
[notmuch-archives.git] / 26 / edb385cd7ae2381caa1a3dabd998df573ad632
1 Return-Path: <tom.prince@ualberta.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id AECFD431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Sep 2011 06:12:59 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id HJ4qHegfL6hA for <notmuch@notmuchmail.org>;\r
16         Fri, 30 Sep 2011 06:12:59 -0700 (PDT)\r
17 Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53])\r
18         by olra.theworths.org (Postfix) with ESMTP id 01BD0431FB6\r
19         for <notmuch@notmuchmail.org>; Fri, 30 Sep 2011 06:12:58 -0700 (PDT)\r
20 Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253])\r
21         by socrates.hocat.ca (Postfix) with SMTP id 71F752485;\r
22         Fri, 30 Sep 2011 07:12:56 -0600 (MDT)\r
23 Received: (nullmailer pid 23112 invoked by uid 1000);\r
24         Fri, 30 Sep 2011 13:12:50 -0000\r
25 From: Tom Prince <tom.prince@ualberta.net>\r
26 To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org\r
27 Subject: Re: python(?): process died while iterating over Messages object\r
28 In-Reply-To: <E1R9aZN-0005J0-U2@thinkbox.jade-hamburg.de>\r
29 References: <E1R9aZN-0005J0-U2@thinkbox.jade-hamburg.de>\r
30 User-Agent: Notmuch/0.7 (http://notmuchmail.org) Emacs/23.3.3\r
31         (x86_64-pc-linux-gnu)\r
32 Date: Fri, 30 Sep 2011 09:12:50 -0400\r
33 Message-ID: <877h4q9nsd.fsf@hermes.hocat.ca>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Fri, 30 Sep 2011 13:12:59 -0000\r
49 \r
50 On Fri, 30 Sep 2011 12:43:53 +0200, Justus Winter <4winter@informatik.uni-hamburg.de> wrote:\r
51 > while iterating over a query result set my process died with\r
52\r
53 > > terminate called after throwing an instance of 'Xapian::DatabaseModifiedError'\r
54 > > Aborted\r
55\r
56 > I am not sure where this came from, grepping throuth notmuchs soure\r
57 > didn't reveal the location. So this might be not specific to the\r
58 > python bindings at all.\r
59 \r
60 std::terminate is called when an exception is thrown in C++, and there\r
61 are no enclosing try blocks that will catch the exception.\r
62 \r
63   Tom\r