mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
libports: raise stack size of libc apps
Triggered by cc1plus in noux_tool_chain_auto on hw_arndale that caused an overflow on its 64K stack. Ref #1941
This commit is contained in:
committed by
Christian Helmuth
parent
a96130f20b
commit
d5d891a227
@@ -47,6 +47,9 @@ struct Task_resume
|
||||
};
|
||||
|
||||
|
||||
Genode::size_t Component::stack_size() {
|
||||
return 32UL * 1024 * sizeof(Genode::addr_t); }
|
||||
|
||||
/**
|
||||
* Libc task
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user