Re: System error.




"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


.



Relevant Pages

  • System error.
    ... It uses a third party dll which talks to a ... I looked in the event viewer. ... In the system log there is a event that says: ... The computer has rebooted from a bugcheck. ...
    (microsoft.public.vc.mfc)
  • System error.
    ... It uses a third party dll which talks to a ... I looked in the event viewer. ... In the system log there is a event that says: ... The computer has rebooted from a bugcheck. ...
    (microsoft.public.vc.mfc)
  • Win-2000 crashes
    ... check with the administrator. ... Below is a system log from event viewer ... The computer has rebooted from a bugcheck. ... Here is another system log just before the above message: ...
    (microsoft.public.win2000.general)
  • Re: memory.dmp on BSOD is not created
    ... > Btw, it may also be a good idea to check Event View System log after ... reboot from BSOD where the system is supposed to indicated ... > that savedump saved the mini dump. ...
    (microsoft.public.windowsxp.embedded)

Loading