<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>All,</FONT></DIV>
<DIV><FONT face=Arial size=2>I have run into a strange problem when compiling 
and runnning my app under scratchbox(chinnok-armel target).</FONT></DIV>
<DIV><FONT face=Arial size=2>When I run the app from command line it core 
dumps.&nbsp;As&nbsp;I am not sure how to anayse the core dump I went back to 
basics and started stripping out code until it worked.</FONT></DIV>
<DIV><FONT face=Arial size=2>I finallly got it to run but only after I removed 
some large variable declarations (6 of them at around 786032 bytes 
each).</FONT></DIV>
<DIV><FONT face=Arial size=2>This leads me to belive that I have run into a 
stack size problem and so I am asking here if anyone can advise on what the 
limits are ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I also have quite a lot of static declarations on 
the heap</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>-Chris Dobbs</FONT></DIV></BODY></HTML>