Re: v4 of DB_RETRY_LOCK patches
[notmuch-archives.git] / 8a / f3d0aaf2f3a21bac2218c12e344261926e9304
1 Return-Path: <david@tethera.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 E1416431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 24 Aug 2014 13:04:31 -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 8NknF+kl-4lZ for <notmuch@notmuchmail.org>;\r
16         Sun, 24 Aug 2014 13:04:23 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 678AF431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 24 Aug 2014 13:04:23 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1XLe1R-0006W5-12; Sun, 24 Aug 2014 17:04:17 -0300\r
25 Received: (nullmailer pid 13527 invoked by uid 1000); Sun, 24 Aug 2014\r
26         20:02:07 -0000\r
27 From: David Bremner <bremner@debian.org>\r
28 To: "W. Trevor King" <wking@tremily.us>\r
29 Subject: Re: [PATCH v3] nmbug: Translate to Python\r
30 In-Reply-To: <20140806232805.GI31313@odin.tremily.us>\r
31 References:\r
32  <84447a0ed48412e1587761d560d18cb5affd4f66.1405897133.git.wking@tremily.us>\r
33         <878un36bd5.fsf@maritornes.cs.unb.ca>   <874mxqe7tx.fsf@maritornes.cs.unb.ca>\r
34         <20140806232805.GI31313@odin.tremily.us>\r
35 User-Agent: Notmuch/0.18.1+72~g028c560 (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Sun, 24 Aug 2014 13:02:07 -0700\r
38 Message-ID: <877g1xejwg.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=utf-8\r
41 Content-Transfer-Encoding: quoted-printable\r
42 Cc: notmuch@notmuchmail.org\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sun, 24 Aug 2014 20:04:32 -0000\r
56 \r
57 "W. Trevor King" <wking@tremily.us> writes:\r
58 \r
59 >> Traceback (most recent call last):\r
60 >>   File "/home/bremner/config/scripts/nmbug", line 766, in <module>\r
61 >>     args.func(**kwargs)\r
62 >>   File "/home/bremner/config/scripts/nmbug", line 463, in push\r
63 >>     _git(args=3Dargs, wait=3DTrue)\r
64 >>   File "/home/bremner/config/scripts/nmbug", line 210, in _git\r
65 >>     return _spawn(args=3Dargs, **kwargs)\r
66 >>   File "/home/bremner/config/scripts/nmbug", line 193, in _spawn\r
67 >>     args=3Dargs, status=3Dstatus, stdout=3Dstdout, stderr=3Dstderr)\r
68 >> __main__.SubprocessError: ['git', '--git-dir', '/home/bremner/.nmbug', '=\r
69 push'] exited with 1\r
70 >\r
71 > I can drop the backtrace and just print the SubprocessError, and just\r
72 > show the traceback if the logging is set to =E2=80=98debug=E2=80=99.  If =\r
73 that sounds\r
74 > reasonable, I'll to it in v4.\r
75 \r
76 Yeah, I'd leave the hint lines for now.\r