public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug remote/30618] warning: while parsing threads: not well-formed (invalid token) - in non-stop + remote mode
Date: Tue, 14 Nov 2023 16:14:21 +0000	[thread overview]
Message-ID: <bug-30618-4717-5RqV40KSVh@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-30618-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=30618

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=07b3255c3bae7126a0d679f957788560351eb236

commit 07b3255c3bae7126a0d679f957788560351eb236
Author: Tom Tromey <tom@tromey.com>
Date:   Thu Jul 13 17:28:48 2023 -0600

    Filter invalid encodings from Linux thread names

    On Linux, a thread can only be 16 bytes (including the trailing \0).
    A user sent in a test case where this causes a truncated UTF-8
    sequence, causing gdbserver to create invalid XML.

    I went back and forth about different ways to solve this, and in the
    end decided to fix it in gdbserver, with the reason being that it
    seems important to generate correct XML for the <thread> response.

    I am not totally sure whether the call to setlocale could have
    unplanned consequences.  This is needed, though, for nl_langinfo to
    return the correct result.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30618

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2023-11-14 16:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-05 18:52 [Bug remote/30618] New: " jonah at kichwacoders dot com
2023-07-06 22:22 ` [Bug remote/30618] " tromey at sourceware dot org
2023-07-13 16:20 ` tromey at sourceware dot org
2023-07-13 21:26 ` tromey at sourceware dot org
2023-07-17 20:48 ` tromey at sourceware dot org
2023-07-19 17:40 ` jonah at kichwacoders dot com
2023-11-14 16:14 ` cvs-commit at gcc dot gnu.org [this message]
2023-11-15 13:53 ` tromey at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-30618-4717-5RqV40KSVh@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).