From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6948385842B; Mon, 31 Jul 2023 13:46:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6948385842B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690811218; bh=wIU17EUXEmMaklozDwU9UHXVqAXYaxLr4jvIwhihxtA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YR0naGkgHYAnuk/utkyGzQtUrIhyQL6kS4/s8h1fZIiMUN7gBrqdqPI2JJ+1Hz6xi NHdbPTdogSAFRvnMJaYgQfACy3bZiIOUvQR5uX5jsbOKiBbs4wfrcXDrfqPmp/4REc 6hfkMZS8BVgx3e4THK2mRywTiP1Mxo9NTvgHKP0o= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/30705] [gdb] UNRESOLVED: gdb.base/all-architectures-2.exp: tests: osabi=AIX: arch=bpf: endian=auto: disassemble 0x100,+4 (segfault) Date: Mon, 31 Jul 2023 13:46:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep 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-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jose.marchesi at oracle dot com 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: 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=3D30705 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jose E. Marchesi : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5b512234c874= d5f82734dc6115765bc691c2c982 commit 5b512234c874d5f82734dc6115765bc691c2c982 Author: Jose E. Marchesi Date: Mon Jul 31 15:44:36 2023 +0200 bpf: opcodes: fix regression in BPF disassembler This patch fixes a regression recently introduced in the BPF disassembler, that was assuming an abfd was always available in info->section->owner. Apparently this is not so in GDB, and therefore https://sourceware.org/bugzilla/show_bug.cgi?id=3D30705. Tested in bpf-unkonwn-none. opcodes/ChangeLog: 2023-07-31 Jose E. Marchesi PR 30705 * bpf-dis.c (print_insn_bpf): Check that info->section->owner is actually available before using it. --=20 You are receiving this mail because: You are on the CC list for the bug.=