public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug threads/26272] New: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
@ 2020-07-21 14:51 vries at gcc dot gnu.org
2020-07-24 13:54 ` [Bug threads/26272] " vries at gcc dot gnu.org
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2020-07-21 14:51 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=26272
Bug ID: 26272
Summary: FAIL: gdb.threads/fork-plus-threads.exp:
detach-on-fork=off: no threads left
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: threads
Assignee: unassigned at sourceware dot org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
I run into:
...
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1
left (the program exited)
...
In more detail:
...
[Inferior 1 (process 21928) exited normally]PASS:
gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited
PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no failure to
remove breakpoints
PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no spurious thread
stop
^M
info threads^M
Id Target Id Frame ^M
11.11 Thread 0x7ffff3470700 (LWP 22041) (running)^M
^M
No selected thread. See `help thread'.^M
(gdb) FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads
left
[Inferior 11 (process 21990) exited normally]^M
info inferiors^M
Num Description Connection Executable ^M
* 1 <null>
/home/vries/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.threads/fork-plus-threads\
/fork-plus-threads ^M
11 <null>
/home/vries/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.threads/fork-plus-threads\
/fork-plus-threads ^M
(gdb) FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only
inferior 1 left (the program exited)
...
--
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 threads/26272] FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
2020-07-21 14:51 [Bug threads/26272] New: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left vries at gcc dot gnu.org
@ 2020-07-24 13:54 ` vries at gcc dot gnu.org
2021-10-26 23:38 ` vries at gcc dot gnu.org
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2020-07-24 13:54 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=26272
--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Confirmed on current trunk, in opensuse tumbleweed vm bound to 1 cpu with 75%
execution cap.
--
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 threads/26272] FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
2020-07-21 14:51 [Bug threads/26272] New: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left vries at gcc dot gnu.org
2020-07-24 13:54 ` [Bug threads/26272] " vries at gcc dot gnu.org
@ 2021-10-26 23:38 ` vries at gcc dot gnu.org
2022-04-22 17:49 ` simon.marchi at polymtl dot ca
2022-04-29 8:44 ` vries at gcc dot gnu.org
3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2021-10-26 23:38 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=26272
--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Submitted:
- [PATCH 1/2] [gdb/testsuite] Fix FAIL in gdb.threads/fork-and-threads.exp
https://sourceware.org/pipermail/gdb-patches/2021-October/182847.html
- [PATCH 2/2] [gdb/testsuite] Add KFAIL in gdb.threads/fork-plus-threads.exp
https://sourceware.org/pipermail/gdb-patches/2021-October/182846.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 threads/26272] FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
2020-07-21 14:51 [Bug threads/26272] New: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left vries at gcc dot gnu.org
2020-07-24 13:54 ` [Bug threads/26272] " vries at gcc dot gnu.org
2021-10-26 23:38 ` vries at gcc dot gnu.org
@ 2022-04-22 17:49 ` simon.marchi at polymtl dot ca
2022-04-29 8:44 ` vries at gcc dot gnu.org
3 siblings, 0 replies; 5+ messages in thread
From: simon.marchi at polymtl dot ca @ 2022-04-22 17:49 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=26272
Simon Marchi <simon.marchi at polymtl dot ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.marchi at polymtl dot ca
--- Comment #3 from Simon Marchi <simon.marchi at polymtl dot ca> ---
Should be fixed by:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=152a17495663ae9099d5efdc38322c9ad348014e
I can't change the status of the bug it seems, can you please close it?
--
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 threads/26272] FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
2020-07-21 14:51 [Bug threads/26272] New: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left vries at gcc dot gnu.org
` (2 preceding siblings ...)
2022-04-22 17:49 ` simon.marchi at polymtl dot ca
@ 2022-04-29 8:44 ` vries at gcc dot gnu.org
3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2022-04-29 8:44 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=26272
Tom de Vries <vries at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |13.1
--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Simon Marchi from comment #3)
> Should be fixed by:
> https://sourceware.org/git/?p=binutils-gdb.git;a=commit;
> h=152a17495663ae9099d5efdc38322c9ad348014e
>
Thanks :) !
> I can't change the status of the bug it seems, can you please close it?
Strange. Let me try ...
--
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:[~2022-04-29 8:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 14:51 [Bug threads/26272] New: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left vries at gcc dot gnu.org
2020-07-24 13:54 ` [Bug threads/26272] " vries at gcc dot gnu.org
2021-10-26 23:38 ` vries at gcc dot gnu.org
2022-04-22 17:49 ` simon.marchi at polymtl dot ca
2022-04-29 8:44 ` vries at gcc dot gnu.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).