Re: Routes Prepared in MyRouteApp - Used with XT
Posted: Fri Aug 12, 2022 9:09 am
Sometimes it happens like that. Difficult to explain - but it could be due to memory issues, depending on what you have been doing before.
Programs can have 'memory leaks' which arise when a programmer allocates some memory for a task and then frees it up again when the task is completed. Sometimes they forget to free it up, sometimes the end is reached before the task is completed and the programmer didn't account for that eventuality - so the memory never gets released.
Later down the line the computer (or XT) doesn't have enough memory to carry out a particular job and it fails.
I'm not saying that this is the cause - but a problem like this can result in odd behaviour, and often shutting it down fully and restarting clears out the problems.
Another glitch is due to finger problem. Pressing the wrong button. And if you have ever had your XT turned on in your pocket, you will see what I mean - the XT gets very warm, the touch sensitive screen becomes super sensitive and start registering finger presses before your finger gets anywhere near it. A recipe for all sorts of odd behaviour.
Programs can have 'memory leaks' which arise when a programmer allocates some memory for a task and then frees it up again when the task is completed. Sometimes they forget to free it up, sometimes the end is reached before the task is completed and the programmer didn't account for that eventuality - so the memory never gets released.
Later down the line the computer (or XT) doesn't have enough memory to carry out a particular job and it fails.
I'm not saying that this is the cause - but a problem like this can result in odd behaviour, and often shutting it down fully and restarting clears out the problems.
Another glitch is due to finger problem. Pressing the wrong button. And if you have ever had your XT turned on in your pocket, you will see what I mean - the XT gets very warm, the touch sensitive screen becomes super sensitive and start registering finger presses before your finger gets anywhere near it. A recipe for all sorts of odd behaviour.