Hi,<br><br>I have an RTEMS POSIX API application which comes to a point that if a small function (with some doubles passed as arguments) is called, the application exits with an error. At first i thought of increasing the stack space. I did this with CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE but the problem remains even if i remove all the contents of the function.<br>
<br>1) Am i setting up the stack size correctly? I think i am, but i ask just in case..<br><br>2) Is there any other explanation to why a function call crashes the application besides having a full stack? Again, i erased the function contents..<br>
<br><br>Best,<br>JM<br><br><br>