I fixed the problem, it was with the customLaunch i set up.  I was passing 
in SysAlarmTriggeredParamType * cmdPBP without changing the owner of the 
chunk to to OS.  this data wasnt needed in my auto-update, so passing NULL 
instead of that in the UIAppSwitch() call fixed the problem.  I still think 
its odd that this error only showed up after i made netlib calls.  if i 
never made a netlib open/close call i wouldnt see the problem.

-- 


Scott Erickson
Software Development Team, FB-4, Inc.
[EMAIL PROTECTED]
"Scott Erickson" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Heres the deal, im setting up an auto-update that is triggered by an 
> alarm. when the alarm goes off, i launch my app with a custom launch code. 
> at that point i call my update function, which is the same as the update 
> function the user can invoke from the main form.  it goes into the update 
> function and after it leaves, i get a soft reset.  I started out cutting 
> all the code out of the update function to see if it worked that way, and 
> it returned to the previous app just fine.  I started to add in the code 
> to make it update the virus definitions, and at the point where i put in 
> the NetLibOpen/Close calls is when the softreset would show up.  Im not 
> doing it any different then with the manual update, which has worked fine 
> for weeks.  Also, if i force the NetLib into a close-wait state by using 
> the web right before the alarm is going to go off, it runs through the 
> auto-update function fine, and returns without a soft reset.  What could 
> be causing such an error?
> -- 
>
>
> Scott Erickson
> Software Development Team, FB-4, Inc.
> [EMAIL PROTECTED]
>
> 



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

Reply via email to