From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3BDA03858012; Mon, 1 Aug 2022 15:55:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BDA03858012 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/29277] jit_event_handler: Assertion `jiter->jiter_data != nullptr' failed with separate debug files Date: Mon, 01 Aug 2022 15:55:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2022 15:55:28 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29277 --- Comment #4 from Tom de Vries --- (In reply to Andreas Schwab from comment #3) > I'm seeing this on riscv64: >=20 > $ gdb/gdb --args qemu-riscv64 /usr/bin/cat > GNU gdb (GDB) 13.0.50.20220801-git > Copyright (C) 2022 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > Type "show copying" and "show warranty" for details. > This GDB was configured as "riscv64-suse-linux". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > Find the GDB manual and other documentation resources online at: > . >=20 > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from qemu-riscv64... > Reading symbols from > /usr/lib/debug/usr/bin/qemu-riscv64-7.0.0-82.1.riscv64.debug... > (gdb) r > Starting program: /usr/bin/qemu-riscv64 /usr/bin/cat > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/lp64d/libthread_db.so.1". > [New Thread 0x3ff7ffb3c0 (LWP 1363)] > ../../gdb/gdb/jit.c:1247: internal-error: jit_event_handler: Assertion > `jiter->jiter_data !=3D nullptr' failed. > A problem internal to GDB has been detected, > further debugging may prove unreliable. Reproduced, by downloading https://download.opensuse.org/ports/riscv/tumbleweed/images/openSUSE-Tumble= weed-RISC-V-JeOS-devel.riscv64-rootfs.riscv64.tar.xz and unpacking it in ~/riscv64, and then doing: ... $ gdb -q -batch -ex "set environment QEMU_LD_PREFIX ~/riscv64" -ex run --ar= gs qemu-riscv64 ./usr/bin/cat ... --=20 You are receiving this mail because: You are on the CC list for the bug.=