- https://genode.org
-
Joined on
2026年02月05日
I could reproduce the problem and found a forum post [1] with possible workarounds and the suggested "Method 1" and "Method 3" for changing the HDA buffer position read method worked for me:
Commit cproc/genode@501ef748af executes the signal handlers outside of _pending_signals.for_each() to avoid the deadlock when another signal needs to be inserted into the registry during the...
I made
echo hello | less -work via aa3f3dc.
I tried to move the POSIX signal handler execution after _main_monitor_job.destruct() in commit cproc/genode@5044f5cba2, which avoids the unconstructed object error. It doesn't leave the...
@chelmuth: I remember that you mentioned having a sketch for a possible solution to the first problem a few weeks ago related to isync?