Re: Can an application hang Windows 2000?
- From: "John Phillips" <jjphillipsREMOVE@xxxxxxxxxxxxxxxxx>
- Date: Sun, 13 Nov 2005 23:41:51 -0500
Check for a resource leak in your application, especially handle leaks and
leaks in non-paged memory. It's been a while since I've had to solve this
type of problem, but I'm pretty sure that both have been the causes in cases
I've worked on.
John
"MB" <bla@xxxxxxx> wrote in message
news:%23S%23LkSj5FHA.2576@xxxxxxxxxxxxxxxxxxxxxxx
> Hi everyone,
>
> Our application runs on industrial touch-screen PCs. After a recent
> software
> upgrade, two of these PCs (out of 7) have hung, one after approx. an hour,
> the other after several days. The PCs were previously running without such
> faults for over a year. The operating system is Windows 2000. When the PCs
> hung, Windows was completely frozen, neither the touch-screen nor keyboard
> worked and there was no activity on the light of the Ethernet port, which
> should normally flicker fairly constantly. The screen was still active,
> but
> the clock displayed in the corner had stopped. This looks like overheating
> to me, but I am at a loss how it could be caused by a routine maintenance
> upgrade that didn't significantly alter the software functionality or CPU
> load.
>
> The software is written in C++. Now I know how easy it is to make a
> mistake
> in C++ that would cause a program to crash or hang. However, as the
> application is not a service nor driver running in kernel mode, I always
> thought Windows 2000 itself should stay alive and well. Or does it? Can a
> user-mode application hang Windows 2000? How could that happen?
>
> I would appreciate any scenarios you may have come across, be they obvious
> or obscure. The obvious question in mind is to look for a memory leak.
> Supposing a program exhausted all available memory, would that cause
> Windows
> 2000 to freeze up though?
>
> Thanks,
> MB.
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Callback function for failed disk write?
- Next by Date: Re: Callback function for failed disk write?
- Previous by thread: Re: Can an application hang Windows 2000?
- Next by thread: Re: Can an application hang Windows 2000?
- Index(es):
Relevant Pages
|