From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 21ACA3858D32; Thu, 13 Apr 2023 13:28:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21ACA3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681392536; bh=K8a38naYPcVCNZa5xd9GS1e/Wq/nUwk2P8d8UiLKLwU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SGPAXjQHsp6wf2a4X29RxW4UaE1gm234LE2sBXtHfRxq5gglDkJhiJFX3/uYoIdoU hf7ZYFgay0AQw8KYg//cX17iGhMPJSPbq0+uvze6Ve/JpXW+9ldO7QeWg/YTeibxnv 5v4uCzlEF/dz3zqJiA2vYjX3ug8WskqPUtU9pUsQ= From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30340] gdb.base/watchpoint-unaligned.exp produces TCL error Date: Thu, 13 Apr 2023 13:28:55 +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: luis.machado at arm dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30340 Luis Machado changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #2 from Luis Machado --- Hi, Could you please give the following a try and upload the output? - Run gdb.base/watchpoint-unaligned.exp once - Run strace ./gdb/gdb --batch gdb/testsuite/outputs/gdb.base/watchpoint-unaligned/watchpoint-unaligned -ex "start" -ex "quit" I'm suspicious ptrace is failing for some reason. Altra's are supposed to implement armv8.2, so we have that covered in compatible_debug_arch. --=20 You are receiving this mail because: You are on the CC list for the bug.=