mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
8661936d7d
Some signal-heavy scenarios (e.g., libc_integration) produced the
following warning that hinted a data race on signal data in the context
object.
Warning: returning signal with num == 0
The cause was the use of Signal_context::local_submit() in the libc
introduced in
|
||
---|---|---|
.. | ||
base | ||
cxx | ||
ldso | ||
startup | ||
timeout |