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

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

972.0. "PCM V1.6-110 CONSOLE$DAEMON ACCVIO" by CSC32::D_DONOVAN (SummaNulla(The High Point of Nothing)) Tue Sep 12 1995 12:12

	Would like to invite comments on the following:

	On startup of PCM V1.6-110 (ECO01) the following was found in the
"CONSOLE$DAEMON.LOG" file:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        Image Identification Information

                image name: "CONSOLE$DAEMON"
                image file identification: "V1.6-110"
                link date/time: 21-JUL-1995 10:04:38.57
                linker identification: "05-13"


$ !
$ ! Start Parent Controller process, this has child index of "0"$ !
$ DAEMON :== $CONSOLE$IMAGE:CONSOLE$DAEMON.EXE
$ DAEMON
POLYCENTER Console Manager
Console Controller Daemon Version V1.6-110
Copyright (c) 1995 Digital Equipment Corporation. All Rights Reserved

%SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=00F33200, PC
=000115D6, PSL=03C00004

  Improperly handled condition, image exit forced.

        Signal arguments              Stack contents

        Number = 00000005                7FFE5EBC
        Name   = 0000000C                00000000
                 00000001                203C0000
                 00F33200                00000000
                 000115D6                7FEA2E30
                 03C00004                000340E9
                                         0011DA08
                                         00129CA0
                                         00012220
                                         000114D8

        Register dump

        R0 = 001365A0  R1 = 00000001  R2 = 00F33200  R3 = 00129C00
        R4 = 00000260  R5 = 000114D8  R6 = 00000000  R7 = 00000001
        R8 = 7FFECA48  R9 = 7FFECC50  R10= 7FFED7D4  R11= 7FFE2BDC
        AP = 7FEA2DBC  FP = 7FEA2D7C  SP = 7FEA2DF8  PC = 000115D6
        PSL= 03C00004

Console Manager shutting down at user request
%SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=00F33200, PC
=00011650, PSL=03C00000

  Improperly handled condition, image exit forced.

        Signal arguments              Stack contents

        Number = 00000005                000114D8
        Name   = 0000000C                00000000
                 00000001                203C0000
                 00F33200                7FEA2D04
                 00011650                7FEA2CE4
                 03C00000                000279BE
                                         00000000
                                         0011DA20
                                         00000CCC
                                         000114D8

        Register dump

        R0 = 001365A0  R1 = 7FEA2B80  R2 = 00F33200  R3 = 0011DA20
        R4 = 00000260  R5 = 000114D8  R6 = 00000000  R7 = 00000001
        R8 = 7FFECA48  R9 = 7FFECC50  R10= 7FFED7D4  R11= 7FFE2BDC
        AP = 7FEA2B6C  FP = 7FEA2B2C  SP = 7FEA2BA8  PC = 00011650
        PSL= 03C00000

  SYSTEM       job terminated at 12-SEP-1995 09:45:53.65

  Accounting information:
  Buffered I/O count:              35         Peak working set size:     783
  Direct I/O count:                28         Peak page file size:      5478
  Page faults:                    937         Mounted volumes:             0

T.RTitleUserPersonal
Name
DateLines
972.1CSC32::BUTTERWORTHGun Control is a steady hand.Wed Sep 13 1995 12:3310
    You were in the shared memory code so I'd expect the daemon had some
    trouble mapping or accessing the global section. Do the following:
    
    DEFINE/SYS CONSOLE$DEBUG DAEMON
    
    and restart the software. You'll have a much more verbose debugging
    trail inthe logfile in console$tmp.
    
    Regs,
      Dan