From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20246 invoked by alias); 7 Nov 2014 15:40:22 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 20219 invoked by uid 55); 7 Nov 2014 15:40:21 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/17511] Program received signal SIGTRAP, after step to signal handler -> step inside handler -> continue Date: Fri, 07 Nov 2014 15:40:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q4/txt/msg00218.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17511 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 9de00a4aa026297eae42bafd8ab413cfc1a53e3a (commit) from b7a084bebe979a4743540349025561ce82208843 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9de00a4aa026297eae42bafd8ab413cfc1a53e3a commit 9de00a4aa026297eae42bafd8ab413cfc1a53e3a Author: Pedro Alves Date: Fri Nov 7 15:20:47 2014 +0000 gdb.base/sigstep.exp: xfail gdb/17511 on i?86 Linux Running gdb.base/sigstep.exp with --target=i686-pc-linux-gnu on a 64-bit kernel naturally trips on PR gdb/17511 as well, given this is a kernel bug. I haven't really tested a real 32-bit kernel/machine, but given the code in question in the kernel is shared between 32-bit and 64-bit, I'm quite sure the bug triggers in those cases as well. So, simply xfail i?86-*-linux* too. gdb/testsuite/ 2014-11-07 Pedro Alves PR gdb/17511 * gdb.base/sigstep.exp (in_handler_map) : xfail i?86-*-linux*. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.base/sigstep.exp | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.