<br><div class="gmail_quote">On Fri, Nov 12, 2010 at 11:50 AM, Joćo Rasta <span dir="ltr"><<a href="mailto:freakforever@gmail.com">freakforever@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

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>

</blockquote><div><br></div><div>What architecture is this running on ?<br></div><div><br></div><div>What is the application exit error (message and/or return code)?</div><div><br></div><div>It looks like all POSIX threads are created as floating-point tasks (FP state saved across context switches), so there "shouldn't" be a problem on that aspect...</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br>Best,<br>JM<br><br><br>
<br>_______________________________________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
<br></blockquote></div><br>