On 26.03.19 11:18, Martin Stein wrote:
... If you rather like to investigate yourself: the problem seems to occur while the dynamic linker is mapping the program binary and its dependencies. You may want to have a look at Component::construct in base/src/lib/ldso/main.cc and find out which mapping fails and which is the other mapping that already occupies the desired region.
Thanks, that helped me find it. Turns out I misspelled a route and loaded ld.lib.so twice.
Bests Stefan