Re: System error.
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 10 Sep 2005 16:22:47 GMT
"Webster" <webster@xxxxxxxx> wrote in message
news:zKlUe.4836$wk6.3646@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> My program is the only program that runs on this particular computer.
> Every
> few hours or days a system error occurs. It must be related to my program
> since the errors only occur when my program is running. I don't know what
> is
> causing the problem. I put the compiler and the source code on the
> computer
> and ran the debug version of my program in the debugger.
>
> The problem still occurred no different. After the crash, all running
> programs are gone. Its like the whole operating system cleared. I have
> never
> seen a bug like this and I don't know what to do.
>
> The program is small and simple. It uses a third party dll which talks to
> a
> piece of equipment using a USB port.
>
> The ONLY message on the screen says:
>
> The system has recovered from a serious error.
> A log of this error has been entered.
>
>
> I looked in the event viewer. In the system log there is a event that
> says:
>
> The computer has rebooted from a bugcheck. The bugcheck was: <Whole bunch
> of
> hex numbers and a path for a mini dump.>
>
The mini dump should provide a stack trace. It sounds like the problem
would have been caused by the DLL accessing the USB port; it sounds like a
driver problem. Try investigating the mini dump.
-- David
http://www.dcsoft.com
.
- References:
- System error.
- From: Webster
- System error.
- Prev by Date: Re: for gurus
- Next by Date: Re: VS.NET 2003 consuming lot of memory
- Previous by thread: System error.
- Next by thread: Running DOS program within MFC GUI APP
- Index(es):
Relevant Pages
|
Loading