Bug 28551 - linux-nat.c:1919: internal-error: wait returned unexpected status 0x0
Summary: linux-nat.c:1919: internal-error: wait returned unexpected status 0x0
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: 11.1
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-05 14:39 UTC by Tom de Vries
Modified: 2021-11-05 15:25 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-11-05 14:39:12 UTC
On OBS with 11.1-based sources, I ran into:
...
binaries-testsuite.openSUSE_Factory_ARM.armv7l/gdb-testresults/gdb-armv7hl-suse-linux.-fno-PIE.-no-pie.sum:FAIL: gdb.go/package.exp: going to first breakpoint (GDB internal error)
binaries-testsuite.openSUSE_Factory.x86_64/gdb-testresults/gdb-x86_64-suse-linux-m64.sum:FAIL: gdb.go/package.exp: going to first breakpoint (GDB internal error)
...

I tried to reproduce outside of OBS, no success sofar.

x86_64 one in more detail:
...
(gdb) FAIL: gdb.go/package.exp: setting breakpoint at package2.Foo
cont^M
Continuing.^M
Shall we?^M
Hi, I'm package2.Foo.^M
../../gdb/linux-nat.c:1919: internal-error: wait returned unexpected status 0x0^M
...
Comment 1 Tom de Vries 2021-11-05 14:43:54 UTC
(In reply to Tom de Vries from comment #0)
> (gdb) FAIL: gdb.go/package.exp: setting breakpoint at package2.Foo

FTR, this FAIL is filed at PR27238.
Comment 2 Tom de Vries 2021-11-05 15:25:23 UTC
Also noted here ( PR19675 comment 2), but with non-zero status.