T.R | Title | User | Personal Name | Date | Lines |
---|
179.1 | please try CANASTA Mail Server... | HAN::HALLE | Volker Halle MCS @HAO DTN 863-5216 | Wed Feb 12 1997 03:56 | 14 |
| Jose Miguel,
please read note SPECXN::CANASTA #204 on how to obtain the CLUE file
and then - after reading note #222 on how to use the CANASTA Mail
Server, send the CLUE file to CANASTA. This will analyze your crash and
either tell you a solution, give you additional troubleshooting
information or show you other crashes with similar footprint, which
have been entered into CANASTA before.
Thanks,
Volker.
|
179.2 | CANASTA, COMET, Patch Area, QAR/IPMT... | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Wed Feb 12 1997 09:21 | 17 |
|
While checking a crash, the first stop is CANASTA. Then please check
the Internet patch area and the COMET support database. In this case,
I have seen some print symbiont patches that are available for various
releases that may be applicable.
http://www.service.digital.com/html/patch_public.html
http://comet.alf.dec.com/
CANASTA is an automated tool that scans for known crash footprints,
and adds new footprints over time. (Use of CANASTA means we usually
only have to look at a particular crashdump once, and anyone that sees
the same crash can get an immediate answer -- either the crash is a
known one and here is what is known, or the crash is a new one and
should be elevated through formal channels. CANASTA has 25,000+
total crash footprints present in its database.)
|
179.3 | Node unrechable | LATINA::JMGUERRA | MCS Madrid | Thu Feb 13 1997 06:20 | 15 |
| Re.: .1
Volker,
Thanks for your answer.
I'm trying to send a vaxmail to the CANASTA Mail Server, but the node
is not reachable.
The mail is being send to XOCOMP::CAN_SERVER
Please, can you help me?
Thanks again
Jose Miguel
|
179.4 | Update Your DECnet Database | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Thu Feb 13 1997 09:33 | 28 |
| : I'm trying to send a vaxmail to the CANASTA Mail Server, but the node
: is not reachable.
: The mail is being send to XOCOMP::CAN_SERVER
: Please, can you help me?
Update your node's DECnet database. Pending that fix, send the e-mail
to 29044::CAN_SERVER. (29044 = (28 * 1024) + 372; 28.372 is XOCOMP::.)
$ mc ncp
NCP>tell LATINA show node xocomp
Node Volatile Summary as of 13-FEB-1997 09:32:08
Node State Active Delay Circuit Next node
Links
25.22 (XOCOMP) MNA-0 51.995 (SQOROU)
NCP>tell anchor show node xocomp
Node Volatile Summary as of 13-FEB-1997 09:32:16
Node State Active Delay Circuit Next node
Links
28.372 (XOCOMP) BNA-0 55.10 (ESCNGR)
NCP>
|
179.5 | THANKS | MDR01::JMGUERRA | MCS Madrid | Thu Feb 13 1997 09:59 | 4 |
| Thanks for your answers
Regards
Jose Miguel
|
179.6 | never seen a crash at that instruction in CANASTA | HAN::HALLE | Volker Halle MCS @HAO DTN 863-5216 | Sat Feb 15 1997 10:41 | 12 |
| Jose Miguel,
we don't have a crash in CANASTA with this footprint ;-( and no
solution...
It looks like R8 is clobbered, can you find out, which datastructure
R8 has been loaded from ?
You need someone with crashdump analysis knowledge to have a look at
the dump and then decide, whether to escalate it.
Volker.
|
179.7 | MEMORY CORRUPTION !!! | HAN::HALLE | Volker Halle MCS @HAO DTN 863-5216 | Sat Feb 15 1997 10:57 | 42 |
| Hm,
the code in my V6.1 system looks different !! Could you have a look in
the running system, please:
ANAL/SYS
SDA> READ/EXEC
SDA> EXA/INS EXE$SETIMR+1C7
You seem to have something corrupting your memory... Especially the
EXE$SETIMR+001C7: CMPZV #00,#03,6B(R8),228B(FP)
^^^^^^^^^^^^^^^<<< that part
does not look healthy !
In that case (memory corruption through hw/sw), it's not a big
surprise, that there is no crash at offset in the CANASTA case db !
Volker.
SDA> exa/ins exe$setimr+1c7-30;40
EXE$SETIMR+00197: MOVL (SP)+,R0
EXE$SETIMR+0019A: MTPR (SP)+,#12
EXE$SETIMR+0019D: MOVQ R0,R0
EXE$SETIMR+001A0: BGEQ EXE$SETIMR+001C7
EXE$SETIMR+001A2: BICB2 #08,0B(R2)
EXE$SETIMR+001A6: MNEGL R1,R1
EXE$SETIMR+001A9: MNEGL R0,R0
EXE$SETIMR+001AC: SBWC #00,R1
EXE$SETIMR+001AF: CMPL #000186A0,R0
EXE$SETIMR+001B6: BLEQU EXE$SETIMR+001BF
EXE$SETIMR+001B8: MOVL #000186A0,R0
EXE$SETIMR+001BF: ADDL2 R8,R0
EXE$SETIMR+001C2: ADWC R9,R1
EXE$SETIMR+001C5: BRB EXE$SETIMR+00203
EXE$SETIMR+001C7: CMPZV #00,#03,0B(R2),#06 <<< should look like this !!!
EXE$SETIMR+001CD: BEQL EXE$SETIMR+001F1
EXE$SETIMR+001CF: MOVQ R8,-(SP)
EXE$SETIMR+001D2: ADDL2 #000186A0,(SP)
EXE$SETIMR+001D9: ADWC #00,04(SP)
SD
|