[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

2994.0. "what is %Internal error: enter_kernel: deadlock" by CLARID::PATEL (We'll get it right on the night) Thu May 14 1992 08:30

    VS3100 Mdl 76, 32 Mbyte VMS A5.5-4X6 DECmcc T1.2.4
    
    when running the exporter see attached log file the error 
    
    	%Internal error: enter_kernel: deadlock
    
    was seen in the log file... very little data was found in the rdb
    files.
    
    I have upgreaded the system to T1.2.7 and restarted the export and have
    not seen the error as yet.
    
    Can some one explaine what the error is ?
    
    Thanks Amrit
    
From:	PANPAN::NSDP         14-MAY-1992 13:30:13.20
To:	CLARID::PATEL
CC:	
Subj:	

$ @sys$startup:mcc_graph$startup
$ !
$ !============================================================================
$ !
$ !                  MCC_GRAPH $ S T A R T U P . C O M
$ !                  *************************************
$ !
$ !
$ !                          COPYRIGHT (c) 1990
$ !             DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASSACHUSETTS
$ !                             ALL RIGHTS RESERVED.
$ !									      
$ !============================================================================
$ !
$ !
$ DEFINE/SYS MCC_GRAPH_DIRECTORY SYS$SYSDEVICE:[MCC_GRAPH]
%DCL-I-SUPERSEDE, previous value of MCC_GRAPH_DIRECTORY has been superseded
$ DEFINE/SYS MCC_GRAPH_MCC_CODE_TRANSLATIONS MCC_GRAPH_DIRECTORY:MCC_GRAPH_MCC_CODE_TRANSLATIONS.DAT
%DCL-I-SUPERSEDE, previous value of MCC_GRAPH_MCC_CODE_TRANSLATIONS has been superseded
$ SET COMMAND MCC_GRAPH_DIRECTORY:MCC_GRAPH
$ EXIT 1
$ nsdp :== "@nsdp$home:nsdp_ui_main"
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$! 
$!                             Copyright (C) 1990
$!           Digital Equipment Corporation, Maynard, Massachusetts.
$! 
$!                            All Rights Reserved.
$!  Unpublished rights reserved under the copyright laws of the United States.
$! 
$!  The software contained on this media is proprietary to and embodies the
$!  confidential technology of Digital Equipment Corporation.  Possession, use,
$!  duplication or dissemination of the software and media is authorized only
$!  pursuant to a valid written license from Digital Equipment Corporation.
$! 
$!                          RESTRICTED RIGHTS LEGEND
$! 
$!  Use, duplication, or disclosure by the U.S. Government is subject to
$!  restrictions as set forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013,
$!  or in FAR 52.227-19, as applicable.
$! 
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$! 
$!  The information in this software is subject to change without notice and
$!  should not be construed as a commitment by Digital Equipment Corporation.
$! 
$!  DIGITAL assumes no responsibility for the use or reliability of its
$!  software on equipment that is not supplied by DIGITAL.
$! 
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$! 
$!  Facility:       DEC MCC Exporter Functional Module (FM)
$! 
$!  Abstract:       Background thread server - startup command procedure
$! 
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
$	IF P1 .NES. "" THEN GOTO START_BTS
$ START_BTS:
$!
$!
$! When a system is rebooted background process has to wait
$! until MCC_MTS_PRIV_SHR.EXE and RDBSHR.EXE are installed.
$! This procedure checks if the required images are installed 
$! and wait SLEEPINTERVAL time for another attempt. The 
$! number of attempts is defined in WAITPERIOD.
$!
$ SLEEPINTERVAL = "00:00:30" ! 30 sec
$ WAITPERIOD = 40 ! 
$!
$ COUNT = 0
$!
$ LOOP:
$!
$! suppress messages
$!
$ DEFINE/USER_MODE SYS$ERROR NL:
$ DEFINE/USER_MODE SYS$OUTPUT NL:
$!
$ install list sys$share:mcc_mts_priv_shr.exe
$ SVRT1 = $SEVERITY
$!
$! suppress messages
$!
$ DEFINE/USER_MODE SYS$ERROR NL:
$ DEFINE/USER_MODE SYS$OUTPUT NL:
$!
$ install list sys$share:rdbshr.exe
$ SVRT2 = $SEVERITY
$!
$ IF (SVRT1 .AND. SVRT2) THEN GOTO OKAY
$ OKAY:
$ WAIT 00:00:30
$!
$! end_of wait procedure
$!
$	BTS == "$SYS$SYSTEM:MCC_EXPORTER_FM_BG.EXE"
$	BTS "NSDP$ROOT:[NSDP_REPORT.WK1_W1992.WORK]NSDPRN_EXPORT.RDB"
%Internal error: enter_kernel: deadlock
    
T.RTitleUserPersonal
Name
DateLines
2994.2The same error ...BALZAC::MARKOWSKITue May 19 1992 06:1525
	Hello,

	DECmcc T1.2.7 with VMS V5-4.1

	I've got the same error "... enter_kernel: deadlock" during the
	registration of an entity instance from the iconic map; the
        registration has been done successfully but DECmcc exits.

	Here is the messages I've got :	
    
SEGUR::Trompette � mcc_dcw
%MCC-S-NORMAL, normal successful completion
%MCC-S-NORMAL, normal successful completion
%Internal error: terminate_thread: continued after termination
%CMA-F-BUGCHECK, internal error detected in DECthreads
%Internal error: thread_base: exception during thread termination
%Internal error: enter_kernel: deadlock
%CMA-F-BUGCHECK, internal error detected in DECthreads
SEGUR::Trompette �

    
    	Regards,
    
    	sylviane.
2994.3QAR 3018TOOK::MINTZErik Mintz, DECmcc Development, dtn 226-5033Tue May 19 1992 10:191
Entered as QAR 3018
2994.4CMA queue corruptionTOOK::BURGESSTue May 19 1992 22:389
This error message is generated by CMA/DECthreads (BL 9 and 10)
which it detects that is trying to schedule a terminated
thread to run on a virtual processor.  We are still working with
the CMA developers - trying to track this problem down.  Current
thought is that the Thread-ready-queue is corrupted by ????

The problem occurs both on VMS and ULTRIX.

\Pete