blob: e6a66337089153fcf4ac78728c90bcf3743c975e (
plain) (
blame)
1
2
3
|
The given bug report mentions an issue with `waitid` leaving target `siginfo` uninitialized when `info.si_pid` is zero. This problem occurs during the execution of QEMU and relates to how system calls handle signal information. Therefore, this falls under a **runtime** error because it's an issue that arises during the runtime execution of the program.
runtime
|