Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 16 / 380b279c674eee4b8db67fbcf4c1dc551c04b1
1 Return-Path: <cceleri@cs.stanford.edu>\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 5C831429E35\r
6         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 10:03:06 -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\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 3kAZb-+rwMMn for <notmuch@notmuchmail.org>;\r
17         Tue,  6 May 2014 10:03:00 -0700 (PDT)\r
18 Received: from qmta03.westchester.pa.mail.comcast.net\r
19         (qmta03.westchester.pa.mail.comcast.net [76.96.62.32])\r
20         by olra.theworths.org (Postfix) with ESMTP id 250AD431E64\r
21         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 10:02:54 -0700 (PDT)\r
22 Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74])\r
23         by qmta03.westchester.pa.mail.comcast.net with comcast\r
24         id ycC51n0051c6gX853h2tTM; Tue, 06 May 2014 17:02:53 +0000\r
25 Received: from jane.lan ([24.11.133.78])\r
26         by omta23.westchester.pa.mail.comcast.net with comcast\r
27         id yh2W1n00e1heoKc3jh2t2j; Tue, 06 May 2014 17:02:53 +0000\r
28 From: Charles Celerier <cceleri@cs.stanford.edu>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: [PATCH 3/5] atomicity.gdb: Allow breakpoint symbols to be resolved\r
31         later.\r
32 Date: Tue,  6 May 2014 13:02:26 -0400\r
33 Message-Id: <1399395748-44920-4-git-send-email-cceleri@cs.stanford.edu>\r
34 X-Mailer: git-send-email 1.8.5.2 (Apple Git-48)\r
35 In-Reply-To: <1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu>\r
36 References: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
37         <1399395748-44920-2-git-send-email-cceleri@cs.stanford.edu>\r
38         <1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu>\r
39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
40         s=q20140121; t=1399395773;\r
41         bh=qaT+vyQ3gLoUr/VwdL1abfcLlARQSpMZFp0NzO3E8R0=;\r
42         h=Received:Received:From:To:Subject:Date:Message-Id;\r
43         b=Castv1klFYhYvQSTxD4WZ4EqA2ymTZpTxAzOvaBWaHAy+2b0hnHCHWs+nQvg5GiCg\r
44         Gted/Ig00deURHsaYbIEsZNutntOUoGsgoULL7iH/1xcgKETGfpncEbBgwrj+bTeJv\r
45         h97iD04t2WrzleUUFlWfGgm6HMI95ROTgZosTlo7A4V3ajs+oHAnnGOEEq4W6A+NXd\r
46         bpVc8F2XVGmUNPDlR7m//RP8o52o+nQDtHe2UVLpv5/E+AFXcrfkmVBTS/rvp9XY0G\r
47         /j3Dfc/OGL8/H3Iq2KGoTDOgEmx0pC6m+6bAR5/AduzhGKg+c/clCYXV8jkEaMOrgC\r
48         PEZyStIIQdscw==\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Tue, 06 May 2014 17:03:06 -0000\r
62 \r
63 On the Mac OS X platform, the rename() function symbol is not found\r
64 until the debugger begins running. The reason for this is unknown, but\r
65 allowing breakpoint symbols to be resolved later both solves the problem\r
66 and does not change the test.\r
67 \r
68 Signed-off-by: Charles Celerier <cceleri@cs.stanford.edu>\r
69 ---\r
70  test/atomicity.gdb | 3 +++\r
71  1 file changed, 3 insertions(+)\r
72 \r
73 diff --git a/test/atomicity.gdb b/test/atomicity.gdb\r
74 index fd67525..127dc8f 100644\r
75 --- a/test/atomicity.gdb\r
76 +++ b/test/atomicity.gdb\r
77 @@ -18,6 +18,9 @@ shell echo 0 > outcount\r
78  \r
79  shell touch inodes\r
80  \r
81 +# for gdb on mac\r
82 +set breakpoint pending on\r
83 +\r
84  break rename\r
85  commands\r
86  # As an optimization, only consider snapshots after a Xapian commit.\r
87 -- \r
88 1.8.5.2 (Apple Git-48)\r
89 \r