Fw: VMIC reflective memory crash

From: David D Miller (ddmiller_at_raytheon.com)
Date: 07/06/05


Date: Wed, 6 Jul 2005 13:05:24 -0700

Good suggestion.

Is "OpenVMS Alpha System Analysis Tools Manual" the best place to learn
about crash dump analysis? I'm hoping there is a tutorial out there to
help me wade through all the possible commands and their variations.

dave

rdeininger@mindspringdot.com (Robert Deininger) wrote on 07/03/2005
05:44:13 PM:

> In article
> <OF3780AFDD.CC24CFF5-ON07257030.006676D5-07257030.0066
F6B3@mck.us.ray.com>,
> David D Miller <ddmiller@raytheon.com> wrote:
>
> >Folks:
> >
> >I have a VMIC RFM2G (5565) reflective memory card (it's a PCI card)
> >installed on an Alpha ES45 running VMS 7.3-2. The driver was written by
a
> >contractor because VMIC doesn't support VMS.
> >
> >From time to time, VMIC memory is shifted 8 bytes and VMS crashes.
>
> When VMS crashes, are you getting crash dumps? If not, start by
> configuring the system to generate dumps. I recommend testing the
> configuration by forcing VMS to crash.
>
> The default crash dump file is SYS$SYSTEM:SYSDUMP.DMP. After a crash,
> save a copy of the dump in another file, so it won't be overwritten if
the
> system crashes again:
>
> $ ANALYZE/CRASH SYS$SYSTEM:SYSDUMP.DMP
> SDA> COPY SYS$SYSTEM:<descriptive name>.DMP
>
> Start your investigation with the CLUE CRASH command in SDA:
>
> SDA> CLUE CRASH
>
>
> >I need some help - I'm not into crash dumps or XDELTA -- I don't know
where
> >to start. Any tips would be appreciated.
>
> If the problem is due to a bug in the device driver, you'll need accurate
> compiler listings and linker maps .



Relevant Pages

  • RE: BSoD logs
    ... BSOD issue is related to a kernel crash, and the most important log created ... The crash dump is created by the systems ... To solidly troubleshoot this kind of kernel crash issue, ... Service and Support via telephone so that a dedicated Support ...
    (microsoft.public.windowsxp.configuration_manage)
  • Re: General dr.watson
    ... In the Debugging Tools' help, see "Crash Dump Files" section. ... All executables must be built with debug information. ...
    (microsoft.public.vc.debugger)
  • Re: MFC Application has encountered a problem and needs to close. HELP
    ... I most often find these problems with uninitialized variables on the stack or array indexes. ... If you know about where the crash happens, I'd start by just looking at the code and seeing if there is a variable you may have used, pointer, index, etc. that wasn't ever initialized. ... Whenever I run the program in debug configuration it runs OK. ... I cannot save the crash dump produced which the exception handler offers to ...
    (microsoft.public.vc.mfc)
  • Re: MFC Application has encountered a problem and needs to close. HELP
    ... Whenever I run the program in debug configuration it runs OK. ... I cannot save the crash dump produced which the exception handler offers ...
    (microsoft.public.vc.mfc)
  • Re: How to clear device errors w/o reboot?
    ... CLEAR_ERRORS zeroes out the error count for all devices on a VMS Alpha ... linked lists, zeroing the error fields at it goes. ... Zeroing the error fields can only be done from kernel mode and should be ... There is always a risk of a system crash when executing in kernel mode, ...
    (comp.os.vms)