From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16900 invoked by alias); 19 Jul 2010 09:04:34 -0000 Received: (qmail 16883 invoked by uid 22791); 19 Jul 2010 09:04:33 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Jul 2010 09:04:28 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 28F29CB0246; Mon, 19 Jul 2010 11:04:24 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8EmrPgV5tfx8; Mon, 19 Jul 2010 11:04:24 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 17CBDCB01D8; Mon, 19 Jul 2010 11:04:23 +0200 (CEST) Subject: Re: [patch] Fix linux-ia64 on SIGILL for deleted breakpoint Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20100719085817.GA24395@host1.dyn.jankratochvil.net> Date: Mon, 19 Jul 2010 09:04:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <00CE116D-04D6-477D-9D71-0EBAD7017283@adacore.com> References: <20100719085817.GA24395@host1.dyn.jankratochvil.net> To: Jan Kratochvil X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00276.txt.bz2 On Jul 19, 2010, at 10:58 AM, Jan Kratochvil wrote: > Hi, >=20 > in some cases ia64 can generate SIGILL instead of SIGTRAP. Guessing it is > a CPU bug instead of Linux kernel bug (but I may be wrong). > https://bugzilla.redhat.com/show_bug.cgi?id=3D615538 > http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/tests/ptrace-tes= ts/tests/ia64-sigill.c?cvsroot=3Dsystemtap This is not a bug but a feature: the immediate of break.b is ignored by the= processor.