From: "Nick Hoggard" <[EMAIL PROTECTED]>
> And, by the way, how can a freeze during hotsync be caused by the app? It
> never even launches the app.
> 
Every app is launched after it is installed to give it a 
chance to set up it's environment (register for notifications, 
etc).  This is done behind the "cleaning up" message.

This is a non-normal launch and so can run into the 
normal problems with references to global variables, 
however I'd expect that to cause problems on all 
devices.

Perhaps you've got a global variable reference triggered
by a condition on that particular device (such as reinstalling
your app so that the prefs already exist).

Another more remote possibility is that your app is 
the perfect size to fill all storage memory on the device
causing some other process to choke but that seems
unlikely.  Not even sure if it's possible.

Chris Tutty

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to