T.R | Title | User | Personal Name | Date | Lines |
---|
639.1 | Not good in a big cluster environment ... | TINGAU::HEFELE | Kaufbeuren, Germany | Tue Dec 22 1987 15:44 | 107 |
| Is this normal? after starting the image I get the following on my consol.
Frido!
p.s. I also get two link errors
$ link shwprcont,shwprocld
%LINK-W-NUDFSYMS, 2 undefined symbols:
%LINK-I-UDFSYM, EXE$EPID_TO_PCB
%LINK-I-UDFSYM, SCH$GL_NULLPCB
%LINK-W-USEUNDEF, undefined symbol EXE$EPID_TO_PCB referenced
in psect INFO_CODE offset %X00000083
in module SHOW$PROCESS_CONT file USER10:[HEFELE]SHWPRCONT.OBJ;1
%LINK-W-USEUNDEF, undefined symbol SCH$GL_NULLPCB referenced
in psect INFO_CODE offset %X0000008E
in module SHOW$PROCESS_CONT file USER10:[HEFELE]SHWPRCONT.OBJ;1
$
I'm running VMV V4.6
**** FATAL BUG CHECK, VERSION = V4.6 SSRVEXCEPT, Unexpected system service exception
CURRENT PROCESS = HEFELE__VT7514:
REGISTER DUMP
R0 = 00000000
R1 = 8000FDD2
R2 = 00000000
R3 = 7FE839D0
R4 = 80949E70
R5 = 00000000
R6 = 00000001
R7 = 00000064
R8 = 00000BEC
R9 = 00000A3C
R10= 00000001
R11= 00000A6C
AP = 7FFE7D70
FP = 7FFE7D58
SP = 7FFE7D50
PC = 8000FDD8
PSL= 00000000
KERNEL/INTERRUPT STACK
7FFE7D58 00000000
7FFE7D5C 00000000
7FFE7D60 00000000
7FFE7D64 7FFE7DB0
7FFE7D68 80000014
7FFE7D6C 80017F16
7FFE7D70 00000002
7FFE7D74 7FFE7D94
7FFE7D78 7FFE7D7C
7FFE7D7C 00000004
7FFE7D80 7FE83050
7FFE7D84 FFFFFFFD
7FFE7D88 2300A754
7FFE7D8C 00000002
7FFE7D90 000008F8
7FFE7D94 00000005
7FFE7D98 0000000C
7FFE7D9C 00000000
7FFE7DA0 00000000
7FFE7DA4 00000000
7FFE7DA8 00C00000
7FFE7DAC 00003084
7FFE7DB0 00000000
7FFE7DB4 03FC0000
7FFE7DB8 7FE83068
7FFE7DBC 7FFE7DE4
7FFE7DC0 8000940C
7FFE7DC4 00000000
7FFE7DC8 7FE839D0
7FFE7DCC 80949E70
7FFE7DD0 00000000
7FFE7DD4 00000001
7FFE7DD8 00000064
7FFE7DDC 00000063
7FFE7DE0 00000000
7FFE7DE4 00000000
7FFE7DE8 00000000
7FFE7DEC 7FE83068
7FFE7DF0 7FE83050
7FFE7DF4 8000FDCE
7FFE7DF8 7FFEDE96
7FFE7DFC 03C00000
EXEC STACK
PROCESS PRIVILEGES
827E6E00 DFFFFFFF
827E6E04 FFFFFFFF
IMAGE NAME = $1$DUA29:[HEFELE]SHWPRCONT.EXE;2
CPU stopped, CPU-REBOOT REQUESTED (CSM code 06)
PC 80A0DF81
|
639.2 | Undefined system routines + $CMKRNL = crash! | JON::MORONEY | Question Authority (and the Authorities will question you) | Tue Dec 22 1987 15:57 | 9 |
| re .1:
Try $ link shwprcont,shwprocld,sys$system:sys.stb/sel
re .0:
Nice work. Can this tool show P1 space?
-Mike
|
639.3 | P0 *and* P1 | DECSIM::FARMER | | Tue Dec 22 1987 18:53 | 4 |
| re.1: .2 has the right LINK command;
re.2: the latest sources let you get to P1; type '1' to move to the
end of P1, and '0' to go back to the beginning of P0.
|
639.4 | Submit to the ToolShed | SWAMI::LAMIA | Listening to the Voice of the Customer | Wed Dec 23 1987 09:26 | 6 |
|
Please submit this tool to the ToolShed. Visit the ToolShed
conference on METOO::SW_TOOLS_CATALOG and read the first few
introductory notes for directions on how to submit tools.
Press Select/PF7 to add to your notebook...
|
639.5 | will do | DECSIM::FARMER | | Sun Dec 27 1987 11:05 | 2 |
| Thanks, I will submit it as soon as a few people try it out and
give it its shakedown cruise. /cliff
|
639.6 | last call for SHWPRCONT | DECSIM::FARMER | | Thu Dec 31 1987 17:43 | 19 |
| This is an updated announcement of the SHWPRCONT tool. If I
don't hear any more requests shortly, I'll submit it to the
TOOLS conference.
The "V" display now has the following keys and operations:
> and < scroll up and down the virtual address space
0 and 1 goto the start of P0 or end of P1
+ and - double/halve the number of pages per position
(this lets you fit more data on the screen)
To build this,
$ COPY SANITY::LUN$:[FARMER]SHWPRCONT.BLI,SHWPROCLD.CLD *
$ BLISS SHWPRCONT ! use /VAR=1 for VMS V5
$ SET COM/OBJ SHWPROCLD
$ LINK SHWPRCONT,SHWPROCLD,SYS$SYSTEM:SYS.STB/SELECT
needs CMKRNL priv
|