Re: crash during saving
authorVladimir Marek <Vladimir.Marek@Oracle.COM>
Fri, 19 Apr 2013 14:27:02 +0000 (16:27 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:25 +0000 (09:54 -0800)
00/2ba35b259f31b59e79635ac68cda4933921794 [new file with mode: 0644]

diff --git a/00/2ba35b259f31b59e79635ac68cda4933921794 b/00/2ba35b259f31b59e79635ac68cda4933921794
new file mode 100644 (file)
index 0000000..ade2532
--- /dev/null
@@ -0,0 +1,79 @@
+Return-Path: <Vladimir.Marek@Oracle.COM>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3803F431FBD\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Apr 2013 07:29:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.299\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id PTc1fBI1gPzk for <notmuch@notmuchmail.org>;\r
+       Fri, 19 Apr 2013 07:29:07 -0700 (PDT)\r
+Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 93964431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Apr 2013 07:29:07 -0700 (PDT)\r
+Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237])\r
+       by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with\r
+       ESMTP id r3JET05G014526\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);\r
+       Fri, 19 Apr 2013 14:29:01 GMT\r
+Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85])\r
+       by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
+       r3JESwOL015687\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);\r
+       Fri, 19 Apr 2013 14:28:59 GMT\r
+Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56])\r
+       by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
+       r3JESvnp010111; Fri, 19 Apr 2013 14:28:58 GMT\r
+Received: from pub.cz.oracle.com (/10.163.101.122)\r
+       by default (Oracle Beehive Gateway v4.0)\r
+       with ESMTP ; Fri, 19 Apr 2013 07:28:57 -0700\r
+Date: Fri, 19 Apr 2013 16:27:02 +0200\r
+From: Vladimir Marek <Vladimir.Marek@Oracle.COM>\r
+To: Blake Jones <blakej@foo.net>\r
+Subject: Re: crash during saving\r
+Message-ID: <20130419142702.GF11321@pub.cz.oracle.com>\r
+Mail-Followup-To: Blake Jones <blakej@foo.net>, notmuch@notmuchmail.org\r
+References: <20130417085354.GE7807@pub.cz.oracle.com>\r
+       <20041.1366207529@foo.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Disposition: inline\r
+In-Reply-To: <20041.1366207529@foo.net>\r
+User-Agent: Mutt/1.5.21 (2010-09-15)\r
+X-Source-IP: acsinet21.oracle.com [141.146.126.237]\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 19 Apr 2013 14:29:08 -0000\r
+\r
+> > Right, so the problem really seems to be in throwing/catching\r
+> > exception.  Function "_notmuch_message_remove_term" is supposed to\r
+> > catch the exception and ignore it. Which does not happen in my case.\r
+> \r
+> Yep, that was exactly what I was seeing.\r
+\r
+At the end, the issue happens only when I try to link all the libraries\r
+statically. I believe especially the problem is with linking STL library\r
+statically. So I stopped doing that :)\r
+\r
+-- \r
+       Vlad\r