From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6A1A23851C36; Mon, 29 Mar 2021 16:02:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A1A23851C36 From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/27627] GDB cannot get long threadinfo data over UDP Date: Mon, 29 Mar 2021 16:02:47 +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: 9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot 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: cc 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, 29 Mar 2021 16:02:47 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27627 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- Offhand I am not sure what is going on. Are you using gdbserver on the remote end? Or something else? One thing that might help is if you could get a remote log file. Like: (gdb) set remotelogfile /tmp/whatever (gdb) target remote .... (gdb) ... debug until you get the problem The remote log file lets us replay the session in gdb and see if there's a bug on the gdb side. It won't help, though, if the problem is on the remote. --=20 You are receiving this mail because: You are on the CC list for the bug.=