From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10752 invoked by alias); 11 Jul 2017 15:19:49 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 9555 invoked by uid 89); 11 Jul 2017 15:19:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Vrany, vrany, mi-break.exp, var-cmd X-HELO: mail-it0-f43.google.com Received: from mail-it0-f43.google.com (HELO mail-it0-f43.google.com) (209.85.214.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Jul 2017 15:19:42 +0000 Received: by mail-it0-f43.google.com with SMTP id v202so66401027itb.0 for ; Tue, 11 Jul 2017 08:19:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=xg7OReFGDy4jM2WToVjo+h2IoPAeVjSOLD8uylcQrL0=; b=jDbJDGT7PqPRVu5aIwjzSt00yYRCqc0olixZlYWfdMDJ/Bx8FZrGHSuN8zc6vbiWJu kKPlFO/Hxond4TePvlW1WQUUjhL5jbEgjChMkP54tPoYhryAJQuXK/l7R5oSYgjdyHIk ezkrzDFolxcGqD5N9fkFPOIYCMaLm/VLj6Q+K9HuS7I03uwY+3/A34LxsSFEY9CSV3Hp fFZY7eT0oSZSJhcyOXFXACdufGqeQleNCFgVFNeUPxa/gMmEysEqBf7n+O5dpqs2sCVn F/4ppKSuL0MECe+Uz9v1P47Ul1VIo+zrQDTtmDMSSTauXeJn6FE4Eqx9ZsRR3Xj2PrbF fscg== X-Gm-Message-State: AIVw112VpfI/EQdvn5VngWP7bjBwkyI1jTjJkYIM84FEAfopCNYknMP6 UAXrElRIlCQQJH1r X-Received: by 10.107.40.75 with SMTP id o72mr489727ioo.235.1499786380600; Tue, 11 Jul 2017 08:19:40 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id v142sm4422625ita.1.2017.07.11.08.19.39 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 11 Jul 2017 08:19:40 -0700 (PDT) From: Yao Qi To: Jan Vrany Cc: gdb@sourceware.org Subject: Re: MI / Python tests failing on my machine (x86_64) References: <1499236932.24598.1.camel@fit.cvut.cz> <830dcdc7-9162-d9e4-2f5b-ad6ea068c137@redhat.com> <1499716698.3437.1.camel@fit.cvut.cz> Date: Tue, 11 Jul 2017 15:19:00 -0000 In-Reply-To: <1499716698.3437.1.camel@fit.cvut.cz> (Jan Vrany's message of "Mon, 10 Jul 2017 21:58:18 +0200") Message-ID: <86bmorq9vc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00020.txt.bz2 Jan Vrany writes: > Expecting: ^(-break-insert -t var-cmd\.c:367[ > ]+)?(\^done,bkpt=3D.*[ > ]+[(]gdb[)]=C2=A0 > [ ]*) > -break-insert -t var-cmd.c:367 > ^error,msg=3D"Cannot access memory at address 0xde7" > (gdb)=C2=A0 > ... Are you running tests on debian? It is probably caused by this bug https://sourceware.org/bugzilla/show_bug.cgi?id=3D21555 I am fixing this. I can reproduce your fail this way, $ make check RUNTESTFLAGS=3D"CFLAGS_FOR_TARGET=3D'-fPIE -pie' mi-break.exp" --=20 Yao (=E9=BD=90=E5=B0=A7)