<div>Hello Genode,</div><div>When running the test program on Fiasco.OC, often a page fault occurs.</div><div><br></div><div>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.</div>
<div><br></div><div>for example, /proc/id/maps on linux: ( or pmap )</div><div>root:/proc/1# cat maps </div><div>b74fa000-b7505000 r-xp 00000000 08:01 10384183 /lib/i386-linux-gnu/<a href="http://libnss_files-2.15.so">libnss_files-2.15.so</a></div>
<div>b7505000-b7506000 r--p 0000a000 08:01 10384183 /lib/i386-linux-gnu/<a href="http://libnss_files-2.15.so">libnss_files-2.15.so</a></div><div>...</div><div><br></div><div>I want to get a section information of shared library for finding a cause of page fault.</div>
<div><br></div><div><div>What should I do for solving this question?</div></div><div><br></div>