I have just compiled and installed the HelloWorld programme wich comes with the UIQ_21 SDK.
The processlog from the LowMem test is this: 1024, Kill, -4 ... 23552, Kill, -4 24576, Kill, 0 25600, KERN_EXEC,3 ... 33792, KERN_EXEC,3 34816, Kill, 0 ...
The strange thing is this: LowMem stops the testing at 24576. At that point the app is stable, but If you try to tap the Helloworld menue, you get an out of memory warning.
Then I choose to continue testing. Now I get several KERN-EXEC,3, and the app is finally stable at 34816.
What is the reason for the KERN-EXEC-3's?
I need a clean startpoint that is not giving any errors in LowMem test!