[email protected] wrote: > 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
Ah yes, scribbling ~200 kB into nowhere land would indeed explain a lot ;-) > Increasing the stack size should just fix the problem. I did't > expect struct sched_ctx to be so large though... Yup, raising it to 300 kB did the trick. Thanks ! Patches coming with the next mail. - Werner _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
