[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

4084.0. "%MCC-E-REVECTCONFLICT error. Please help" by COPION::LUISGON () Fri Nov 13 1992 11:50

Hi
    
    I am developing a prototype access module and I get this error when
    issuing the first command to it.
    
    Enrollment is OK. This seems to happen when I try to SIGNAL the
    debugger. The messages manual says "it's just an informational
    message".
    
    Can anybody help?
    
    Thanks
    
    Luis
    
$ manage/enter 
DECmcc (V1.2.0)

MCC> show tcmb 0 all char

%MCC-E-REVECTCONFLICT, revectoring conflict
-SYSTEM-F-DEBUG, command interpreter debugger signal at PC=000EC34C, PSL=03C00000
%TRACE-E-TRACEBACK, symbolic stack dump follows
module name     routine name                     line       rel PC    abs PC

                                                           000EC34C  000EC34C
----- above condition handler called with exception 0000046C:
%SYSTEM-F-DEBUG, command interpreter debugger signal at PC=002FC2BA, PSL=03C00000
----- end of exception message
                                                           002FC2BA  002FC2BA
                                                           000B7169  000B7169
                                                           000B7084  000B7084
                                                           000E964B  000E964B
                                                           000A98AB  000A98AB
                                                           000A95B3  000A95B3
                                                           000A9535  000A9535
                                                           000A8F75  000A8F75
                                                           000A8A58  000A8A58
                                                           000A8877  000A8877
                                                           001C1924  001C1924
                                                           001C2636  001C2636
                                                           001C113D  001C113D
                                                           001C4305  001C4305
                                                           001C36DB  001C36DB
                                                           001BF076  001BF076
                                                           001BED8D  001BED8D
                                                           000BE876  000BE876
MCC_MAIN        main                             7687      00000208  000020B4
                                                           0000596F  0000596F
MCC_KERNEL_INIT MCC_KERNEL_INITIALIZE             163      00000027  000059A3
                                                           0000594A  0000594A
%MCC-E-REVECTCONFLICT, revectoring conflict
-SYSTEM-F-DEBUG, command interpreter debugger signal at PC=000EC34C, PSL=03C00000
%TRACE-E-TRACEBACK, symbolic stack dump follows
module name     routine name                     line       rel PC    abs PC

                                                           000EC34C  000EC34C
----- above condition handler called with exception 0000046C:
%SYSTEM-F-DEBUG, command interpreter debugger signal at PC=002FCAF3, PSL=03C00000
----- end of exception message
                                                           002FCAF3  002FCAF3
                                                           0009C965  0009C965
                                                           00074D0B  00074D0B
                                                           0006FB0E  0006FB0E
                                                           0007F3B1  0007F3B1
                                                           0009CA6D  0009CA6D
                                                           000E973F  000E973F
                                                           000A98AB  000A98AB
                                                           000A95B3  000A95B3
                                                           000A9535  000A9535
                                                           000A8F75  000A8F75
                                                           000A8A58  000A8A58
                                                           000A8877  000A8877
                                                           001C1924  001C1924
                                                           001C2636  001C2636
                                                           001C113D  001C113D
                                                           001C4305  001C4305
                                                           001C36DB  001C36DB
                                                           001BF076  001BF076
                                                           001BED8D  001BED8D
                                                           000BE876  000BE876
MCC_MAIN        main                             7687      00000208  000020B4
                                                           0000596F  0000596F
MCC_KERNEL_INIT MCC_KERNEL_INITIALIZE             163      00000027  000059A3
                                                           0000594A  0000594A
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000014, PC=002FD150, PSL=03C00004
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name     routine name                     line       rel PC    abs PC

                                                           002FD150  002FD150
                                                           002FCB62  002FCB62
                                                           0009C965  0009C965
                                                           00074D0B  00074D0B
                                                           0006FB0E  0006FB0E
                                                           0007F3B1  0007F3B1
                                                           0009CA6D  0009CA6D
                                                           000E973F  000E973F
                                                           000A98AB  000A98AB
                                                           000A95B3  000A95B3
                                                           000A9535  000A9535
                                                           000A8F75  000A8F75
                                                           000A8A58  000A8A58
                                                           000A8877  000A8877
                                                           001C1924  001C1924
                                                           001C2636  001C2636
                                                           001C113D  001C113D
                                                           001C4305  001C4305
                                                           001C36DB  001C36DB
                                                           001BF076  001BF076
                                                           001BED8D  001BED8D
                                                           000BE876  000BE876
MCC_MAIN        main                             7687      00000208  000020B4
                                                           0000596F  0000596F
MCC_KERNEL_INIT MCC_KERNEL_INITIALIZE             163      00000027  000059A3
                                                           0000594A  0000594A
    
T.RTitleUserPersonal
Name
DateLines
4084.1invoke MCC *with* the debuggerNANOVX::ROBERTSKeith Roberts - Network Management ApplicationsFri Nov 13 1992 12:456
  try :

	$ man/ent/debug

  /keith
4084.2GOYA::GONZALEZMon Nov 16 1992 12:035
    OK
    
    Thanks a lot
    
    Luis