genode/base-mb/src/base
Alexander Boettcher 6c7661ed62 base: fix sporadic context thread area faults
reverts 68156918ee
"base: apply thread.cc fix of foc to base"

Depending on the context area a fixed location is calculated where the
memory for the stack is attached to. If the context area is released before the
detach call, the very same context area can be reused and memory for the new
stack is attached for a new thread. The detach of the old thread would then
revoke the mapping for the new thread which will cause a un-handled page fault.

Issue #549
2013-02-11 12:01:27 +01:00
..
console Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cxx Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ipc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lock Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pager Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread base: fix sporadic context thread area faults 2013-02-11 12:01:27 +01:00