10-01-2011 10:55 PM
I have developed a couple of webworks apps for my phone and I have noticed that if one of these apps crashes and stops responding none of the other webworks apps will start. Is this because they are all signed with the same key set?? So should I get different keys for each app I produce?? Any help with this problem will be greatly appreciated.
10-02-2011 11:40 AM - edited 10-02-2011 11:43 AM
Can you explain more what you mean by "crash and stops responding".. do you mean that the JavaScript thread is blocked?
Can you also specify the device model number and OS version number (6.0.0.246 etc)
10-02-2011 12:34 PM
Sorry about the incomplete description of the problem. When I say crash I mean that the application becomes unresponsive. Where I can't close it , can't select anything in the app, menu nothing (i.e. before I have to do battery pull to reset the phone.). This can result fore example when I get problems with low memory error. I am running it on a torch 9800 with os 6.0 bundle 2342. When an application hangs like this , none of the other webworks apps ( eg. ui sample app) will ever get past the initial startup/splash screen when I try to start them. But when I reset the phone they can be launched and start as usual.
10-02-2011 12:59 PM
Is this the same issue you are reporting in the Memory thread?
10-02-2011 02:58 PM
10-02-2011 03:02 PM
All WebWorks applications use a single instance of WebKit running.. you can think of all WebWorks apps as virtual tabs in a Webkit browser.
If WebKit is hung for whatever reason, all apps using that WebKit instance will be halted. Similar to if someone somehow hogs a JVM.
It doesn't have to do with your signing keys.