From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 408D33858D35; Sat, 3 Jun 2023 21:33:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 408D33858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685828037; bh=2r+Fa9cEDGG0CzahSZQBeEESb1gQIBYMEWxHKJT7Odw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZUfnMWCdtNLhM4hLM38g8XMywwYgiJDm9fdKpssWWkFNRiVR1OE8eTtK2Mm9hpTQc bEJK7brS6iWTsYXUGu5wPRd9H5iAzr5Z8soS4JY/GKTUUhq2UPvXzrah85HLdc1sax G91S7Ip1qbGLElHhtN6Sa/ptd6NhNRPMzm5qKZoU= From: "marian.buschsieweke at posteo dot net" To: gdb-prs@sourceware.org Subject: [Bug gdb/30431] segfault when inspecting remote variable Date: Sat, 03 Jun 2023 21:33:56 +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: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marian.buschsieweke at posteo dot net 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30431 --- Comment #9 from Marian Buschsieweke --- > My gdb isn't sending exactly the same remote protocol traffic as yours; Sorry, this my fault. When I reported the bug I was using version 13.1, but= in the meantime Alpine updated to version 13.2. The remotelogfile was captured with version 13.2. $ gdb --version=20=20=20=20=20=20=20=20=20=20=20=20 GNU gdb (GDB) 13.2 Copyright (C) 2023 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. $ gdb --config=20 This GDB was configured as follows: configure --host=3Dx86_64-alpine-linux-musl --target=3Dx86_64-alpine-lin= ux-musl --with-auto-load-dir=3D$debugdir:$datadir/auto-load --with-auto-load-safe-path=3D$debugdir:$datadir/auto-load --with-expat --with-gdb-datadir=3D/usr/share/gdb (relocatable) --with-jit-reader-dir=3D/usr/lib/gdb (relocatable) --without-libunwind-ia64 --without-lzma --without-babeltrace --without-intel-pt --without-mpfr --without-xxhash --with-python=3D/usr (relocatable) --with-python-libdir=3D/usr/lib (relocatable) --without-debuginfod --without-guile --disable-source-highlight --enable-threading --with-separate-debug-dir=3D/usr/lib/debug (relocatable) ("Relocatable" means the directory can be moved with the GDB installation tree, and GDB will still find it.) --=20 You are receiving this mail because: You are on the CC list for the bug.=