I've been trying to make make stacks larger. (See post elsewhere for the lone holdout.)
When I run with my old (default) stack sizes everywhere, the version of the codec that I'm running runs to a normal exit. (That is why I chose this particular build for the stack experiment. Versions of my code that have more code/calls fail.) When I up the stack sizes to 65536 everywhere (except the TSK_STACKSIZE, which is auto-generated to a smaller size), the DSP server loads and starts (see "main> Welcome to DSP server's main()." in the attached debug output) , but then a createNode failure happens.
Many of the details of the memory map are embedded in this debug file. I'm not sure what can cause the general createNode failure, but if anyone can advise me how making the stacks larger could do this, I'd love to hear. Maybe one or more of the stacks should not be made larger?