diff --git a/repos/base/include/base/entrypoint.h b/repos/base/include/base/entrypoint.h index 830cfda1e..e0f1c6af7 100644 --- a/repos/base/include/base/entrypoint.h +++ b/repos/base/include/base/entrypoint.h @@ -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(); } };