Changes between Version 26 and Version 27 of DevelopingSymbianAppWithCarbide


Ignore:
Timestamp:
Jan 3, 2008 4:28:23 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v26 v27  
    445445We're working on this issue. 
    446446 
    447 === Random Crash === 
    448  
    449 When you have random crash (sometimes in ICE/pjnath) or KERN-EXEC 3 when running without debugger, check if increasing stack size in the MMP fixes the problem. The default stack size (I believe it's 8KB) should be enough for the sample ''symbian_ua'' console application, but you may need to increase this for your application. 
     447=== Random Crash/Stack Size Problem === 
     448 
     449When you have random crash (sometimes in ICE/pjnath or in DNS SRV resolver) or KERN-EXEC 3 when running without debugger, check if increasing stack size in the MMP fixes the problem. The default stack size (8KB) '''is not sufficient''', hence in {{{symbian_ua.mmp}}} the EPOCSTACKSIZE setting is set to 12KB. 
    450450 
    451451----