Re: [PATCH] test: remove redundant 'file' command from gdb scripts.
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 1 Jun 2015 09:02:54 +0000 (12:02 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:57 +0000 (14:48 -0700)
7a/7c664fd9de055beda4dee8438d254a402e6ec7 [new file with mode: 0644]

diff --git a/7a/7c664fd9de055beda4dee8438d254a402e6ec7 b/7a/7c664fd9de055beda4dee8438d254a402e6ec7
new file mode 100644 (file)
index 0000000..40204ef
--- /dev/null
@@ -0,0 +1,90 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 6D3126DE1774\r
+ for <notmuch@notmuchmail.org>; Mon,  1 Jun 2015 02:03:22 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.023\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.023 tagged_above=-999 required=5 tests=[AWL=0.371, \r
+ SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id BGmek8TDcikp for <notmuch@notmuchmail.org>;\r
+ Mon,  1 Jun 2015 02:03:19 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 78DBD6DE1640\r
+ for <notmuch@notmuchmail.org>; Mon,  1 Jun 2015 02:03:19 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 368D310008E;\r
+ Mon,  1 Jun 2015 12:02:55 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] test: remove redundant 'file' command from gdb scripts.\r
+In-Reply-To: <1433091554-31483-1-git-send-email-david@tethera.net>\r
+References: <1433091554-31483-1-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.20+12~gf3d9440 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 01 Jun 2015 12:02:54 +0300\r
+Message-ID: <m2siabby2p.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Mon, 01 Jun 2015 09:03:22 -0000\r
+\r
+On Sun, May 31 2015, David Bremner <david@tethera.net> wrote:\r
+\r
+> Quoting Debian bug 787341\r
+>\r
+>    It failed to build on arm64: the last ten tests in T070-insert\r
+>    failed.\r
+>\r
+>    What's happening here is that GDB is segfaulting in response to\r
+>    the\r
+>    "file" command. GDB on arm64 can be a bit buggy.\r
+>\r
+>    However, the "file" command is redundant here as GDB has already\r
+>    got\r
+>    the file from the --args on the command line.\r
+> ---\r
+\r
+looks trivial enough to me...\r
+\r
+>  test/T070-insert.sh | 1 -\r
+>  1 file changed, 1 deletion(-)\r
+>\r
+> diff --git a/test/T070-insert.sh b/test/T070-insert.sh\r
+> index 168345c..74f1955 100755\r
+> --- a/test/T070-insert.sh\r
+> +++ b/test/T070-insert.sh\r
+> @@ -191,7 +191,6 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION FILE_NOT_EMAIL \\r
+>      READ_ONLY_DATABASE UPGRADE_REQUIRED; do\r
+>  gen_insert_msg\r
+>  cat <<EOF > index-file-$code.gdb\r
+> -file notmuch\r
+>  set breakpoint pending on\r
+>  break notmuch_database_add_message\r
+>  commands\r
+> -- \r
+> 2.1.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r