Bug 28343 - [m32] linux-nat.c:1449: internal-error: virtual void linux_nat_target::detach(inferior*, int): Assertion `num_lwps (pid) == 1' failed.
Summary: [m32] linux-nat.c:1449: internal-error: virtual void linux_nat_target::detach...
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-16 06:43 UTC by Tom de Vries
Modified: 2021-09-16 06:43 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom de Vries 2021-09-16 06:43:24 UTC
When running test-case gdb.threads/detach-step-over.exp using target board unix/-m32, I run into:
...
(gdb) FAIL: gdb.threads/detach-step-over.exp: breakpoint-condition-evaluation=host: target-non-stop=off: non-stop=off: displaced=off: iter 1: all threads running
detach^M
warning: Couldn't reap LWP 14208 while detaching: No child processes^M
/home/vries/gdb_versions/devel/src/gdb/linux-nat.c:1449: internal-error: virtual void linux_nat_target::detach(inferior*, int): Assertion `num_lwps (pid) == 1' failed.^M
...