Discussion:
allocator out of memory error during creation of File_system::Connection
Nobody III
2016-06-30 05:23:21 UTC
Permalink
I have been working on my fs_filter (vfs-like) component, and it compiles,
but fails to successfully create a File_system::Connection. Even with a ram
quota of 1G, I get the following error:
Uncaught exception of type 'Genode::Allocator::Out_of_memory'

What am I doing wrong? I have tried multiple different allocator
configurations (e.g. Allocator_avl(sliced_heap),
Allocator_avl(Genode::env()->heap()), Allocator_avl(0)), but nothing fixes
or changes the error.

Loading...