Results 25 issues of Richard Palethorpe

## System Information Local intel workstation ### Linux distribution ``` Tumbleweed ``` ### Terraform version Terraform v0.11.11 + provider.libvirt (unversioned) ### Provider and libvirt versions terraform-provider-libvirt was not built correctly...

Bug

It may not be possible to know before hand what address a host will resolve to. Possibly this fixes #1576

The test calls sigtimedwait with an empty set. Then sends SIGUSR1 to the waiting process. This causes the sigtimedwait syscall to return with EINTR, but musl helpfully restarts the system...

bug

musl always returns ENOMEM for any call to sbrk other than 0. The test could call the syscall directly, but libc calls should probably be avoided before returning the segment...

bug

The test assumes pid 1 is init and we can't send a signal to it. If we are in a pid namespace (e.g. a container) then pid 1 could be...

bug

The test appears to segfault just after receiving SIGALRM and before calling `alarm(0)` (`setitimer`). The instruction pointer is possibly at some weird location and GDB can't find the source lines...

bug

``` (gdb) set follow-fork-mode child (gdb) run Starting program: /opt/ltp/testcases/bin/recvmmsg01 tst_buffers.c:56: TINFO: Test is using guarded buffers tst_test.c:1684: TINFO: LTP version: 20230516 tst_test.c:1568: TINFO: Timeout per run is 0h 00m...

bug

``` # name_to_handle_at02 tst_test.c:1684: TINFO: LTP version: 20230516 tst_test.c:1568: TINFO: Timeout per run is 0h 00m 30s name_to_handle_at02.c:75: TPASS: invalid-dfd: name_to_handle_at() failed as expected: EBADF (9) name_to_handle_at02.c:75: TPASS: not a...

bug

If we have a constant like `1UL

check

A minimal health check which can be used by Kubernetes (amongst others) to check if the service is ready to receive requests. It doesn't check if the backend is active,...