- Registrado
- 23 de Sep, 2018
Before restarting the whole system, try just restarting the app that seems to be causing the problem. Or if it's a particular browser tab whose obnoxious "web application" is acting up, close the tab and reopen the site in a fresh tab (reloading the tab might not be enough to "clear" the memory associated with it).Is "turn it off and on again" an actual solution to many problems IT pros have to solve for people? I typically roll my eyes at that response, but they deal with so many clueless boomers and third-worlders it's occurred to me that maybe it is a frequent fix.
Sometimes programs will have bugs which don't cause complete failure of the program, but still puts it in an unexpected state. The developers might have coded the program well enough that it's robust enough to keep working in the most part in that state, but it might still have some issues here and there. Modern operating systems are very good at separating the memory that one program uses from being accessible from other programs, so nowadays if one program has issues, it won't affect the behavior of other programs 99% of the time, so just quitting and restarting the program should suffice to make the program go away. But in the cases where the bug is in the operating system itself, restarting the entire computer might be necessary.