Causes of Application Hangs
- From: "wxforecaster" <ebookbinder@xxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 21:16:24 -0500
Is there a list anywhere of causes of application hangs? By hangs I mean an
app that is unresponsible to any mouse or keyboard interaction and will not
auto-redraw. A ctrl-alt-del shows the app running at nearly 100% CPU and a
forceful kill is the only way to pacify your PC?
I have a fairly intensive application which will hang at random intervals
(sometimes can take minutes, sometimes can take days).
I checked all my Do/While and Do/Until loop conditions and none have an
unexitable condition. Even if it was there, wouldn't the DoEvents command
from within still keep the app happy?
So, what else could it be? Obviously it's a programming error of some sort
because the software operates just fine with no memory leaks of any sort
normally. It just gets "stuck" in this state and I'd like to know why.
At the very least it would be nice to be *where* the program is stuck when
this happens (which Sub/function, etc..).
Thanks in advance,
Mark
.
- Follow-Ups:
- Re: Causes of Application Hangs
- From: fred fish
- Re: Causes of Application Hangs
- From: btpanek09
- Re: Causes of Application Hangs
- From: Veign
- Re: Causes of Application Hangs
- Prev by Date: Re: Binary compatibilty
- Next by Date: Re: Causes of Application Hangs
- Previous by thread: Binary compatibilty
- Next by thread: Re: Causes of Application Hangs
- Index(es):
Relevant Pages
|