public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/31153] New: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads
@ 2023-12-12 21:04 simon.marchi at polymtl dot ca
2023-12-12 23:56 ` [Bug gdb/31153] " tromey at sourceware dot org
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: simon.marchi at polymtl dot ca @ 2023-12-12 21:04 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31153
Bug ID: 31153
Summary: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info
threads
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: simon.marchi at polymtl dot ca
Target Milestone: ---
Since commit:
commit 07b3255c3bae7126a0d679f957788560351eb236
Author: Tom Tromey <tom@tromey.com>
Date: Thu Jul 13 17:28:48 2023 -0600
Filter invalid encodings from Linux thread names
I see the following failures when testing with native-gdbserver:
FAIL: gdb.ada/tasks.exp: info threads
FAIL: gdb.threads/names.exp: list threads
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/31153] [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads
2023-12-12 21:04 [Bug gdb/31153] New: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads simon.marchi at polymtl dot ca
@ 2023-12-12 23:56 ` tromey at sourceware dot org
2023-12-15 15:02 ` tromey at sourceware dot org
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2023-12-12 23:56 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31153
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Sorry, I meant to look into this one.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/31153] [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads
2023-12-12 21:04 [Bug gdb/31153] New: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads simon.marchi at polymtl dot ca
2023-12-12 23:56 ` [Bug gdb/31153] " tromey at sourceware dot org
@ 2023-12-15 15:02 ` tromey at sourceware dot org
2024-01-09 14:14 ` cvs-commit at gcc dot gnu.org
2024-01-09 14:15 ` tromey at sourceware dot org
3 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2023-12-15 15:02 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31153
--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
https://sourceware.org/pipermail/gdb-patches/2023-December/205168.html
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/31153] [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads
2023-12-12 21:04 [Bug gdb/31153] New: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads simon.marchi at polymtl dot ca
2023-12-12 23:56 ` [Bug gdb/31153] " tromey at sourceware dot org
2023-12-15 15:02 ` tromey at sourceware dot org
@ 2024-01-09 14:14 ` cvs-commit at gcc dot gnu.org
2024-01-09 14:15 ` tromey at sourceware dot org
3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-09 14:14 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31153
--- Comment #3 from Sourceware Commits <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=862180a2d10963494356ec089a16b808bab736bd
commit 862180a2d10963494356ec089a16b808bab736bd
Author: Tom Tromey <tromey@adacore.com>
Date: Fri Dec 15 07:56:45 2023 -0700
Fix two bugs in gdbserver thread name handling
Simon pointed out that my earlier patch to gdbserver's thread name
code:
commit 07b3255c3bae7126a0d679f957788560351eb236
Author: Tom Tromey <tom@tromey.com>
Date: Thu Jul 13 17:28:48 2023 -0600
Filter invalid encodings from Linux thread names
... introduced a regression. This bug was that the iconv output was
not \0-terminated.
Looking at it, I found another bug as well -- replace_non_ascii would
not \0-terminate, and also would return the wrong pointer
This patch fixes both of them.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31153
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/31153] [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads
2023-12-12 21:04 [Bug gdb/31153] New: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads simon.marchi at polymtl dot ca
` (2 preceding siblings ...)
2024-01-09 14:14 ` cvs-commit at gcc dot gnu.org
@ 2024-01-09 14:15 ` tromey at sourceware dot org
3 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2024-01-09 14:15 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31153
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |15.1
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-09 14:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 21:04 [Bug gdb/31153] New: [native-gdbserver] FAIL: gdb.ada/tasks.exp: info threads simon.marchi at polymtl dot ca
2023-12-12 23:56 ` [Bug gdb/31153] " tromey at sourceware dot org
2023-12-15 15:02 ` tromey at sourceware dot org
2024-01-09 14:14 ` cvs-commit at gcc dot gnu.org
2024-01-09 14:15 ` tromey at sourceware dot org
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).