T.R | Title | User | Personal Name | Date | Lines |
---|
496.1 | Suggestion | OZROCK::HARTWIG | Arthur Hartwig, TaN Engineering-Australia | Thu Feb 06 1997 09:57 | 24 |
| To get anywhere with this (given that its intermittent) it will
probably be necessary to get a dump. I suggest you ask the
customer to
$ set process/dump
before running CTF, and then save the dump when CTF ACCVIOs
and submit that dump with a copy of the command used to invoke CTF
in a problem report (IPMT) against DECnet/Plus.
(DECnet own the CTF User Interface and SOME of the protocol
analysis code, X.25 owns other parts of the protocol analysis
code. Regardless of which component it will be EDS who will have
to fix it.)
I don't know if privilege or security mechanisms will prevent
getting a useful process dump, so this may not work. But, its
how I would go about making some progress on this issue. Other
suggestions known to work would be welcomed.
A quick scan on a running system suggests 15f18 is in the CTF$UI
image which is supplied by DECnet/Plus. (Thats not to say CTF$UI
is at fault, just thats its probably a useful place to start
the investigation.)
|
496.2 | | MUNICH::KLOEPPER | Vera Kloepper/Net&Comms-Support | Mon Feb 10 1997 20:22 | 16 |
| Hi !
Maybe you don't need a dump for this problem - the CTF runs into this
access violation (as described in .0) if the used trace command has
a syntax error in it.
e.g. ctf> show all (a D-Unix command which doesn't work on VMS)
ctf> start/live/full routing circuit * (wrong syntax - quotes
missing)
This happens only - if the syntactical wrong command is given on the
CTF prompt - if you typing the whole command on the DCL prompt - the
CTF answers as expected with DCL-W-IVKEYW, unrecognized keyword - ...
regards Vera
|
496.3 | Problem also seen on certain command lines | OZROCK::HARTWIG | Arthur Hartwig, TaN Engineering-Australia | Thu Feb 13 1997 00:21 | 9 |
| The following DCL command will also (on VMS V7.1) demonstrate
the problem:
$ trace start/live "lapb link *"/dis=name/prot=(lapb,x25)
Changing "X25" to "X25L3" causes the problem to go away.
I suggest you log an IPMT against DECnet/Plus
if you want the problem fixed.
|