Hello,

On 09.11.19 11:48, guo minskey wrote:
> Any suggestion  ?  or how can I debug it ?
> 
> console output as follows: 
> ...
> [init -> drivers] child "input_filter" requests resources: ram_quota=20480

The input-filter component blocks because its RAM configuration is too
tight. The dependent components, in particular the GUI stack, in turn,
block on the input filter.

In the Genode revision you are using, the input-filter component
required slightly more memory than configured. Shortly after, the memory
demand was reduced again. The corresponding commits are not yet on the
master branch but are readily available on the staging branch. You may
consider cherry-picking the three commits [1,2,3] to solve this problem.

[1]
https://github.com/genodelabs/genode/commit/593c519c399d6d64853b0c4eaafbbcadaab16759
[2]
https://github.com/genodelabs/genode/commit/704f35fa5805c616a0c1f2e7fcd22cffe661a77b
[3]
https://github.com/genodelabs/genode/commit/bbf28cf12dbb54e885a01eb41b82f7c59b016290

Please make sure to enable the option 'RUN_OPT += --depot-auto-update'
in your build.conf to trigger the re-build of the affected packages.

BTW, Rust is not needed for the demo scenario. In fact, support for Rust
is scheduled for removal [4].

[4] https://github.com/genodelabs/genode/issues/3488

Cheers
Norman

-- 
Dr.-Ing. Norman Feske
Genode Labs

https://www.genode-labs.com · https://genode.org

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

_______________________________________________
Devel mailing list
[email protected]
https://sel4.systems/lists/listinfo/devel

Reply via email to