From: David Bremner Date: Tue, 7 Oct 2014 06:39:30 +0000 (+0200) Subject: Re: gdb-7.8 seems to break atomicity tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c59f9c6c4fe20597812d1afbfcd93dc09be73263;p=notmuch-archives.git Re: gdb-7.8 seems to break atomicity tests --- diff --git a/e4/ad565ca1619034f75e900b1da3c08e45331365 b/e4/ad565ca1619034f75e900b1da3c08e45331365 new file mode 100644 index 000000000..d68cb6236 --- /dev/null +++ b/e4/ad565ca1619034f75e900b1da3c08e45331365 @@ -0,0 +1,64 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 10FC8431FAF + for ; Mon, 6 Oct 2014 23:39:50 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id RHHGgDlbId+v for ; + Mon, 6 Oct 2014 23:39:42 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 9EBA8431FAE + for ; Mon, 6 Oct 2014 23:39:42 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XbOQv-0002f0-MD; Tue, 07 Oct 2014 03:39:41 -0300 +Received: (nullmailer pid 4004 invoked by uid 1000); Tue, 07 Oct 2014 + 06:39:30 -0000 +From: David Bremner +To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= , + notmuch@notmuchmail.org +Subject: Re: gdb-7.8 seems to break atomicity tests +In-Reply-To: <87sijovhuf.fsf@freja.aidecoe.name> +References: <87sijovhuf.fsf@freja.aidecoe.name> +User-Agent: Notmuch/0.18.1+98~gae27403 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Tue, 07 Oct 2014 08:39:30 +0200 +Message-ID: <87h9zg7599.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 07 Oct 2014 06:39:50 -0000 + +Amadeusz =C5=BBo=C5=82nowski writes: + +> Hi, +> +> With version 7.8 of gdb atomicity tests fail. With version 7.7.1 all +> tests pass. +> + +This should be fixed in commit cbbda62 + +d