Alright, found the culprit.
Am 22.01.2016 um 15:31 schrieb Marcus Nolte:
Hi Christian,
The host machine is running Ubuntu 14.04 (64 bit) The issue is only showing up in the local branch I'm using. run/demo is working fine.
objdump shows
0000000040000000 l d .context_area 0000000000000000 .context_area
Can you give any pointer where to look deeper into the issue?
Best Marcus
Am 22.01.2016 um 15:02 schrieb Christian Helmuth:
Hello Marcus,
On Fri, Jan 22, 2016 at 01:49:24PM +0100, Marcus Nolte wrote:
I just updated to 15.11 (building on linux_x86)
We changed a lot regarding the dynamic linker last November and I can remember we had some challenges with the context area. Please post which distribution, version and architecture you're using for the Linux base platform. We're testing regulary with Ubuntu 12.04 and 14.04 (32 and 64 bit) as well as Gentoo.
Does "make run/demo" work for you in 15.11?
Also, please post the output of
genode-x86-objdump -T bin/ld.lib.so |grep "\<context_area\>"
Greets