Hello Genode,
When running the test program on Fiasco.OC, often a page fault occurs.
I assume that, I made a bug by misusing of a shared library. However, I don't know how to get a shared library text.
for example, /proc/id/maps on linux: ( or pmap )
root:/proc/1# cat maps
...
I want to get a section information of shared library for finding a cause of page fault.
What should I do for solving this question?