On Sun, 2 Oct 2011 14:50:03 -0300, Werner Almesberger wrote:
The allocations are: 256036 bytes for struct sched_ctx and 2592
bytes for the struct vm_reg array. Does the compiler run in the
"GUI" task, which has about 1 MB of stack, or somewhere else ?

FN spawns a background compilation task with 64KB of stack (which could very well explain the crash):
https://github.com/milkymist/flickernoise/blob/master/src/performance.c#L558

Increasing the stack size should just fix the problem. I did't expect struct sched_ctx to be so large though...
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to