Use the debugger to find your errors. Its likely your app is writing to an invalid memory location, over-bounding a char string or something similar and the bug is showing up in an unrelated or nearby area of your app. Debug, debug, debug. (then debug some more) Gremlins in Pose is a great way to find bugs.
----- Original Message ----- From: "iyad abu-shaera" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, November 14, 2003 3:53 PM Subject: Re: Strange > Actually this error occurs on different form, but not usual, there is about > 150 users using this applicaion, but the error occurs on strange places.. > like when the user click on a text field the alert appear, even I don't > handle this field event, and each time I visit the application, it hangs on > the same field, this problem can be solved by just beaming the application > again.. then it works ok.. I think that the application itself becomes > corrupted!!.. any ideas? > > > > > >From: "Dave Lippincott" <[EMAIL PROTECTED]> > >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> > >To: "Palm Developer Forum" <[EMAIL PROTECTED]> > >Subject: Re: Strange > >Date: Wed, 12 Nov 2003 14:44:36 -0500 > > > >Sounds like you have a nasty bug in your code. I suggest you use POSE to > >help you debug it. > > > >----- Original Message ----- > >From: "iyad abu-shaera" <[EMAIL PROTECTED]> > >To: "Palm Developer Forum" <[EMAIL PROTECTED]> > >Sent: Wednesday, November 12, 2003 10:39 AM > >Subject: Strange > > > > > > > I have developed an application for collecting data.. Some times while > >users > > > enter data, a fatal alert appear, and the palm hang, and after that the > > > users cant access the application again, and when they tried to click on > >the > > > application the fatal alert appears again.. till I do hardreset and > >install > > > the application again!! > > > > > > _________________________________________________________________ > > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > > http://join.msn.com/?page=features/virus > > > > > > > > > -- > > > For information on using the Palm Developer Forums, or to unsubscribe, > >please see http://www.palmos.com/dev/support/forums/ > > > > > > > > >-- > >For information on using the Palm Developer Forums, or to unsubscribe, > >please see http://www.palmos.com/dev/support/forums/ > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
