blob: e5aa7413d9d92d34a9c3a65b531b7c85b81ffcd6 (
plain) (
blame)
1
2
3
|
The given bug report discusses issues with signal handling in the nios2 user-mode emulation within QEMU. Specifically, it mentions problems with system calls such as `sigaltstack()` returning errors and handlers not being invoked properly. These are related to how signals are handled during runtime in the emulation environment.
**Answer:** runtime
|