Skip to content

Commit

Permalink
libports: raise stack size of libc apps
Browse files Browse the repository at this point in the history
Triggered by cc1plus in noux_tool_chain_auto on hw_arndale that caused
an overflow on its 64K stack.

Ref #1941
  • Loading branch information
m-stein authored and chelmuth committed Apr 25, 2016
1 parent a96130f commit d5d891a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repos/libports/src/lib/libc/task.cc
Expand Up @@ -47,6 +47,9 @@ struct Task_resume
};


Genode::size_t Component::stack_size() {
return 32UL * 1024 * sizeof(Genode::addr_t); }

/**
* Libc task
*
Expand Down

0 comments on commit d5d891a

Please sign in to comment.