base: start signal-proxy thread on construction
Thanks @ssumpf for the investigation.
This commit is contained in:
@@ -61,7 +61,7 @@ class Genode::Entrypoint : Genode::Noncopyable
|
||||
:
|
||||
Thread(env, "signal_proxy", STACK_SIZE),
|
||||
ep(ep)
|
||||
{ }
|
||||
{ start(); }
|
||||
|
||||
void entry() override { ep._process_incoming_signals(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user