> However when the same testcase is
> executed on Palm V (2MB) with either PalmOS 3.5.0 or PalmOS 3.5.2 (both are
> upgrades from 3.2) launching the application crushes Palm with "FatalAlert
> PalmOS_Startup.c, Line: 91, Error launching application."

The runtime source code is included with CodeWarrior, so you can look at
PalmOS_Startup.c for yourself.  There, you'll see that the message on line 91 is
displayed when the call to SysAppStartup fails.

There's only one reason for SysAppStartup to fail: it can't get enough memory
for the application's global variables.  You can sign up for and download the
Palm OS source code to verify that for yourself.

I could imagine that the reason for your other application failures is also
because of an impacted dynamic heap. But you only say that "a problem" occurred,
so it's diffucult to speculate further.

-- Keith Rollin
-- Palm OS Emulator engineer






"M. Contchek" <[EMAIL PROTECTED]> on 01/16/2001 10:30:58 PM

Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>

Sent by:  "M. Contchek" <[EMAIL PROTECTED]>


To:   "Palm Developer Forum" <[EMAIL PROTECTED]>
cc:    (Keith Rollin/US/PALM)
Subject:  PalmOS_Startup.c, Line: 91



We are testing a new wireless application. In a specific testcase a wireless
connection is established manually by starting Minstrel wireless modem.
Next, our application is lunched.  Everything works fine on PalmVx (8MB)
with originally installed PalmOS 3.5.0. However when the same testcase is
executed on Palm V (2MB) with either PalmOS 3.5.0 or PalmOS 3.5.2 (both are
upgrades from 3.2) launching the application crushes Palm with "FatalAlert
PalmOS_Startup.c, Line: 91, Error launching application." Also, on both Palm
Vs we experience a problem with accessing the server after a wireless
connection is established by the application itself. We do not see those
problems on Palm Vx. What could it be a reason for this inconsistent
behavior?

I would appreciate your help.
Mike





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

Reply via email to