Hi Mark,
On 04/10/2015 12:08 PM, Mark Albers wrote:
Hi,
I'm working with Genode on zynq hardware together with Johannes.
I just tested 'make run/ldso' with try/catch statement commented out. Here's the result:
Genode 14.11 int main(): --- create local services --- int main(): --- start init --- int main(): transferred 1020 MB to init int main(): --- init created, waiting for exit condition --- [init -> test-ldso] C++ runtime: Genode::Rm_session::Region_conflict [init -> test-ldso] void* abort(): abort called
This looks like some file overlap. The only two I can think of are the binary and ldso.lib.so. You can try to do a 'genode-arm-objdump -p' on test-ldso and ld.lib.so and check vaddr and memsz there for the LOAD segments. Does anything overlap?
Cheers,
Sebastian