Application panics with KERN-EXEC 3

Asked by Mikko Ohtamaa

Application quits with KERN EXEC 3 panic.

Question information

Language:
English Edit question
Status:
Solved
For:
PyS60 community Edit question
Assignee:
No assignee Edit question
Solved by:
Mikko Ohtamaa
Solved:
Last query:
Last reply:
Revision history for this message
Mikko Ohtamaa (mikko-red-innovation) said :
#1

The heap or stack size of the compiled EXE might be too small.

Try adjust symbian compiling arguments in build.py

symbian_program_kwargs = {"epocstacksize" : 0x10000, "epocheapsize" : (0x5000, 0x400000)}