                                     			MWAIT User's  Guide          < 	MWAIT displays information about hanging OpenVMS processes.    9 	This manual contains a description of the MWAIT program, C 	including usage details and an explanation of the output produced.     '                                                              		                                         	Software  Version:  2.8  9 	Operating System:   OpenVMS Alpha Version 7.0 or higher.           F 	Copyright  1997,1998 by Kari Salminen. This software and this manualC 	may be freely distributed and modified for non-commercial purposes ? 	as long as this copyright notice is retained. This software is D 	provided "AS IS". The author makes no representations or warrantiesD 	with respect to the software and specifically disclaims any impliedE 	warranties of merchantability or fitness for any particular purpose.        	First printing:  May 1997   	Last revised:    August 1998                                                                             @ 	I would like to thank Jim Good for his feedback concerning this 	documentation.           %                              CONTENTS       	1. Purpose of MWAIT    	2. Running the MWAIT Program    	3. Usage Notes    	4. Display Fields           Appendices:  		! 		A. Standard Process Wait States     		B. Process Status Values   '         	C. System Resource Wait States    		D. Sample Runs:    		 D.1  Multithreaded Process 7                  D.2  Process Waiting for an Event Flag + 		 D.3  Using SDA to find module names for   		      system addresses/ 		 D.4  DECterm process awaiting keyboard input  		 D.5  Process is hibernated ( 		 D.6  RWMBX: waiting for mailbox space" 		 D.7  RWAST: resource wait state" 		 D.8  MUTEX: resource wait state"       		 D.9  Wrong Volume Mounted"       		 D.10 LEF on thread upcall       		 D.11 Set Host       		 D.12 RLOGIN/       		 D.13 Mailbox read from another process 0 		 D.14 RWMBX, Process waiting for Mailbox space(       		 D.15 Process with sub-processes, 		 D.16 Process with INETn: and BGn: devices  		 D.17 MUTEX: waiting on BYTCNT           	1. PURPOSE OF MWAIT  @ 	The MWAIT program provides detailed information about a hanging? 	process or thread and attempts to determine the reason for the $ 	process going into its wait state. : 	Starting from version 7.0 OpenVMS Alpha supports multiple@ 	execution contexts within a process, each execution context hasB 	it own hardware context and stacks and can execute independently.D 	The term "Kernel Thread" refers to one of these execution contexts.B 	The term "Multithreaded" refers to a process with multiple kernel	 	threads.   C         MWAIT provides a means of quickly obtaining and presenting           process details.    8   	Note: 	The System Dump Analyzer (SDA) may be used to <         	obtain further information about hanging processes.  - 	The information retrieved by MWAIT includes:  	  	- General Process information.  	- Thread information.- 	- Master, Owner and Sub-process information. > 	- Event flags, EFN clusters and names of common EFN clusters. 	- Process quota usage. ( 	- AST modes enabled, active and queued. 	- Time since last event. * 	- Process active channels and open files.  	- I/O-packets for busy devices.G 	- CXB's (Complex chained buffer) for busy INETn:/BGn: devices (TCP/IP) F 	- Session Control and OSI/NSP Transport Ports for Busy NETn: devices. 	- Current process registers. ? 	- Current PC, return address and call chain with corresponding  	  image names.   B 	The screen output is stored in the file 'xxx.OUT' in your current: 	default directory, where 'xxx' is the target process PID.     	2. RUNNING THE MWAIT PROGRAM   < 	MWAIT is started by running the MWAIT.EXE executable image.  E 	The MWAIT image does not require any logical names or symbols to be   	defined before execution.  C 	The only parameter required is the PID value for the process to be      	investigated.    ; 	Note : 	PID values can be obtained from the output of the  ;         	$SHOW PROCESS or $SHOW SYSTEM commands. (They are  ' 		hexadecimal numbers, e.g. '5060013B')            K         The various alternatives available for running the MWAIT executable  	are as follows:           2.1 The DCL RUN Command   : 	MWAIT.EXE can be started as follows with the RUN command:   		$ RUN device:[directory]MWAIT   E 	where 'device:[directory]' is the disk device and directory in which  	MWAIT.EXE  is located.   E 	Note : 	As usual, if MWAIT.EXE is in the current default directory,  F         	then the device and directory specification can be omitted.  8 		In this case, the command simply becomes $ RUN MWAIT. B 		This remark applies also to the other command lines shown below.  ? 	Once started by a RUN command, MWAIT will then prompt for the  / 	identification of the process to be inspected:   " 		Please give target process PID :   	2.2 DCL Foreign Command  3 	A DCL 'foreign command' can be defined as follows:   & 		$ MWAIT :== $device:[directory]MWAIT  G 	With such a foreign command definition, a MWAIT session can be started H 	just by entering 'MWAIT', and the PID of the process to be investigated@ 	can be entered directly on the command line. Thus, MWAIT can be 	started as follows:  
 		$ MWAIT pid   B 	(If a process identification is not included on the command line,C 	then MWAIT will prompt for a PID value just as it does when it is  .         started with an explicit RUN command.)  A 	Note: 	If such a foreign command is defined then the device and  8 		directory specification MUST be included, even if the 6 		MWAIT.EXE file is in the current default directory.   G         Note : 	The reader may find it useful to include such a foreign $         	command in their LOGIN.COM.  , 	2.3 MWAIT Executable in SYS$COMMON:[SYSEXE]  7 	A third alternative is to copy the MWAIT.EXE into the  K        	SYS$COMMON:[SYSEXE] directory, or have it copied there by a system  L         manager. Placing the MWAIT.EXE file in SYS$COMMON:[SYSEXE] makes it H         available to all users on the system that have CMKRNL privilege.  J         In this case, MWAIT can be started with the MC command as follows:   	    $ MC MWAIT pid    	or                $ MC MWAIT  0 	(with MWAIT prompting for the PID, as above).    D         When the MWAIT executable copied to the SYS$COMMON:[SYSEXE] ; 	directory, it is also possible to define a foreign command E  	as shown above. The difference in this case is that the device and  = 	directory specification can be omitted. In other words, when E 	the MWAIT.EXE program is in SYS$COMMON:[SYSEXE], the foreign command  	specification is simply:                $ MWAIT  :== $MWAIT              	3. USAGE NOTES      	3.1 PRIVILEGES REQUIRED    E 	The Change Mode to Kernel (CMKRNL) privilege is needed to run MWAIT.     ? 	Note: 	Use $SET PROC/PRIV=CMKRNL to get this privilege. If it  7 		happens that you're not authorized to set the CMKRNL  < 		privilege, you'll have to plead with your friendly system 
 		manager.         	3.2 ERROR MESSAGES     , 	Possible error messages from MWAIT include:  C 	SS$_ACCVIO	    - No read access to target process data structures.   > 	SS$_NONEXPR	    - No process found that matches the specified
 			      PID.   @ 	SS$_REMOTE_PROC	    - Process is running on another node in theG                               VMScluster. MWAIT can monitor only local   			      node processes.   C 	%MWAIT-F-INVFRAME   - Invalid Call Frame. The target process has a 5 			      non-standard call frame. The call does apply + 			      to the "OpenVMS Calling Standard".   C 	%MWAIT-F-NORESPONSE - No response from target process. The kernel  5 			      mode AST timed out on reading the specified   			      target process data.   D 	%MWAIT-F-NOTINPHYS  - Virtual data not in physical memory. The data5 			      referenced by a call frame pointer is not in  			      physical memory.            	3.4 RESTRICTIONS     ; 	MWAIT can only analyze processes running on the same node.     / 	The SWAPPER  is not allowed as target process.     B 	N.B.:   MWAIT runs partly in Kernel Mode, i.e. a program error orE 	access violation usually leads to a system crash. Thus, MWAIT SHOULD - 	NOT BE EXECUTED IN A PRODUCTION ENVIRONMENT.              	3.5 MWAIT KIT FILES    ( 	The MWAIT distribution kit consists of:    >             MWAIT.EXE       Executable file for OpenVMS Alpha.I             MWAIT.COM       Command file to build MWAIT on OpenVMS Alpha. :             MWAIT.C         Source file for OpenVMS Alpha.I             MWAIT.TXT       MWAIT User's guide text file (this document). D             MWAIT.DOC       MWAIT User's guide DECwrite source file.?             MWAIT.PS        MWAIT User's guide Postscript file.          	3.6 BUILD OF MWAIT EXECUTABLE    > 	To build the  MWAIT executable image, set the current defaultD 	directory to the one containing the MWAIT kit files and execute the# 	command file MWAIT.COM as follows:                  $ @MWAIT       4. DISPLAY FIELDS    Field			Use  -----			--- # Process name     	VMS process name.    User name      		VMS username.  5 Extended PID     	Extended Process ID of the process.   4 Internal PID   		Internal Process ID of the process.  D Terminal name    	Control device for process (FTAn:/Det/Sub/Net/Bat)  : Master PID		Extended Process ID of the master process (for 			sub-processes only).   = Master Process		Master process name (for sub-processes only).   8 Owner PID		Extended Process ID of the owner process (for 			sub-processes only).   ; Owner Process		Owner process name (for sub-processes only).   < Processes in this job	All processes in the job tree (only if 			sub-processes exist).+ 			The target process is marked with '(*)'.   3 PCB address      	Address of Process Control Block.   , PHD address      	Address of Process Header.  3 JIB address      	Address of Job Information Block.   6 Cur/Base prior 		Current/Base priority of the process.    KTB vector		Kernel Thread Block.  + Threads			Number of process kernel threads.    Running on CPU 		CPU id.  / Thread state    	Thread state, see table below.   0 Thread status   	Thread status, see table below.  H EFN wait cluster 	The event flag cluster number that the "EFN wait mask"3 			refers to. The value shows the event flag range:    			0 =  0 -  31  			1 = 32 -  63  			2 = 64 -  95  			3 = 96 - 127 2 			4 = 128	(Special EFN for thread upcall support)  / 			EFNs in the range 64..127 are found in named   			"Common Event Flag Clusters".9 			If the process is not in a wait state, the contents of  			this field is unpredictable.   E EFN wait mask    	If the process is in LEF,LEFO or CEF state the wait 8 			mask has one bit set for each event flag being waited5 			for. For the special thread upcall support EFN the " 			mask contents is unpredictable.6 			In other wait states a small positive number (1-20)9 			identifies the wait resource number. A negative number : 			indicates the address of the mutex lock routine or JIB.9 			If the process is not in a wait state, the contents of  			this field is unpredictable.     > Process quotas		Displays the quota usage of the process, under3 			currently available/maximum quota/currently used / 			If a quota has been exhausted, then the text - 			"*** Process has run out of XXX quota ***"  			is displayed.  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0 C Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0 C Sub-process count/limit    [Procs] :        0 /      16  In use : 0 C Byte count/limit           [Bytes] :    99680 /   99680  In use : 0 E Byte count/orig. limit     [Bytes] :    99680 /  100000  In use : 320 C File count/limit           [Files] :      199 /     200  In use : 1 D Timer queue count/limit   [Timers] :        0 /      64  In use : 64F Working set quota/limit [Pagelets] :    78224 /   80000  In use : 1776E Page file quota/limit      [Pages] :     3887 /    4096  In use : 209 C AST count/limit            [AST's] :      248 /     250  In use : 2     @ AST's enabled		Each letter corresponds to a mode for which AST's7 			are enabled (Kernel, Executive, Supervisor and User,  			"-" means disabled).   ? AST's active		Each letter corresponds to a mode for which AST's . 			are currently active ("-" means not active)  < AST's queued		Each letter corresponds to a process AST queue1 			which is not empty ("-" means nothing queued).   J Delete pending count	Number of active XQP (eXtended QIO Processor) threads 			for the process.   = Process active channels	Displays process active I/O channels. # 			'Chnl' is the I/O channel index. 0 			'Window' is the window control block address. 			'IOC' is the I/O count.1 			'Sts' is the I/O channel status (busy or idle) 6 			'Device/file accessed' is the device and file name.    J Session Control Port   Session control port name (busy NETn: devices only)J OSI Transport Port     OSI Transport Port name   (busy NETn: devices only)  or J NSP Transport Port     NSP Transport Port name   (busy NETn: devices only)  @ CXB		       Complex chained buffer    (busy INETn: devices only): 		       One logical buffer is split into several segments; 		       for the transmission over a data link and they are 6 		       combined when transferred to the user buffer.        ( APPENDIX A  STANDARD PROCESS WAIT STATES   State	Description  -----	-----------   J COLPG	Collided page wait. Two or more processes (or kernel threads within B 	mulitithreaded processes) have referenced the same page, and thisK       	page is not in physical memory. The first of such processes/threads  ? 	goes into PFW and the subsequent processes/threads into COLPG.   J MWAIT	Mutex and miscellaneous resource wait. The process/thread is waiting; 	for a exhausted or locked resource or a job quota (MUTEX).   B CEF	Common event flag wait. The process/thread is waiting on eventC 	flags in clusters 2 (64-95) or 3 (96-127). MWAIT displays the name C 	of any associated common event flag clusters, and the EFN numbers. + 	The process can be resident or outswapped.   J PFW	Page fault wait. The process/thread has referenced a page that is not D 	in physical memory, and must wait until the page has been read in. E   	(Process deletion, AST delivery and a successful read of the page  * 	will place the process into COM or COMO.)  D LEF	Local event flag wait.  The process/thread is waiting for one orA 	more local event flags to be set. The program displays the event A 	flag cluster number 0 (0-31) or 1 (32-63) or 4 (128) and the EFN 	 	numbers. E 	If more than one EFN is being waited for, the process is waiting for ! 	any of the EFNs shown to be set.  	 > 	Typically the process has called a system service like $QIOW, 	$SYNCH or $WAITFR.   ' LEFO	Local event flag wait, Outswapped.   E HIB	Hibernate wait. The process/thread has called $HIBER. (A $WAKE or # 	$SCHDWK will restart the process.)     HIBO	Hibernate wait, Outswapped.  I SUSP	Suspended. The process has used, or been subject to, a $SUSPND call. -         (A $RESUME will restart the process.)    SUSPO	Suspended, Outswapped.  L FPG	Free page wait. The Process has requested a physical page to be added toD 	its working set, and there are no pages are on the free page list. B 	(When a page is made available, the process becomes COM or COMO.)  E COM	Compute wait. The process is capable of using a CPU, but none is   	currently available.    COMO	Computable, Outswapped.  2 CUR	Current process. Currently executing on a CPU.      ! APPENDIX B  PROCESS STATUS VALUES    Status	   Description  -----	   -----------  RES 	   Resident, in balance set DELPEN	   Delete pending FORCPEN	   Force exit pending % INQUAN	   Initial quantum in progress # PSWAPM	   Process cannot be swapped & RESPEN	   Resume pending, skip suspend- SSFEXC	   System service exception enable (K) . SSFEXCE	   System service exception enable (E). SSFEXCS	   System service exception enable (S). SSFEXCU	   System service exception enable (U)/ SSRWAIT	   System service resource wait disable  SUSPEN	   Suspend pending ' WAKEPEN	   Wake pending, skip hibernate # WALL	   Wait for all events in mask  BATCH	   Process is a batch job # NOACNT	   No accounting for process & NOSUSPEND  Process cannot be suspended ASTPEN	   AST pending ! PHDRES	   Process header resident / HIBER	   Hibernate after initial image activatey" LOGIN	   Login without reading UAF NETWRK	   Network connect jobn PWRAST	   Power fail AST  NODELET	   Cannot delete process) DISAWS	   Disable automatic WS adjustmentr& INTER	   Process is an interactive job$ RECOVER	   Process can recover locks. SECAUDIT   Mandatory security auditing enabled- HARDAFF	   Process is bound to particular CPUV" ERDACT	   Exec mode rundown active% SOFTSUSP   Process is in soft suspendi* PREEMPTED  Hard suspend has preempted soft      & APPENDIX C SYSTEM RESOURCE WAIT STATES   State	Descriptiona -----	-----------rA RWAST	General-purpose resorce wait for a system or special kernela@ 	mode AST. A process/kernel thread is placed into the wait queue" 	specified by the resource number.  A 	Note: 	Some RWAST states can only be cleared by a system reboot.c  G RWMBX	Mailbox full. The process has tried to write to a mailbox that ist' 	full or has insufficient buffer space.   C RWNPG	Wait for nonpaged dynamic memory. Process failed to allocate o1 	the specified amount of nonpaged dynamic memory.   K RWPFF	Page file is full. The system paging file (PAGEFILE.SYS) is too small  	or has not been initialized.a  E 	Note: 	When convenient increase the paging file size and reboot the           system.c  7 	Note: 	See DCL command SHOW MEMORY, Paging File Usage.   C RWPAG	Wait for paged dynamic memory. Process failed to allocate thet  	specified amount of paged pool.  1 RWBRK	Wait for breakthrough (Currently not used).n  : RWIMG	Wait for image activation lock (Currently not used).  5 RWQUO	Wait for job pooled quota (Currently not used).r  A RWLCK	Wait for lock identification database (Currently not used).7  4 RWSWP	Wait for swap file space (Currently not used).  I RWMPE	Modified page list empty.  Process is waiting for the modified pagea= 	writer to signal that it has flushed the modified page list. = 	Only OPCRASH does this to wait prior to stopping the system.i  M RWMPB	Modified page writer busy.  The process has faulted a modified page outi? 	of its working set, and either the modified page list already  C 	contains more pages than MPW_WAITLIMIT, or the modified page list iC 	contains more pages than MPW_LOWLIMIT and the modified page writeri# 	is active, writing modified pages.g  G 	Note: 	Processes should not remain in RWMPB for long periods. If they u> 		do, it may be that a page file has become full, or that the 7 		paging disk is extremely busy or has gone into mount c 		verification..  A RWSCS	Distributed lock manager wait. The process is waiting for a.A 	response from a remote cluster node that has information about al 	particular lock resource.  E RWCLU	Wait for cluster state transition.  The process has requested a B 	lock on a node that is in transition (being added or removed from> 	the cluster). The process will remain in this state until the 	cluster membership stabilizes.   K RWCAP	Wait for CPU capability. The process is computable, and has requested D 	specific CPU capabilities or affinity that a single active CPU on aC 	SMP system can't offer. The process is rescheduled to run on a CPU-( 	that has the right SMP characteristics.  H RWCSV	Wait for cluster server process. The limit of outstanding requestsF 	from one cluster member to another's server process has been reached,< 	and this process has also requested a service of that node.F 	Also requesting certain clusterwide process system services can place7 	a process into this state until the request completes.o  6 RWSNP	Wait for a system snapshot (Currently not used).  K PSXFR	Posix fork creation wait. A kthread/process is in POSIX specific waitrE 	state (parent and child process). A kthread will remain in this waitr< 	state until the thread is explicitly resumed by calling the 	EXE$PSX_RESUME[_xxx] routine.  
 INNER_MODEC 	Indicates a thread in an inner mode semaphore wait. The semaphore rF 	needed for a piggy-back special kernel AST delivery to a thread of a 2 	multithreaded process is owned by another thread.  < EXH	Kernel thread in exit handler wait (Currently not used).     Appendix D. SAMPLE RUNS      D.1 MULTITHREADED PROCESS    $ RUN MWAITl    ;           *** MWAIT /Alpha V2.2 - Process Hang Analyzer ***o  ) Please give target process PID : 21200249   @ Process name     : _FTA2:              User name      : SALMINEN@ Extended PID     : 21200249            Internal PID   : 00010049= PCB address      : 813DACC0            Terminal name  : FTA2: ; JIB address      : 813DAB40            Cur/Base prior : 0/0e PHD address      : 9FE98000e9 KTB vector       : 81114640            Threads        : 2i	 Thread 00 	 ---------p9 KTB address      : 813DACC0            Running on CPU : 1 . Thread state     : COM                 ComputeK Thread status    : 02040001  ssrwait   System service resource wait enabledp?                              RES       Resident, in balance set >                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0 EFN wait mask    : 0000000Dn	 Thread 01 	 ---------e9 KTB address      : 81020400            Running on CPU : 0t. Thread state     : COM                 ComputeK Thread status    : 02040001  ssrwait   System service resource wait enableds?                              RES       Resident, in balance set >                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0 EFN wait mask    : 00000000r  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0tC Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0 C Sub-process count/limit    [Procs] :        0 /      16  In use : 0.C Byte count/limit           [Bytes] :    99552 /   99552  In use : 0rE Byte count/orig. limit     [Bytes] :    99552 /  100000  In use : 448 C File count/limit           [Files] :      198 /     200  In use : 2aC Timer queue count/limit   [Timers] :       64 /      64  In use : 0iF Working set quota/limit [Pagelets] :    76000 /   80000  In use : 4000E Page file quota/limit      [Pages] :     3722 /    4096  In use : 374 C AST count/limit            [AST's] :      248 /     250  In use : 2p- AST's enabled               [KESU] :     KESUh- AST's active                [KESU] :     ----N- AST's queued                [KESU] :     ----d- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 007DA110 / 007D9DEF / 00000321 [hex] ticksm1 Time since last event : 8 seconds 10 millisecondsm   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed + ----  ------  --- ---  -------------------- # 0010 00000000   0      GDCW3B$DRA0:IE 0020 8110CC00   0      GDCW3B$DRA2:[USER5.SALMINEN.THREAD]PRIME.EXE;2eG 0030 810F9C40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]PTHREAD$RTL.EXE;1vB 0040 811C59C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1? 0050 811AE780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1 G 0060 811BC300   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;242fB 0070 811C5480   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;2 0080 00000000   0      FTA2: 0090 00000000   0      FTA2:G 00A0 811C6240   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;1oD 00B0 811C72C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;2D 00C0 811C69C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1F 00D0 811B5000   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SYS$SSISHR.EXE;1 00E0 00000000   0      FTA2:   Current process registers:  L R0   = 00000000 00000FFD  R1   = 00000000 00000FFD  R2   = 00000000 000101C0L R3   = 00000000 00000001  R4   = 00000000 00000000  R5   = 00000000 00000004L R6   = 00000000 00001003  R7   = 00000000 000F44F0  R8   = 00000000 00003D09L R9   = 00000000 000011AE  R10  = 00000000 00007A11  R11  = 00000000 00020004L R12  = 00000000 00020004  R13  = 00000000 00000001  R14  = 00000000 00000000L R15  = 00000000 00000000  R16  = 00000000 00007A11  R17  = 00000000 00000000L R18  = FFFFFE4F 00000007  R19  = 00000000 00000000  R20  = 00000000 00000008L R21  = 00000000 00000000  R22  = 00000000 00000001  R23  = 00000000 0044D0F8L R24  = 00000000 01000000  R25  = 00000000 00000001  R26  = 00000000 00030450L R27  = 00000000 00104010  R28  = FFFFFFFF 8089E4BC  FP   = 00000000 004A7B902 PC   = 00000000 00030450  PS   = 00000000 0000001B   Current mode     : User  Previous mode    : User  Current IPL      : 0  0 The current PC:        00030450 is in the image: PRIMEo, Base      End       Image Offset  Psect type& 00010000  000603FF  00030450      MAIN  0 R26 (Return address):  00030450 is in the image: PRIMEr, Base      End       Image Offset  Psect type& 00010000  000603FF  00030450      MAIN  H ******************* Call Frame 1 ***************************************   FP      = 004A7B904 PDSC    = 000101C0  Stack Frame Procedure Descriptor Next FP = 004A7DD0  * Procedure Entry: 00030158 is in the image: PRIME , Base      End       Image Offset  Psect type& 00010000  000603FF  00030158      MAIN  * Return address:  000AE148 is in the image: PTHREAD$RTL , Base      End       Image Offset  Psect type( 00062000  001035FF  0004C148      GLOBAL  H ******************* Call Frame 2 ***************************************   FP      = 004A7DD04 PDSC    = 00065990  Stack Frame Procedure Descriptor Next FP = 004A7FE0  * Procedure Entry: 000AD818 is in the image: PTHREAD$RTLp, Base      End       Image Offset  Psect type( 00062000  001035FF  0004B818      GLOBAL  * Return address:  0009F294 is in the image: PTHREAD$RTLb, Base      End       Image Offset  Psect type( 00062000  001035FF  0003D294      GLOBAL  H ******************* Call Frame 3 ***************************************   FP      = 004A7FE04 PDSC    = 00064178  Stack Frame Procedure Descriptor Next FP = 7ED2DA70  * Procedure Entry: 0009F27C is in the image: PTHREAD$RTLu, Base      End       Image Offset  Psect type( 00062000  001035FF  0003D27C      GLOBAL  > Return address:  00000000 is not within a system or user image  H ******************* Call Frame 4 ***************************************   FP      = 7ED2DA704 PDSC    = 00062048  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00092148 is in the image: PTHREAD$RTL , Base      End       Image Offset  Psect type( 00062000  001035FF  00030148      GLOBAL  * Return address:  A503F0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A5034000  A503F800  000130D8      Paged read only   H ******************* Call Frame 5 ***************************************   FP      = 7ED31B304 PDSC    = A5041A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: A503EF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A5034000  A503F800  00012F60      Paged read only   * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 6 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged     l  % D.2 PROCESS WAITING FOR AN EVENT FLAG8  B Start the example program WAIT on an other terminal and run MWAIT.  	 $ sho sys2I OpenVMS V7.1  on node GDCW3A  15-MAY-1997 11:28:00.56  Uptime  1 20:23:25iM   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages M 21A00275 _FTA16:         LEF      4    12102   0 00:00:29.78      7922     96i     $ RUN MWAIT     ;           *** MWAIT /Alpha V2.2 - Process Hang Analyzer ***'  ) Please give target process PID : 21200249'  @ Process name     : _FTA2:              User name      : SALMINEN@ Extended PID     : 21200249            Internal PID   : 00010049= PCB address      : 813DACC0            Terminal name  : FTA2:o; JIB address      : 813DAB40            Cur/Base prior : 4/4) PHD address      : 9FE98000 9 KTB vector       : 813DAFAC            Threads        : 1"	 Thread 00t	 ---------)9 KTB address      : 813DACC0            Running on CPU : 1I< Thread state     : LEF                 Local event flag waitK Thread status    : 02040001  ssrwait   System service resource wait enabledi?                              RES       Resident, in balance set'>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0& EFN wait mask    : FFFFFFF7  EFN's = 3  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0:C Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0 C Sub-process count/limit    [Procs] :        0 /      16  In use : 0bC Byte count/limit           [Bytes] :    99680 /   99680  In use : 0eE Byte count/orig. limit     [Bytes] :    99680 /  100000  In use : 320 C File count/limit           [Files] :      199 /     200  In use : 1 C Timer queue count/limit   [Timers] :       63 /      64  In use : 1-F Working set quota/limit [Pagelets] :    78432 /   80000  In use : 1568E Page file quota/limit      [Pages] :     3889 /    4096  In use : 207mC AST count/limit            [AST's] :      248 /     250  In use : 2 - AST's enabled               [KESU] :     KESUe- AST's active                [KESU] :     ----W- AST's queued                [KESU] :     ----p- Delete pending count (XQP event)   :        0o  O Absolute/Last event/Delta time     : 007DBF16 / 007DBB75 / 000003A1 [hex] ticksh2 Time since last event : 9 seconds 290 milliseconds2 Time since last event : 9 seconds 290 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessedc+ ----  ------  --- ---  --------------------u# 0010 00000000   0      GDCW3B$DRA2:eC 0020 8110CC00   0      GDCW3B$DRA2:[USER5.SALMINEN.MWAIT]WAIT.EXE;1e? 0050 811AE780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1aG 0060 811BC300   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;242) 0080 00000000   0      FTA2: 0090 00000000   0      FTA2:   Current process registers:  L R0   = 00000000 00000001  R1   = 00000000 7FFA1F50  R2   = 00000000 7FF48000L R3   = 00000000 00000008  R4   = 00000000 7FFCF818  R5   = 00000000 7FFCF938L R6   = 00000000 7FFAC9F0  R7   = 00000000 7FFAC9F0  R8   = 00000000 7FFAC208L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 00000000  R13  = FFFFFFFF 9984EA80  R14  = FFFFFFFF 81813C00L R15  = 00000000 009B440D  R16  = FFFFFFFF 99806318  R17  = FFFFFFFF 81813C00L R18  = 00000000 00000000  R19  = FFFFFFFF 99805000  R20  = 00000000 00000000L R21  = FFFFFFFF 99805000  R22  = 00000000 000000C2  R23  = 00000000 7FFAC208L R24  = 00000000 7FFAC410  R25  = 00000000 00000005  R26  = 00000000 00000FD2L R27  = FFFFFFFF 9984B260  R28  = FFFFFFFF 81813C00  FP   = 00000000 7ED31A902 PC   = FFFFFFFF 800DB8A4  PS   = 00000000 0000001B   Current mode     : User, Previous mode    : Usero Current IPL      : 0  0 The current PC:        800DB8A4 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D8A4      Nonpaged read only  D R26 (Return address):  00000FD2 is not within a system or user image and is not a return addresse  H ******************* Call Frame 1 ***************************************   FP      = 7ED31A904 PDSC    = 9984EA80  Stack Frame Procedure Descriptor Next FP = 7ED31AD0  * Procedure Entry: 800DB7D0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D7D0      Nonpaged read only  * Return address:  00030074 is in the image: WAIT, Base      End       Image Offset  Psect type& 00010000  000401FF  00030074      MAIN  H ******************* Call Frame 2 ***************************************   FP      = 7ED31AD04 PDSC    = 00010000  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00030000 is in the image: WAIT, Base      End       Image Offset  Psect type& 00010000  000401FF  00030000      MAIN  * Return address:  9F2BF0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  000130D8      Paged read onlys  H ******************* Call Frame 3 ***************************************   FP      = 7ED31B304 PDSC    = 9F2C1A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: 9F2BEF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  00012F60      Paged read onlyc  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 4 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged        ' D.2.2 FIND THE CURRENT SOURCE CODE LINE	    F The Call Frame 1 has the first address within the target program WAIT.  * Return address:  00030074 is in the image: WAIT, Base      End       Image Offset  Psect type& 00010000  000401FF  00030074      MAIN    # Find in WAIT.MAP the psect '$CODE$'n    k Psect Name      Module Name       Base     End           Length            Align                 Attributestk ----------      -----------       ----     ---           ------            -----                 ----------i $LINKAGE                        00010000 0001005F 00000060 (         96.) OCTA  4 NOPIC,CON,REL,LCL,NOSHR,NOEXE,NOWRT,NOVEC,  MOD Q                 WAIT            00010000 0001005F 00000060 (         96.) OCTA  4. $DATA$                          00020000 00020018 00000019 (         25.) LONG  2 NOPIC,CON,REL,LCL,NOSHR,NOEXE,  WRT,NOVEC,  MODgQ                 WAIT            00020000 00020018 00000019 (         25.) LONG  2O $CODE$                          00030000 0003008B 0000008C (        140.) LONG  2   PIC,CON,REL,LCL,  SHR,  EXE,NOWRT,NOVEC,  MOD Q                 WAIT            00030000 0003008B 0000008C (        140.) LONG  2       H Find in the Psect $CODE$ the module in which the 'Image Offset' 000300740 locates. In this case, it is in the module WAIT.  I Subtract the module base address 00030000 from the Image Offset 00030074,uE 30074 - 30000 = 0074. This is the code offset within the module WAIT.t  B Find from the WAIT.LIS file (compiled with /LIST/MACHINE_CODE) theI offset 0074 (always 4 digits) in the generated Alpha code part. From that L code line go backwards and find at the the end of a line the first semicolonJ followed by a line number. This number is the line number in the original  source code.   WAIT.LIS ========   A74D0040     0060               LDQ     R26, 64(R13)                            ; R26, 64(R13)                              ; 000100] 47E07410     0064               BIS     R31, 3, R16                             ; R31, 3, R16 ^ A76D0048     0068               LDQ     R27, 72(R13)                            ; R27, 72(R13)] 47E03419     006C               BIS     R31, 1, R25                             ; R31, 1, R25tZ 6B5A4000     0070               JSR     R26, R26                                ; R26, R26              0074       $L2:                                                                                                ; 000107X 47FD041E     0074               MOV     FP, SP                                  ; FP, SP    * The source code line number is '; 000107'.    0 00000028      100         $WAITFR_S       EFN=#3 00000031      106e 00000031      107         RETe  H For low level languages (MACRO) this code line indicates the instruction4 immediately succeeding the one currently executing.   I Thus, in this example the current execution is at line 100, i.e. the callC& to wait for an event flag ($WAITFR_S). I  7 D.3 USING SDA TO FIND MODULE NAMES FOR SYSTEM ADDRESSESa  7 The current PC of the target program is 800DB8A4 in the  image PROCESS_MANAGEMENT.EXE   $ ANALYZE/SYSTEM" OpenVMS (TM) Alpha system analyzer   SDA>read/executive' SDA>read sys$loadable_images:sysdef.stba  8 - Instruction were the program shall continue execution,  ! SDA> examine/instruction 800DB8A4:1 SYS$WAITFR_C+000D4:     BIS             R31,SP,SPT   - Previous instructions,  ' SDA> examine/instruction 800DB8A4-20;24 0 SYS$WAITFR_C+000B4:     LDL             R0,(R23)1 SYS$WAITFR_C+000B8:     BIS             R31,R0,R003 SYS$WAITFR_C+000BC:     BNE             R0,#X000008p7 SYS$WAITFR_C+000C0:     LDQ             R26,#X0030(R13)a7 SYS$WAITFR_C+000C4:     LDA             R25,#X0001(R31)h7 SYS$WAITFR_C+000C8:     LDQ             R27,#X0038(R13)o6 SYS$WAITFR_C+000CC:     STQ             R16,#X0010(FP)1 SYS$WAITFR_C+000D0:     JSR             R26,(R26) 1 SYS$WAITFR_C+000D4:     BIS             R31,SP,SP   9 In the previous line the code has made a subroutine call,a  1 SYS$WAITFR_C+000D0:     JSR             R26,(R26)w    F 	Note: 	Detailed analysis of calls inside the system code requires the> 		"OpenVMS Alpha Listings CD-ROM Kit and License" for VMS V7.1 		(order number QB-MT1AB-E8)         Call Framesi -----------i  H ******************* Call Frame 2 ***************************************  * Procedure Entry: 80299AF8 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 80284000  802F2C00  00015AF8      Nonpaged read only  * Return address:  7EE546C0 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE2E000  7EE907FF  000266C0      Merged       DCL.MAPt =======   / 	Image offset 000266C0 is within module READRECi    k Psect Name      Module Name       Base     End           Length            Align                 Attributes k ----------      -----------       ----     ---           ------            -----                 ----------i $CODE$                          00010000 00010000 00000000 (          0.) OCTA  4   PIC,CON,REL,LCL,NOSHR,  EXE,NOWRT,NOVEC,  MOD  		...] 		...- DCL$ZCODE                       00010090 0003ED4B 0002ECBC (     191676.) OCTA  4   PIC,CON,REL,LCL,NOSHR,  EXE,NOWRT,NOVEC,  MODi 		...: 		...1  Q                 CANCEL          00025C88 00025D8F 00000108 (        264.) BYTE  0dQ                 CONVERT         00025D90 00026573 000007E4 (       2020.) BYTE  0-Q                 READREC         00026574 000289C3 00002450 (       9296.) BYTE  00    $ Offset:	000266C0-00026574 = 0000014C   READREC.LISM ===========0   00000084     3025 GET_INPUT:  D 00000099     3032 ; READ THE NEXT INPUT RECORD AND CHECK FOR ERRORS.  j 000000E5     3189 13$:    $GET    RAB=(R4)                                ;GET NEXT RECORD FROM INPUT FILE                      0134       7_13$:                                                                                              ; 003189_ A74DFFB0     0134               LDQ     R26, -80(R13)                           ; R26, -80(R13)SY 47E40410     0138               MOV     R4, R16                                 ; R4, R16E_ A76DFFB8     013C               LDQ     R27, -72(R13)                           ; R27, -72(R13)G[ 43C0953E     0140               SUBQ    SP, 4, SP                               ; SP, 4, SPs] 47E03419     0144               BIS     R31, 1, R25                             ; R31, 1, R253Z 6B5A4000     0148               JSR     R26, R26                                ; R26, R26 273F4000     014C               LDAH    R25, 16384(R31)                         ; R25, 16384(R31)                           ; 003190         =  + D.4 DECTERM PROCESS AWAITING KEYBOARD INPUT1  . 	Note: 	This process is not currently hanging.  	 $ sho sys0I OpenVMS V7.1  on node GDCW3A  15-MAY-1997 11:28:00.56  Uptime  1 20:23:250M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages0M 21A00275 _FTA16:         LEF      5    12106   0 00:00:29.79      7922     91    $ MC MWAIT 21A002750    ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ***P    @ Process name     : _FTA16:             User name      : SALMINEN9 Terminal name    : FTA16:              Running on CPU : 1 @ Extended PID     : 21A00275            Internal PID   : 00010075; PCB address      : 81813C00            Cur/Base prior : 4/4  PHD address      : 9A438000  JIB address      : 81787E80s< Process state    : LEF                 Local event flag waitK Process status   : 02040001  ssrwait   System service resource wait enabled*?                              RES       Resident, in balance setP>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0( EFN wait mask    : DFFFFFFF   EFN's = 29  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0 C Buffered I/O count/limit    [IO's] :      149 /     150  In use : 10C Sub-process count/limit    [Procs] :        0 /      16  In use : 0aE Byte count/limit           [Bytes] :    99424 /   99808  In use : 384CE Byte count/orig. limit     [Bytes] :    99424 /  100000  In use : 576 C File count/limit           [Files] :      200 /     200  In use : 0nC Timer queue count/limit   [Timers] :       64 /      64  In use : 0LF Working set quota/limit [Pagelets] :    78576 /   80000  In use : 1424E Page file quota/limit      [Pages] :     3896 /    4096  In use : 200 C AST count/limit            [AST's] :      247 /     250  In use : 3*- AST's enabled               [KESU] :     KESU - AST's active                [KESU] :     ----t- AST's queued                [KESU] :     ----i- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 00F3A97B / 00F3A82C / 0000014F [hex] tickss2 Time since last event : 3 seconds 350 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed + ----  ------  --- ---  -------------------- # 0010 00000000   0      GDCW3B$DRA0: ? 0050 8159C780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1TG 0060 815AA780   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;2403 0080 00000000   1 Busy FTA16:e)        I/O-Packet   1       Hex / DecimalE)        --------------  ------------------         IRP address   : 8102B1000)        EFN           : 0000001D  00000029*1        FUNC          : 0000C000  00049152 IO$_NOP*        IOST1         : 00000000D        IOSB address  : 7EF548E0c(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000100  00000256 BytesA:        AST address   : 9F514E00           is in the image:   [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type5 9F513C00  9F525000  00075200      Nonpaged read/writeP  +        AST parameter : 7EF548D0  2130004176c+        P1            : 7EF51A00  2129992192g)        P2            : 00000100  00000256*)        P3            : 00000002  00000002 )        P4            : 00000000  00000000m+        P5            : 7FFCF79C  2147284892 )        P6            : 00000018  00000024    0090 00000000   0      FTA16:    Current process registers:  L R0   = 00000000 00000001  R1   = 00000000 00000002  R2   = FFFFFFFF 99893CB0L R3   = 00000000 7FFCF668  R4   = 00000000 0000001D  R5   = 00000000 7FFCF668L R6   = 00000000 7FFCE4C0  R7   = 00000000 7EE01398  R8   = 00000000 7ED33FB0L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 000516F8  R13  = FFFFFFFF 9984ECB0  R14  = FFFFFFFF 81813C00L R15  = 00000000 009B440D  R16  = FFFFFFFF 99806318  R17  = FFFFFFFF 81813C00L R18  = 00000000 00000002  R19  = FFFFFFFF 99805000  R20  = 00000000 7FFF0010L R21  = FFFFFFFD FF7FE000  R22  = FFFFFFFF 800DBA18  R23  = 00000000 7FFA1FC0L R24  = 00000000 7ED33FB0  R25  = 00000000 00000005  R26  = 00000000 00000FD2L R27  = FFFFFFFF 9984B260  R28  = 00000000 009B440D  FP   = 00000000 7FFAC2802 PC   = FFFFFFFF 800DBA18  PS   = 00000000 00000012   Current mode     : Supervisorr Previous mode    : SupervisorT Current IPL      : 0  0 The current PC:        800DBA18 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001DA18      Nonpaged read only  D R26 (Return address):  00000FD2 is not within a system or user image and is not a return addressL  H ******************* Call Frame 1 ***************************************   FP      = 7FFAC2804 PDSC    = 9984ECB0  Stack Frame Procedure Descriptor Next FP = 7FFAC2D0  * Procedure Entry: 800DB920 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D920      Nonpaged read only  * Return address:  802FB9FC is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  000179FC      Nonpaged read only  H ******************* Call Frame 2 ***************************************   FP      = 7FFAC2D04 PDSC    = 99893CB0  Stack Frame Procedure Descriptor Next FP = 7FFAC320  * Procedure Entry: 802FB960 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00017960      Nonpaged read only  * Return address:  802FC474 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00018474      Nonpaged read only  H ******************* Call Frame 3 ***************************************   FP      = 7FFAC3204 PDSC    = 99894030  Stack Frame Procedure Descriptor Next FP = 7FFAC410  * Procedure Entry: 802FC3D0 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  000183D0      Nonpaged read only  * Return address:  7EE3AB18 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  00028B18      Merged  H ******************* Call Frame 4 ***************************************  & %MWAIT-F-INVFRAME, Invalid Call Frame:; Unknown procedure descriptor kind, FP = 7FFAC410, Kind = 04E     D.5 PROCESS IS HIBERNATEDM  $ 	Note: 	This process is not hanging.  	 $ sho sysR  I OpenVMS V7.1  on node GDCW3A  15-MAY-1997 11:28:00.56  Uptime  1 20:23:250M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages1M 21A00206 CONFIGURE       HIB     10       18   0 00:00:23.99        48     43      $ mc mwait 21A00206     ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ***0    > Process name     : CONFIGURE           User name      : SYSTEM@ Extended PID     : 20400206            Internal PID   : 00010006B PCB address      : 81115500            Terminal name  : -Detached-; JIB address      : 811D8880            Cur/Base prior : 9/81 PHD address      : 9F5D400009 KTB vector       : 811157EC            Threads        : 1 	 Thread 00 	 ---------29 KTB address      : 81115500            Running on CPU : 205 Thread state     : HIB                 Hibernate wait0K Thread status    : 00140001  ssrwait   System service resource wait enabled0?                              RES       Resident, in balance set >                              PHDRES    Process header resident@                              LOGIN     Login without reading UAF EFN wait cluster : 0 EFN wait mask    : 998058B0t  C Direct   I/O count/limit    [IO's] :      200 /     200  In use : 02C Buffered I/O count/limit    [IO's] :      200 /     200  In use : 0nC Sub-process count/limit    [Procs] :        0 /     200  In use : 0*C Byte count/limit           [Bytes] :    99552 /   99552  In use : 04E Byte count/orig. limit     [Bytes] :    99552 /  100000  In use : 448 C File count/limit           [Files] :      198 /     200  In use : 2nC Timer queue count/limit   [Timers] :      199 /     200  In use : 1oE Working set quota/limit [Pagelets] :    79312 /   80000  In use : 688aE Page file quota/limit      [Pages] :     3940 /    4096  In use : 1564C AST count/limit            [AST's] :      198 /     200  In use : 2*- AST's enabled               [KESU] :     KESU - AST's active                [KESU] :     ----e- AST's queued                [KESU] :     ----s- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 00F3E917 / 00F3E857 / 000000C0 [hex] ticksF2 Time since last event : 1 seconds 920 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessede+ ----  ------  --- ---  --------------------e# 0010 00000000   0      GDCW3B$DRA0:*E 0020 815E7EC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]CONFIGURE.EXE;1eG 0030 815E7C00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]IOGEN$SHARE.EXE;1:G 0040 00000000   0      MBA5: (Buffered I/O Quota available: 1056 bytes)B   Current process registers:  L R0   = 00000000 00000001  R1   = FFFFFFFF 99840C80  R2   = 00000000 7FFCF880L R3   = 00000000 7FFCF95C  R4   = FFFFFFFF 81519580  R5   = 00000000 7FF48000L R6   = FFFFFFFF 9E906E20  R7   = 00000000 00001000  R8   = 00000000 00000000L R9   = FFFFFFFF 9F1B9358  R10  = 00000000 7FFCF800  R11  = 00000000 7FF1A1A2L R12  = 00000000 00000000  R13  = FFFFFFFF 9984D480  R14  = 00000000 00000000L R15  = 00000000 009B4337  R16  = 00000000 00000000  R17  = 00000000 00000000L R18  = FFFFFFFF 99805000  R19  = 00000000 7FF48000  R20  = 00000000 7FFF0000L R21  = 00000000 000A0000  R22  = 00000000 00000000  R23  = 00000000 00000000L R24  = 00000000 00000000  R25  = 00000000 00000000  R26  = FFFFFFFF 800CEAB0L R27  = FFFFFFFF 9984B260  R28  = 00000000 000A0000  FP   = 00000000 7EE85B002 PC   = FFFFFFFF 80001924  PS   = 00000000 0000001B   Current mode     : Userg Previous mode    : User  Current IPL      : 0  0 The current PC:        80001924 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00001924      Nonpaged read only  0 R26 (Return address):  800CEAB0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010AB0      Nonpaged read only  H ******************* Call Frame 1 ***************************************   FP      = 7EE85B004 PDSC    = 9984D480  Stack Frame Procedure Descriptor Next FP = 7EE85B20  * Procedure Entry: 800CEA00 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010A00      Nonpaged read only  * Return address:  00030380 is in the image:	 CONFIGURE$, Base      End       Image Offset  Psect type& 00010000  000503FF  00030380      MAIN  H ******************* Call Frame 2 ***************************************   FP      = 7EE85B204 PDSC    = 00010168  Stack Frame Procedure Descriptor Next FP = 7EE85B60  * Procedure Entry: 000301C0 is in the image:	 CONFIGURE , Base      End       Image Offset  Psect type& 00010000  000503FF  000301C0      MAIN  * Return address:  000300C4 is in the image:	 CONFIGUREf, Base      End       Image Offset  Psect type& 00010000  000503FF  000300C4      MAIN  H ******************* Call Frame 3 ***************************************   FP      = 7EE85B604 PDSC    = 00010000  Stack Frame Procedure Descriptor Next FP = 7EE85BA0  * Procedure Entry: 00030000 is in the image:	 CONFIGUREt, Base      End       Image Offset  Psect type& 00010000  000503FF  00030000      MAIN  * Return address:  9F1A5DCC is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F1A4000  9F1B6C00  00031DCC      Paged read only   H ******************* Call Frame 4 ***************************************   FP      = 7EE85BA04 PDSC    = 9F1B9250  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 9F1A5C90 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F1A4000  9F1B6C00  00031C90      Paged read only:  * Return address:  9F1A5C7C is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F1A4000  9F1B6C00  00031C7C      Paged read only             $ D.6 RWMBX: WAITING FOR MAILBOX SPACE  	 $ SHO SYS I OpenVMS V7.1  on node GDCW3A  14-MAY-1997 14:32:14.61  Uptime  9 23:27:44 M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  PagescM 21A00257 _FTA7:          RWMBX    4      161   0 00:00:46.34       170    159e   $ mc mwait 21A00257i    ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ***o  @ Process name     : _FTA7:              User name      : SALMINEN@ Extended PID     : 2080024A            Internal PID   : 0001004A= PCB address      : 810A7C00            Terminal name  : FTA7:N; JIB address      : 81359880            Cur/Base prior : 5/4e PHD address      : 9FE98000l9 KTB vector       : 810A7EEC            Threads        : 1l	 Thread 00x	 --------- 9 KTB address      : 810A7C00            Running on CPU : 2 3 Thread state     : RWMBX               Mailbox full,K Thread status    : 02040001  ssrwait   System service resource wait enabled ?                              RES       Resident, in balance setR>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0A EFN wait mask    : 00000002  Process is waiting for Mailbox space8    C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0RC Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0 C Sub-process count/limit    [Procs] :        0 /      16  In use : 0bC Byte count/limit           [Bytes] :    99680 /   99680  In use : 0 E Byte count/orig. limit     [Bytes] :    99680 /  100000  In use : 320tC File count/limit           [Files] :      199 /     200  In use : 1	C Timer queue count/limit   [Timers] :       64 /      64  In use : 0*F Working set quota/limit [Pagelets] :    77456 /   80000  In use : 2544E Page file quota/limit      [Pages] :     3853 /    4096  In use : 243 D AST count/limit            [AST's] :      168 /     250  In use : 82- AST's enabled               [KESU] :     KESU - AST's active                [KESU] :     ---Uc- AST's queued                [KESU] :     ---Ue- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 00F42830 / 00F42815 / 0000001B [hex] ticks ( Time since last event : 270 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed + ----  ------  --- ---  ---------------------# 0010 00000000   0      GDCW3B$DRA2:-D 0020 8156CE80   0      GDCW3B$DRA2:[USER5.SALMINEN.MWAIT]TEST4.EXE;9B 0030 815B3BC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;1D 0040 815B5B80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;1? 0050 8159C780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1OG 0060 815AA780   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;240CD 0070 815B5280   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1 0080 00000000   0      FTA7: 0090 00000000   0      FTA7:G 00A0 815B4B00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;1 B 00B0 815B4280   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1F 00C0 00000000   0      MBA132: (Buffered I/O Quota available: 2 bytes) 00D0 00000000   0      FTA7:   Current process registers:  L R0   = 00000000 00000001  R1   = 00000000 7FFAC208  R2   = 00000000 000100A0L R3   = 00000000 000000C0  R4   = 00000000 7FFCF818  R5   = 00000000 00000000L R6   = 00000000 7FFAC9F0  R7   = 00000000 7FFAC9F0  R8   = 00000000 7FFAC208L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 00000000  R13  = FFFFFFFF 9984E570  R14  = FFFFFFFF 81866640L R15  = 00000000 009B4351  R16  = 00000000 00000000  R17  = 00000000 000000C0L R18  = 00000000 00000070  R19  = 00000000 7ED31848  R20  = 00000000 000100A0L R21  = 00000000 000000C0  R22  = 00000000 009B4351  R23  = 00000000 7ED31840L R24  = 00000000 7ED31810  R25  = 00000000 0000000C  R26  = 00000000 000301D0L R27  = 00000000 00000FB2  R28  = FFFFFFFF 81866640  FP   = 00000000 7ED318402 PC   = FFFFFFFF 800003B4  PS   = 00000000 0000001B   Current mode     : User1 Previous mode    : User  Current IPL      : 0  0 The current PC:        800003B4 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  000003B4      Nonpaged read only  0 R26 (Return address):  000301D0 is in the image: TEST4i, Base      End       Image Offset  Psect type& 00010000  000401FF  000301D0      MAIN  H ******************* Call Frame 1 ***************************************   FP      = 7ED318404 PDSC    = 000100A0  Stack Frame Procedure Descriptor Next FP = 7ED31880  * Procedure Entry: 00030158 is in the image: TEST4N, Base      End       Image Offset  Psect type& 00010000  000401FF  00030158      MAIN  * Return address:  800D93A8 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001B3A8      Nonpaged read only  H ******************* Call Frame 2 ***************************************   FP      = 7ED318804 PDSC    = 9984E570  Stack Frame Procedure Descriptor Next FP = 7ED31A90  * Procedure Entry: 800D6C20 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00018C20      Nonpaged read only  > Return address:  0004202B is not within a system or user image  H ******************* Call Frame 3 ***************************************   FP      = 7ED31A904 PDSC    = 00010000  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00030000 is in the image: TEST4 , Base      End       Image Offset  Psect type& 00010000  000401FF  00030000      MAIN  * Return address:  9F2BF0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  000130D8      Paged read only   H ******************* Call Frame 4 ***************************************   FP      = 7ED31B304 PDSC    = 9F2C1A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: 9F2BEF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  00012F60      Paged read only   * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 5 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged        - D.6.1 FIND THE CORRESPONDING SOURCE CODE LINE   C The R26 (Return address):  000301D0 is the first address within the  target program TEST4.E  0 R26 (Return address):  000301D0 is in the image: TEST4 , Base      End       Image Offset  Psect type& 00010000  000401FF  000301D0      MAIN    $ Find in TEST4.MAP the psect '$CODE$'  k Psect Name      Module Name       Base     End           Length            Align                 Attributesrk ----------      -----------       ----     ---           ------            -----                 ----------0 $LINK$                          00010000 000100BF 000000C0 (        192.) OCTA  4 NOPIC,CON,REL,LCL,NOSHR,NOEXE,NOWRT,NOVEC,  MOD2Q                 TEST4           00010000 000100BF 000000C0 (        192.) OCTA  4  $DATA$                          00020000 0002002F 00000030 (         48.) OCTA  4 NOPIC,CON,REL,LCL,NOSHR,NOEXE,  WRT,NOVEC,  MODCQ                 TEST4           00020000 0002002F 00000030 (         48.) OCTA  4  $CODE$                          00030000 000301EB 000001EC (        492.) OCTA  4   PIC,CON,REL,LCL,  SHR,  EXE,NOWRT,NOVEC,  MOD1Q                 TEST4           00030000 000301EB 000001EC (        492.) OCTA  40      H Find in the Psect $CODE$ the module corresponding to the 'Image Offset' 1 000301D0. In this case it is in the module TEST4.0  I Subtract the module base address 00030000 from the Image Offset 000301D0,0F 301D0 - 30000 = 01D0. This is the code offset within the module TEST4.  = Find from the TEST4.LIS file (obtained from compilation with 0O /LIS/MACHINE_CODE) the offset 01D0 in the generated Alpha code part. From that 0M code line go backwards and find at the the end of a line the first semicolon PO followed by a line number. This is the line number of the original source code.T                0188       L$8:                                                                                                ; 0037824 A742FFF0     0188               LDQ     R26, -16(R2)3 43A21012     018C               ADDL    FP, 16, R18*1 B65E0000     0190               STQ     R18, (SP) . 47E11412     0194               MOV     8, R182 B65E0008     0198               STQ     R18, 8(SP)Y 43E30011     019C               SEXTL   mbx$w_chan, R17                         ; R3, R17c4 A682FFD0     01A0               LDQ     R20, -48(R2)2 43A11013     01A4               ADDL    FP, 8, R193 A762FFF8     01A8               LDQ     R27, -8(R2) Y 43E30015     01AC               SEXTL   mbx$w_chan, R21                         ; R3, R21l3 B7FE0010     01B0               STQ     R31, 16(SP)P+ 47FF0410     01B4               CLR     R16r3 B7FE0018     01B8               STQ     R31, 24(SP)d0 47EE1412     01BC               MOV     112, R183 B7FE0020     01C0               STQ     R31, 32(SP)0/ 47E19419     01C4               MOV     12, R25y3 B7FE0028     01C8               STQ     R31, 40(SP)LZ 6B5A4000     01CC               JSR     R26, SYS$QIO                            ; R26, R26/ F01FFFED     01D0               BLBS    R0, L$8a    ) The source code line number is '; 003782' J For high level language this represents the code line where the program is executing, eg. SYS$QIO.d    ' 3782                 ss_check( SYS$QIO(Rw 3783                         mbx$l_efn       ,                               /* Use our own event flag               */dw 3784                         mbx$w_chan      ,                               /* Channel to use                       */0x 3785                         IO$_WRITEVBLK | IO$M_NOW ,                              /* Write console channel            3785 */Iw 3786                         mbx$q_iosb      ,                               /* I/O status block                     */tw 3787                         ast_routine     ,                               /* QIO AST address                      */2w 3788                         mbx$w_chan      ,                               /* QIO AST parameter                    */ w 3789                         mbx$t_buffer    ,                               /* P1 = Message buffer                  */aw 3790                         MBX_WRITE_SIZE  ,                               /* P2 = Size of buffer                  */tw 3791                         0               ,                               /* P3                                   */ w 3792                         0               ,                               /* P4                                   */ w 3793                         0               ,                               /* P5                                   */ w 3794                         0               ) )                             /* P6                                   */  3795         }           D.7 RWAST: RESOURCE WAIT STATE  . The Process has run out of Buffered I/O quota.J The queued Supervisor mode AST is the result of trying to stop the process with CTRL/Y.  	 $ sho sys8I OpenVMS V7.1  on node GDCW3A  14-MAY-1997 16:16:50.21  Uptime  1 01:12:19 M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  PagesrM 21A00258 _FTA8:          RWAST    6      223   0 00:00:14.17       168    158t     $ mc mwait 21A002589    ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ***   :  *** The output will be written into file 21A00258.OUT ***  @ Process name     : _FTA8:              User name      : SALMINEN9 Terminal name    : FTA8:               Running on CPU : 1t@ Extended PID     : 21A00258            Internal PID   : 00010058; PCB address      : 81866E00            Cur/Base prior : 5/4  PHD address      : 9A25C000S JIB address      : 8185BF00 > Process state    : RWAST               Wait for AST completionK Process status   : 02040001  ssrwait   System service resource wait enabled:?                              RES       Resident, in balance seto>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0O EFN wait mask    : 00000001  Process is waiting for AST event/channel interlock-    C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0 E Buffered I/O count/limit    [IO's] :        0 /     150  In use : 150 4    *** Process has run out of Buffered I/O quota ***C Sub-process count/limit    [Procs] :        0 /      16  In use : 0BC Byte count/limit           [Bytes] :    99680 /   99680  In use : 0FE Byte count/orig. limit     [Bytes] :    99680 /  100000  In use : 320 C File count/limit           [Files] :      199 /     200  In use : 1EC Timer queue count/limit   [Timers] :       64 /      64  In use : 0FF Working set quota/limit [Pagelets] :    77472 /   80000  In use : 2528E Page file quota/limit      [Pages] :     3854 /    4096  In use : 2421C AST count/limit            [AST's] :      248 /     250  In use : 20- AST's enabled               [KESU] :     KESU - AST's active                [KESU] :     ----0- AST's queued                [KESU] :     --S-0- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 00F5597B / 00F5597A / 00000001 [hex] ticks0' Time since last event : 10 milliseconds    Process active channels:  + Chnl  Window  IOC Sts  Device/file accessede+ ----  ------  --- ---  -------------------- # 0010 00000000   0      GDCW3B$DRA2:2D 0020 8156CF00   0      GDCW3B$DRA2:[USER5.SALMINEN.MWAIT]TEST3.EXE;1B 0030 815B3BC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;1D 0040 815B5B80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;1? 0050 8159C780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;10G 0060 815AA780   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;240FD 0070 815B5280   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1 0080 00000000   0      FTA8: 0090 00000000   0      FTA8:G 00A0 815B4B00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;1EB 00B0 815B4280   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1F 00C0 00000000 150 Busy MBA132: (Buffered I/O Quota available: 2 bytes))        I/O-Packet   1       Hex / Decimal )        --------------  ------------------5        IRP address   : 81053240*)        EFN           : 00000000  00000000*J        FUNC          : 00000020  00000032 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 02000001         IOSB address  : 7ED31A980(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000001  00000001 Bytes0        AST address   : 00000000u)        AST parameter : 00000000  00000000F+        P1            : 7ED31AA0  2127764128c)        P2            : 00000001  00000001A)        P3            : 00000000  00000000*)        P4            : 00000000  00000000 )        P5            : 00000000  00000000m)        P6            : 00000000  00000000   )        I/O-Packet   2       Hex / Decimal )        --------------  ------------------t 	. . . 	. . .    )        I/O-Packet 149       Hex / Decimala)        --------------  ------------------_        IRP address   : 81274940 )        EFN           : 00000000  00000000CJ        FUNC          : 00000020  00000032 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 00000000*        IOSB address  : 7ED39A98 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000001  00000001 Bytes         AST address   : 00000000E)        AST parameter : 00000000  00000000s+        P1            : 7ED39AA0  2127796896a)        P2            : 00000001  00000001 )        P3            : 00000000  00000000a)        P4            : 00000000  00000000 )        P5            : 00000000  00000000d)        P6            : 00000000  00000000R   00D0 00000000   0      FTA8:   Current process registers:  L R0   = 00000000 7FFA1E20  R1   = FFFFFFFF 99835400  R2   = FFFFFFFF 81866EA0L R3   = 00000000 7FF48000  R4   = FFFFFFFF 81866E00  R5   = FFFFFFFF 81717940L R6   = 00000000 7FF28160  R7   = 00000000 00000030  R8   = FFFFFFFF 998485B8L R9   = 00000000 000000C0  R10  = 00000000 00000030  R11  = 00000000 00000003L R12  = 00000000 00008001  R13  = FFFFFFFF 9982EA38  R14  = 00000000 00000000L R15  = FFFFFFFF 998460C8  R16  = 00000000 00000001  R17  = FFFFFFFF 9982EFA0L R18  = 00000000 00000000  R19  = FFFFFFFF 998460C8  R20  = 00000000 00000008L R21  = 00000000 7FFA1E20  R22  = 00000000 7FFA1E20  R23  = FFFFFFFF 99805000L R24  = 00000000 7FFA1E20  R25  = 00000000 7FFA1E20  R26  = 00000000 7FFA1E20L R27  = 00000000 7FFA1E20  R28  = 00000000 7FFA1E20  FP   = 00000000 7FFA1E202 PC   = FFFFFFFF 8003741C  PS   = 20000000 00000003   Current mode     : Kernel  Previous mode    : UserR Current IPL      : 0  0 The current PC:        8003741C is in the image: SYSTEM_PRIMITIVES_MIN.EXE , Base      End       Image Offset  Psect type4 80028000  8005D600  0000F41C      Nonpaged read only  D R26 (Return address):  7FFA1E20 is not within a system or user image and is not a return address   H ******************* Call Frame 1 ***************************************   FP      = 7FFA1E204 PDSC    = 9982EA90  Stack Frame Procedure Descriptor Next FP = 7FFA1EC0  * Procedure Entry: 800372B0 is in the image: SYSTEM_PRIMITIVES_MIN.EXEc, Base      End       Image Offset  Psect type4 80028000  8005D600  0000F2B0      Nonpaged read only  * Return address:  8003C24C is in the image: SYSTEM_PRIMITIVES_MIN.EXE , Base      End       Image Offset  Psect type4 80028000  8005D600  0001424C      Nonpaged read only  H ******************* Call Frame 2 ***************************************   FP      = 7FFA1EC04 PDSC    = 998460C8  Stack Frame Procedure Descriptor Next FP = 7ED31AA0  * Procedure Entry: 800AC6C0 is in the image: IO_ROUTINES.EXE-, Base      End       Image Offset  Psect type4 80096000  800B9600  000166C0      Nonpaged read only  * Return address:  80082D64 is in the image:
 EXCEPTION.EXE/, Base      End       Image Offset  Psect type4 80082000  80095600  00014D64      Nonpaged read only  H ******************* Call Frame 3 ***************************************   FP      = 7ED31AA04 PDSC    = 00010000  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00020000 is in the image: TEST3$, Base      End       Image Offset  Psect type& 00010000  000301FF  00020000      MAIN  * Return address:  9F2BF0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  000130D8      Paged read only0  H ******************* Call Frame 4 ***************************************   FP      = 7ED31B304 PDSC    = 9F2C1A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: 9F2BEF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  00012F60      Paged read only)  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 5 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged  6  *** The output was written into file 21A00258.OUT ***     2   D.8 MUTEX: RESOURCE WAIT STATE  - The Process has run out of timer count quota.0  	 $ sho sys8I OpenVMS V7.1  on node GDCW3A  14-MAY-1997 16:16:50.21  Uptime  1 01:12:19:M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages M 20800252 _FTA10:         MUTEX    6       73   0 00:00:06.03       123    111f     $ mc mwait 208002520    ;           *** MWAIT /Alpha V2.8 - Process Hang Analyzer ***s    :  *** The output will be written into file 20800252.OUT ***  @ Process name     : _FTA6:              User name      : SALMINEN@ Extended PID     : 20800252            Internal PID   : 00010052= PCB address      : 8109BD40            Terminal name  : FTA6:d; JIB address      : 8130A8C0            Cur/Base prior : 4/45 PHD address      : 9FE54000a9 KTB vector       : 8109C02C            Threads        : 11	 Thread 008	 --------- 9 KTB address      : 8109BD40            Running on CPU : 1E: Thread state     : MUTEX               Mutex/resource waitK Thread status    : 02040001  ssrwait   System service resource wait enabledF?                              RES       Resident, in balance set8>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0: EFN wait mask    : 815CD3C0  JIB address, waiting on TQCNT  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0iC Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0*C Sub-process count/limit    [Procs] :        0 /      16  In use : 00C Byte count/limit           [Bytes] :    99680 /   99680  In use : 0 E Byte count/orig. limit     [Bytes] :    99680 /  100000  In use : 320sC File count/limit           [Files] :      199 /     200  In use : 1eD Timer queue count/limit   [Timers] :        0 /      64  In use : 643    *** Process has run out of Timer count quota ***1F Working set quota/limit [Pagelets] :    78224 /   80000  In use : 1776E Page file quota/limit      [Pages] :     3887 /    4096  In use : 2090C AST count/limit            [AST's] :      248 /     250  In use : 2n- AST's enabled               [KESU] :     KESUT- AST's active                [KESU] :     ----y- AST's queued                [KESU] :     ----d- Delete pending count (XQP event)   :        0m  O Absolute/Last event/Delta time     : 00FE2651 / 00FE23CE / 00000283 [hex] tickse2 Time since last event : 6 seconds 430 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed + ----  ------  --- ---  -------------------- # 0010 00000000   0      GDCW3B$DRA2:0D 0020 8156CF80   0      GDCW3B$DRA2:[USER5.SALMINEN.MWAIT]TEST1.EXE;2B 0030 815B3BC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;1? 0050 8159C780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1iG 0060 815AA780   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;240  0080 00000000   0      FTA10:E 0090 00000000   0      FTA10:    Current process registers:  L R0   = 00000000 00000001  R1   = 00000000 7FFAC410  R2   = 00000000 00010000L R3   = 00000000 00018481  R4   = 00000000 7FFCF818  R5   = 00000000 7FFCF938L R6   = 00000000 7FFAC9F0  R7   = 00000000 7FFAC9F0  R8   = 00000000 7FFAC208L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 00000000  R13  = FFFFFFFF 9F2C1A90  R14  = 00000000 00000000L R15  = 00000000 009B4351  R16  = 00000000 00000000  R17  = 00000000 7ED31AC8L R18  = 00000000 00000000  R19  = 00000000 00018480  R20  = 00000000 00000000L R21  = FFFFFFFF 99805000  R22  = 00000000 00000005  R23  = 00000000 00000000L R24  = 00000000 7ED31AC8  R25  = 00000000 00000005  R26  = 00000000 00020078L R27  = FFFFFFFF 9984B260  R28  = FFFFFFFF 99805000  FP   = 00000000 7ED31AC02 PC   = FFFFFFFF 80000454  PS   = 00000000 0000001B   Current mode     : UserR Previous mode    : User  Current IPL      : 0  0 The current PC:        80000454 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00000454      Nonpaged read only  0 R26 (Return address):  00020078 is in the image: TEST10, Base      End       Image Offset  Psect type& 00010000  000301FF  00020078      MAIN  H ******************* Call Frame 1 ***************************************   FP      = 7ED31AC04 PDSC    = 00010000  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00020000 is in the image: TEST1., Base      End       Image Offset  Psect type& 00010000  000301FF  00020000      MAIN  * Return address:  9F2BF0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  000130D8      Paged read onlym  H ******************* Call Frame 2 ***************************************   FP      = 7ED31B304 PDSC    = 9F2C1A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: 9F2BEF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  00012F60      Paged read onlyT  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 3 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged  6  *** The output was written into file 20800252.OUT ***         D.9 WRONG VOLUME MOUNTED    	 $ sho sysCI OpenVMS V7.1  on node GDCW3A  14-MAY-1997 16:16:50.21  Uptime  1 01:12:19 M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages M 21A0025E _FTA12:         LEF      9    10577   0 00:00:19.67      7701    107h     $ sho dev dk  P Device                  Device           Error    Volume         Free  Trans MntP  Name                   Status           Count     Label        Blocks Count CntP $3$DKA600:    (GDCW3A)  WrongVolume          0  AXPVMS070LS2     61680     2   1%                         mounted alloc                          wrtlck     $ RUN MWAITe    ;           *** MWAIT /Alpha V2.0 - Process Hang Analyzer ***E  ) Please give target process PID : 21A0025E   @ Process name     : _FTA12:             User name      : SALMINEN9 Terminal name    : FTA12:              Running on CPU : 0 @ Extended PID     : 21A0025E            Internal PID   : 0001005E; PCB address      : 815078C0            Cur/Base prior : 9/4S PHD address      : 9A36C000  JIB address      : 815A9680 < Process state    : LEF                 Local event flag waitK Process status   : 02040001  ssrwait   System service resource wait enabled ?                              RES       Resident, in balance set >                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0( EFN wait mask    : BFFFFFFF   EFN's = 30  C Direct   I/O count/limit    [IO's] :      149 /     150  In use : 1 C Buffered I/O count/limit    [IO's] :      150 /     150  In use : 04C Sub-process count/limit    [Procs] :        0 /      16  In use : 00C Byte count/limit           [Bytes] :    99616 /   99616  In use : 0 E Byte count/orig. limit     [Bytes] :    99616 /  100000  In use : 384 C File count/limit           [Files] :      199 /     200  In use : 1 C Timer queue count/limit   [Timers] :       64 /      64  In use : 0rF Working set quota/limit [Pagelets] :    78288 /   80000  In use : 1712E Page file quota/limit      [Pages] :     3801 /    4096  In use : 2958C AST count/limit            [AST's] :      247 /     250  In use : 3:- AST's enabled               [KESU] :     KESU - AST's active                [KESU] :     ----8- AST's queued                [KESU] :     ----1- Delete pending count (XQP event)   :        09  O Absolute/Last event/Delta time     : 008A6A01 / 008A5487 / 0000157A [hex] ticksu3 Time since last event : 54 seconds 980 millisecondss   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed + ----  ------  --- ---  --------------------x 0010 00000000   0      DKA600:E 0020 8159D180   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DIRECTORY.EXE;1CB 0030 815B4280   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1B 0040 815B3BC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;1? 0050 8159C780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1eG 0060 815AA780   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;240  0070 818586C0   1 Busy DKA600: 0080 00000000   0      FTA12:a 0090 00000000   0      FTA12:    Current process registers:  L R0   = 00000000 00000001  R1   = 00000000 7FFA1F50  R2   = 00000000 7FF48000L R3   = 00000000 40000000  R4   = 00000000 0000000F  R5   = 00000000 7FFD00E4L R6   = 00000000 00000001  R7   = 00000000 00000002  R8   = 00000000 00000000L R9   = 00000000 00000000  R10  = 00000000 7EF4D208  R11  = 00000000 7FFD00B8L R12  = 00000000 7FFABAC4  R13  = FFFFFFFF 9984EA80  R14  = FFFFFFFF 815078C0L R15  = 00000000 009B4354  R16  = FFFFFFFF 99806318  R17  = FFFFFFFF 815078C0L R18  = 00000000 00000000  R19  = FFFFFFFF 99805000  R20  = 00000000 00000000L R21  = 00000000 40000000  R22  = 00000000 000000C2  R23  = 00000000 00000000L R24  = 00000000 00000000  R25  = 00000000 00000005  R26  = 00000000 00000FD2L R27  = FFFFFFFF 9984B260  R28  = FFFFFFFF 815078C0  FP   = 00000000 7FFA5EC02 PC   = FFFFFFFF 800DB8A4  PS   = 00000000 0000000A   Current mode     : Executive Previous mode    : Supervisor  Current IPL      : 0  0 The current PC:        800DB8A4 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D8A4      Nonpaged read only  D R26 (Return address):  00000FD2 is not within a system or user image and is not a return addressl  H ******************* Call Frame 1 ***************************************   FP      = 7FFA5EC04 PDSC    = 9984EA80  Stack Frame Procedure Descriptor Next FP = 7FFA5F20  * Procedure Entry: 800DB7D0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D7D0      Nonpaged read only  * Return address:  802FA910 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00016910      Nonpaged read only  H ******************* Call Frame 2 ***************************************   FP      = 7FFA5F204 PDSC    = 9989CBA0  Stack Frame Procedure Descriptor Next FP = 7FFABB70  * Procedure Entry: 802FA518 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00016518      Nonpaged read only  * Return address:  80082874 is in the image:
 EXCEPTION.EXEa, Base      End       Image Offset  Psect type4 80082000  80095600  00014874      Nonpaged read only  H ******************* Call Frame 3 ***************************************   FP      = 7FFABB704 PDSC    = 7EE16290  Stack Frame Procedure Descriptor Next FP = 7ECB13C0  * Procedure Entry: 7EE40E8C is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EE8C      Merged  * Return address:  8005ACC0 is in the image: SYSTEM_PRIMITIVES_MIN.EXE0, Base      End       Image Offset  Psect type4 80028000  8005D600  00032CC0      Nonpaged read only  H ******************* Call Frame 4 ***************************************   FP      = 7ECB13C04 PDSC    = 9F2C1768  Stack Frame Procedure Descriptor Next FP = 7ECB1410  * Procedure Entry: 9F2BE260 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 9F2B4000  9F2BF800  00012260      Paged read only   * Return address:  800C99F4 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0000B9F4      Nonpaged read only  H ******************* Call Frame 5 ***************************************   FP      = 7ECB14104 PDSC    = 9984C940  Stack Frame Procedure Descriptor Next FP = 7ECB1480  * Procedure Entry: 800C9970 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0000B970      Nonpaged read only  * Return address:  800D93A8 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001B3A8      Nonpaged read only  H ******************* Call Frame 6 ***************************************   FP      = 7ECB14804 PDSC    = 9984E570  Stack Frame Procedure Descriptor Next FP = 7ECB15B0  * Procedure Entry: 800D6C20 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00018C20      Nonpaged read only  > Return address:  00000000 is not within a system or user image  H ******************* Call Frame 7 ***************************************   FP      = 7ECB15B04 PDSC    = 9984ECB0  Stack Frame Procedure Descriptor Next FP = 7ECB1600  * Procedure Entry: 800DB920 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D920      Nonpaged read only  * Return address:  802FB9FC is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  000179FC      Nonpaged read only  H ******************* Call Frame 8 ***************************************   FP      = 7ECB16004 PDSC    = 99893CB0  Stack Frame Procedure Descriptor Next FP = 7ECB1650  * Procedure Entry: 802FB960 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00017960      Nonpaged read only  * Return address:  802FCD64 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00018D64      Nonpaged read only  H ******************* Call Frame 9 ***************************************   FP      = 7ECB16504 PDSC    = 99893E20  Stack Frame Procedure Descriptor Next FP = 7ECB1690  * Procedure Entry: 802FCCC0 is in the image: [SYS$LDR]RMS.EXE, Base      End       Image Offset  Psect type4 802E4000  80357E00  00018CC0      Nonpaged read only  * Return address:  80856D74 is in the image: LIBRTL, Base      End       Image Offset  Psect type6 80800000  8089EC00  00056D74      System Resident Code  I ******************* Call Frame 10 ***************************************e   FP      = 7ECB16904 PDSC    = 7F01C788  Stack Frame Procedure Descriptor Next FP = 7ECB1740  * Procedure Entry: 80856A20 is in the image: LIBRTL, Base      End       Image Offset  Psect type6 80800000  8089EC00  00056A20      System Resident Code  * Return address:  00032F80 is in the image:	 DIRECTORY3, Base      End       Image Offset  Psect type& 00010000  000605FF  00032F80      MAIN  I ******************* Call Frame 11 ***************************************s   FP      = 7ECB17404 PDSC    = 00010338  Stack Frame Procedure Descriptor Next FP = 7ECB1BB0  * Procedure Entry: 00030DA0 is in the image:	 DIRECTORYs, Base      End       Image Offset  Psect type& 00010000  000605FF  00030DA0      MAIN  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  I ******************* Call Frame 12 ***************************************g   FP      = 7ECB1BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged   0   D.10 LEF on thread upcall   I This ADA program has made a call to the LIB$FIND_IMAGE_SYMBOL (in LIBRTL)0K and the thread upcall does not complete. The program hangs on a $SYNCH callg$ (in LIBRTL) waiting for the EFN 128.L The program has User mode AST's queued and the User mode AST's are disabled.   $ MC MWAIT 21200284t    ;           *** MWAIT /Alpha V2.2 - Process Hang Analyzer ***R    @ Process name     : _FTA5:              User name      : SALMINEN@ Extended PID     : 21200284            Internal PID   : 00010084= PCB address      : 814045C0            Terminal name  : FTA5: ; JIB address      : 813C8680            Cur/Base prior : 8/4  PHD address      : 9FD44000:9 KTB vector       : 814048AC            Threads        : 1 	 Thread 00 	 ---------a9 KTB address      : 814045C0            Running on CPU : 1l< Thread state     : LEF                 Local event flag waitK Thread status    : 02040001  ssrwait   System service resource wait enabled ?                              RES       Resident, in balance set >                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 4K EFN wait mask    : DFFFFFFF  EFN = 128, EFN$C_ENF for thread upcall support4  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0 C Buffered I/O count/limit    [IO's] :      148 /     150  In use : 2eC Sub-process count/limit    [Procs] :        0 /      16  In use : 0RC Byte count/limit           [Bytes] :    96864 /   96864  In use : 0eF Byte count/orig. limit     [Bytes] :    96864 /  100000  In use : 3136C File count/limit           [Files] :      191 /     200  In use : 9JC Timer queue count/limit   [Timers] :       64 /      64  In use : 0 G Working set quota/limit [Pagelets] :    67152 /   80000  In use : 12848 F Page file quota/limit      [Pages] :     2718 /    4096  In use : 1378C AST count/limit            [AST's] :      244 /     250  In use : 68- AST's enabled               [KESU] :     KES-t- AST's active                [KESU] :     ----s- AST's queued                [KESU] :     ---U - Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 0104570D / 010456F9 / 00000014 [hex] tickso( Time since last event : 200 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accesseda+ ----  ------  --- ---  -------------------- # 0010 00000000   0      GDCW2Z$DRA2: J 0020 81110240   0      GDCW3B$DRA2:[USER5.SALMINEN]RUN_SHAREABLE_D.EXE;182D 0030 811B9C00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]MOUNTSHR.EXE;1D 0040 811B7EC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]INIT$SHR.EXE;1? 0050 811AE780   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;10G 0060 811BC300   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;242 E 0070 811B66C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DISMNTSHR.EXE;1e 0080 00000000   0      FTA5: 0090 00000000   0      FTA5:E 00A0 81342380   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SECURESHR.EXE;1AB 00B0 811C59C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1B 00C0 811C5480   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;2F 00D0 81346000   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SECURESHRP.EXE;1L 00E0 811BBB80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]PTD$SERVICES_SHR.EXE;1B 00F0 811CA080   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CRFSHR.EXE;1B 0100 811C37C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]ADARTL.EXE;1C 0110 8138C300   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$RTL.EXE;1=G 0120 811C6240   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;19G 0130 8110C1C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]PTHREAD$RTL.EXE;10A 0140 811CA800   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]TRACE.EXE;10F 0150 811B5000   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SYS$SSISHR.EXE;1S 0160 8117CD40   0      GDCW3B$DRA2:[TEST.TMC_BE.RUNTIME_AXP]AUTBE_AUX_RO_SHR.EXE;14 Z 0170 813AA200   0      GDCW3B$DRA2:[TEST.EXCEPTIONS.RUNTIME_AXP]EXCEPTIONS_CTRL_SHR.EXE;14N 0180 813AD340   0      GDCW3B$DRA2:[TEST.LIBRARY.RUNTIME_AXP]SHRLIB_SHR.EXE;18C 0190 811C8140   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]PAS$RTL.EXE;10D 01A0 811C69C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1D 01B0 811C72C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;2F 01C0 81394800   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]IMG$SHRLIB.EXE;1F 01D0 8137D200   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]XIE$SHRLIB.EXE;1H 01E0 81376A40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECW$XLIBSHR.EXE;2M 01F0 81375E00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CDE$UNIX_ROUTINES.EXE;20Q 0200 81342180   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECW$TRANSPORT_COMMON.EXE;1*F 0210 8137BC40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CDA$ACCESS.EXE;1F 0220 81379100   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECW$XTSHR.EXE;1I 0230 8137A880   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECW$XMLIBSHR.EXE;1FJ 0240 8137B780   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECW$DXMLIBSHR.EXE;1B 0250 81342300   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LBRSHR.EXE;1J 0260 81378F80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECW$DWTLIBSHR.EXE;1U 0270 813AFB80   0      GDCW3B$DRA2:[TEST.PRIMITIVES.RUNTIME_AXP]PRIMITIVES_SHR.EXE;19tM 0280 8117A980   0      GDCW3B$DRA2:[TEST.PDC.RUNTIME_AXP]PDCAPPLIB_SHR.EXE;31 C 0290 811BF580   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SORTSHR.EXE;1sT 02A0 813AE880   0      GDCW3B$DRA2:[TEST.PDR_COMMON.RUNTIME_AXP]PDRCOMMON_SHR.EXE;17J 02B0 813B0440   0      GDCW3B$DRA2:[TEST.RPC.RUNTIME_AXP]RPCLIB_SHR.EXE;14R 02C0 8119DB00   0      GDCW3B$DRA2:[TEST.PDC_COMMON.RUNTIME_AXP]PDCCLIB_SHR.EXE;23S 02D0 8119DD00   0      GDCW3B$DRA2:[TEST.APPL_LIBRARY.RUNTIME_AXP]APPLIB_SHR.EXE;230J 02E0 811D2D00   0      GDCW3B$DRA2:[TEST.PDC.RUNTIME_AXP]PDCLIB_SHR.EXE;31U 02F0 811D4D00   0      GDCW3B$DRA2:[TEST.PDC_COMMON.RUNTIME_AXP]SQLMOD_COMM_SHR.EXE;9 D 0300 81389480   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SQL$INT.EXE;11B 0310 81387B80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]RDBSHR.EXE;8J 0320 811E1F80   0      GDCW3B$DRA2:[TEST.PDC.RUNTIME_AXP]SQLMOD_SHR.EXE;29H 0330 00000000   1 Busy MBA747: (Buffered I/O Quota available: 570 bytes)H 0340 00000000   1 Busy MBA748: (Buffered I/O Quota available: 570 bytes) 0350 00000000   0      FTA5:   Current process registers:  L R0   = 00000000 00000001  R1   = FFFFFFFF 9F4B9080  R2   = 00000000 00706120L R3   = 00000000 0257EFC0  R4   = 00000000 00709AA0  R5   = FFFFFFFF 80857D7CL R6   = 00000000 00000000  R7   = 00000000 0031A440  R8   = 00000000 00000000L R9   = 00000000 0257F0E0  R10  = 00000000 9F4CECB0  R11  = 00000000 0031A448L R12  = 00000000 01AB8250  R13  = FFFFFFFF 9F4CECB0  R14  = FFFFFFFF 9F4CECB0L R15  = 00000000 00000001  R16  = FFFFFFFF 9F486318  R17  = FFFFFFFF 814045C0L R18  = FFFFFFFF 9F4B9080  R19  = FFFFFFFF 9F485000  R20  = 00000000 7FFF0010L R21  = FFFFFFFD FF7FE000  R22  = FFFFFFFF 800DBA18  R23  = 00000000 7FFA1FC0L R24  = 00000000 00000000  R25  = 00000000 00000005  R26  = 00000000 00000FD2L R27  = FFFFFFFF 9F4CB260  R28  = 00000000 00000001  FP   = 00000000 0257EEE02 PC   = FFFFFFFF 800DBA18  PS   = 00000000 0000001B   Current mode     : User  Previous mode    : User  Current IPL      : 0  0 The current PC:        800DBA18 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001DA18      Nonpaged read only  D R26 (Return address):  00000FD2 is not within a system or user image and is not a return address   H ******************* Call Frame 1 ***************************************   FP      = 0257EEE04 PDSC    = 9F4CECB0  Stack Frame Procedure Descriptor Next FP = 0257EF30  * Procedure Entry: 800DB920 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001D920      Nonpaged read only  * Return address:  006F70A0 is in the image:
 SYS$SSISHR, Base      End       Image Offset  Psect type( 006E6000  007163FF  000110A0      GLOBAL  H ******************* Call Frame 2 ***************************************   FP      = 0257EF304 PDSC    = 007061B0  Stack Frame Procedure Descriptor Next FP = 0257EF50  * Procedure Entry: 006F6FE0 is in the image:
 SYS$SSISHR, Base      End       Image Offset  Psect type( 006E6000  007163FF  00010FE0      GLOBAL  * Return address:  006F668C is in the image:
 SYS$SSISHR, Base      End       Image Offset  Psect type( 006E6000  007163FF  0001068C      GLOBAL  H ******************* Call Frame 3 ***************************************   FP      = 0257EF504 PDSC    = 00706120  Stack Frame Procedure Descriptor Next FP = 0257EFE0  * Procedure Entry: 006F6278 is in the image:
 SYS$SSISHR, Base      End       Image Offset  Psect type( 006E6000  007163FF  00010278      GLOBAL  * Return address:  006F7194 is in the image:
 SYS$SSISHR, Base      End       Image Offset  Psect type( 006E6000  007163FF  00011194      GLOBAL  H ******************* Call Frame 4 ***************************************   FP      = 0257EFE04 PDSC    = 0070CAA0  Stack Frame Procedure Descriptor Next FP = 0257F030  * Procedure Entry: 006F70D0 is in the image:
 SYS$SSISHR, Base      End       Image Offset  Psect type( 006E6000  007163FF  000110D0      GLOBAL  * Return address:  80857D7C is in the image: LIBRTL, Base      End       Image Offset  Psect type6 80800000  8089E000  00057D7C      System Resident Code  H ******************* Call Frame 5 ***************************************   FP      = 0257F0304 PDSC    = 0030C9B8  Stack Frame Procedure Descriptor Next FP = 0257F7A0  * Procedure Entry: 80857A78 is in the image: LIBRTL, Base      End       Image Offset  Psect type6 80800000  8089E000  00057A78      System Resident Code  * Return address:  01D3E6A0 is in the image: SQL$INT9, Base      End       Image Offset  Psect type( 01D08000  01D785FF  000366A0      GLOBAL  H ******************* Call Frame 6 ***************************************   FP      = 0257F7A04 PDSC    = 01D080C8  Stack Frame Procedure Descriptor Next FP = 0257F7D0  * Procedure Entry: 01D3E668 is in the image: SQL$INT8, Base      End       Image Offset  Psect type( 01D08000  01D785FF  00036668      GLOBAL  * Return address:  01D3B898 is in the image: SQL$INT , Base      End       Image Offset  Psect type( 01D08000  01D785FF  00033898      GLOBAL  H ******************* Call Frame 7 ***************************************   FP      = 0257F7D04 PDSC    = 01D08260  Stack Frame Procedure Descriptor Next FP = 0257F820  * Procedure Entry: 01D3B848 is in the image: SQL$INT*, Base      End       Image Offset  Psect type( 01D08000  01D785FF  00033848      GLOBAL  * Return address:  01D3B4F4 is in the image: SQL$INTF, Base      End       Image Offset  Psect type( 01D08000  01D785FF  000334F4      GLOBAL  H ******************* Call Frame 8 ***************************************   FP      = 0257F8204 PDSC    = 01D083E0  Stack Frame Procedure Descriptor Next FP = 0257FA50  * Procedure Entry: 01D3AFE0 is in the image: SQL$INT0, Base      End       Image Offset  Psect type( 01D08000  01D785FF  00032FE0      GLOBAL  * Return address:  01D38548 is in the image: SQL$INT9, Base      End       Image Offset  Psect type( 01D08000  01D785FF  00030548      GLOBAL  H ******************* Call Frame 9 ***************************************   FP      = 0257FA504 PDSC    = 01C58C68  Stack Frame Procedure Descriptor Next FP = 0257FA90  * Procedure Entry: 01C99358 is in the image: SQLMOD_COMM_SHRc, Base      End       Image Offset  Psect type( 01C56000  01D067FF  00043358      GLOBAL  * Return address:  01C98FC4 is in the image: SQLMOD_COMM_SHRF, Base      End       Image Offset  Psect type( 01C56000  01D067FF  00042FC4      GLOBAL  I ******************* Call Frame 10 ***************************************e   FP      = 0257FA904 PDSC    = 01C58BB8  Stack Frame Procedure Descriptor Next FP = 0257FAB0  * Procedure Entry: 01C98F74 is in the image: SQLMOD_COMM_SHRa, Base      End       Image Offset  Psect type( 01C56000  01D067FF  00042F74      GLOBAL  * Return address:  01C99894 is in the image: SQLMOD_COMM_SHR*, Base      End       Image Offset  Psect type( 01C56000  01D067FF  00043894      GLOBAL  I ******************* Call Frame 11 ***************************************M   FP      = 0257FAB04 PDSC    = 01C58D18  Stack Frame Procedure Descriptor Next FP = 0257FB10  * Procedure Entry: 01C99574 is in the image: SQLMOD_COMM_SHRg, Base      End       Image Offset  Psect type( 01C56000  01D067FF  00043574      GLOBAL  * Return address:  01B608D4 is in the image:
 PDCLIB_SHR, Base      End       Image Offset  Psect type( 01A90000  01C553FF  000D08D4      GLOBAL  I ******************* Call Frame 12 ***************************************    FP      = 0257FB104 PDSC    = 01AB8070  Stack Frame Procedure Descriptor Next FP = 0257FB70  * Procedure Entry: 01B60868 is in the image:
 PDCLIB_SHR, Base      End       Image Offset  Psect type( 01A90000  01C553FF  000D0868      GLOBAL  * Return address:  01B60CBC is in the image:
 PDCLIB_SHR, Base      End       Image Offset  Psect type( 01A90000  01C553FF  000D0CBC      GLOBAL  I ******************* Call Frame 13 ***************************************r   FP      = 0257FB704 PDSC    = 01AB8250  Stack Frame Procedure Descriptor Next FP = 0257FB90  * Procedure Entry: 01B60C98 is in the image:
 PDCLIB_SHR, Base      End       Image Offset  Psect type( 01A90000  01C553FF  000D0C98      GLOBAL  * Return address:  004560BC is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  000200BC      GLOBAL  I ******************* Call Frame 14 ***************************************8   FP      = 0257FB904 PDSC    = 0043C440  Stack Frame Procedure Descriptor Next FP = 0257FBC0  * Procedure Entry: 00456040 is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  00020040      GLOBAL  * Return address:  0045D4DC is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  000274DC      GLOBAL  I ******************* Call Frame 15 ***************************************c   FP      = 0257FBC04 PDSC    = 004371C0  Stack Frame Procedure Descriptor Next FP = 0257FD20  * Procedure Entry: 0045C5C0 is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  000265C0      GLOBAL  * Return address:  01B610B0 is in the image:
 PDCLIB_SHR, Base      End       Image Offset  Psect type( 01A90000  01C553FF  000D10B0      GLOBAL  I ******************* Call Frame 16 ***************************************    FP      = 0257FD204 PDSC    = 01AB8310  Stack Frame Procedure Descriptor Next FP = 0257FD80  * Procedure Entry: 01B60F48 is in the image:
 PDCLIB_SHR, Base      End       Image Offset  Psect type( 01A90000  01C553FF  000D0F48      GLOBAL  * Return address:  004613E4 is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  0002B3E4      GLOBAL  I ******************* Call Frame 17 ***************************************e   FP      = 0257FD804 PDSC    = 00437630  Stack Frame Procedure Descriptor Next FP = 7ED2D770  * Procedure Entry: 00461258 is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  0002B258      GLOBAL  * Return address:  0059E148 is in the image: PTHREAD$RTL:, Base      End       Image Offset  Psect type( 00552000  005F35FF  0004C148      GLOBAL  I ******************* Call Frame 18 ****************************************   FP      = 7ED2D7704 PDSC    = 0043A490  Stack Frame Procedure Descriptor Next FP = 7ED2D7B0  * Procedure Entry: 004753B0 is in the image: ADARTL, Base      End       Image Offset  Psect type( 00436000  004D6FFF  0003F3B0      GLOBAL  * Return address:  0003005C is in the image: RUN_SHAREABLE_D., Base      End       Image Offset  Psect type& 00010000  000605FF  0003005C      MAIN  I ******************* Call Frame 19 ****************************************   FP      = 7ED2D7B04 PDSC    = 00010050  Stack Frame Procedure Descriptor Next FP = 7ED2D810  * Procedure Entry: 00030000 is in the image: RUN_SHAREABLE_Di, Base      End       Image Offset  Psect type& 00010000  000605FF  00030000      MAIN  * Return address:  000353A4 is in the image: RUN_SHAREABLE_De, Base      End       Image Offset  Psect type& 00010000  000605FF  000353A4      MAIN  I ******************* Call Frame 20 ***************************************.   FP      = 7ED2D8104 PDSC    = 00010BA0  Stack Frame Procedure Descriptor Next FP = 7ED2D860  * Procedure Entry: 00035500 is in the image: RUN_SHAREABLE_Dn, Base      End       Image Offset  Psect type& 00010000  000605FF  00035500      MAIN  * Return address:  0059E148 is in the image: PTHREAD$RTLM, Base      End       Image Offset  Psect type( 00552000  005F35FF  0004C148      GLOBAL  I ******************* Call Frame 21 ***************************************    FP      = 7ED2D8604 PDSC    = 00555990  Stack Frame Procedure Descriptor Next FP = 7ED2DA70  * Procedure Entry: 0059D818 is in the image: PTHREAD$RTLC, Base      End       Image Offset  Psect type( 00552000  005F35FF  0004B818      GLOBAL  * Return address:  00582664 is in the image: PTHREAD$RTL , Base      End       Image Offset  Psect type( 00552000  005F35FF  00030664      GLOBAL  I ******************* Call Frame 22 ***************************************e   FP      = 7ED2DA704 PDSC    = 00552048  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00582148 is in the image: PTHREAD$RTL , Base      End       Image Offset  Psect type( 00552000  005F35FF  00030148      GLOBAL  * Return address:  A503F0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A5034000  A503F800  000130D8      Paged read onlyu  I ******************* Call Frame 23 ***************************************    FP      = 7ED31B304 PDSC    = A5041A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: A503EF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A5034000  A503F800  00012F60      Paged read onlye  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  I ******************* Call Frame 24 ***************************************]   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged   -  
 D.11 Set Host-  
 $ @show_links   +               *****************************1+               *   SHOW_LINKS.COM  V1.3    *N+               *   Show DECnet/OSI Links   *G+               *****************************     4    This procedure simulates the PHASE IV NCP command"    SHOW KNOWN LINKS for DECnet/OSI      Collecting data...S         LINKI  REM     LOC    DIRECTION   LOCAL USER          PID       PROCESS NAME    I --------------  ---------   ---------------     --------  ---------------0I  169     75     OUTGOING    [0,0]SALMINEN       20800251  _FTA5:              ) REMOTE USER                  NODE    PORT;4 ---------------------------  ------  ---------------4 42                           GDC127  OSI$PORT_0_004B     GDCW3A>mc mwait 20800251    ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ***P    @ Process name     : _FTA5:              User name      : SALMINEN@ Extended PID     : 20800251            Internal PID   : 00010051= PCB address      : 810A5B80            Terminal name  : FTA5:N; JIB address      : 811042C0            Cur/Base prior : 9/4$ PHD address      : 9FE10000 9 KTB vector       : 810A5E6C            Threads        : 1I	 Thread 009	 ---------C9 KTB address      : 810A5B80            Running on CPU : 1;5 Thread state     : HIB                 Hibernate waitI? Thread status    : 02040401  RES       Resident, in balance setSK                              SSRWAIT   System service resource wait disable_>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0 EFN wait mask    : FFFFFFFER  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0AC Buffered I/O count/limit    [IO's] :      146 /     150  In use : 4PC Sub-process count/limit    [Procs] :        0 /      16  In use : 0EE Byte count/limit           [Bytes] :    95968 /   96352  In use : 384$F Byte count/orig. limit     [Bytes] :    95968 /  100000  In use : 4032C File count/limit           [Files] :      199 /     200  In use : 1EC Timer queue count/limit   [Timers] :       64 /      64  In use : 0IF Working set quota/limit [Pagelets] :    77776 /   80000  In use : 2224E Page file quota/limit      [Pages] :     3864 /    4096  In use : 232RC AST count/limit            [AST's] :      242 /     250  In use : 8$- AST's enabled               [KESU] :     KESU8- AST's active                [KESU] :     ----]- AST's queued                [KESU] :     ----C- Delete pending count (XQP event)   :        01  O Absolute/Last event/Delta time     : 00065808 / 00064E54 / 000009B4 [hex] ticks 3 Time since last event : 24 seconds 840 millisecondsR   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessedM+ ----  ------  --- ---  --------------------C# 0010 00000000   0      GDCW3B$DRA2:LA 0020 811B5640   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]RTPAD.EXE;1IB 0030 811CFA00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1B 0040 811CF580   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;2? 0050 811B8E40   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1 G 0060 811C6D80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;2420I 0070 00000000   1 Busy MBA175: (Buffered I/O Quota available: 1050 bytes)2)        I/O-Packet   1       Hex / DecimalR)        --------------  ------------------         IRP address   : 8132C000M)        EFN           : 00000000  000000000H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 40000001O        IOSB address  : 000000001(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 000003EB  00001003 BytesM:        AST address   : 00004B98           is in the image:   RTPADu, Base      End       Image Offset  Psect type& 00004000  0002C9FF  00004B98      MAIN  )        AST parameter : 0000A070  00041072 )        P1            : 0000A09F  000411190)        P2            : 000003EB  00001003 )        P3            : 00000000  000000000)        P4            : 00000000  000000000)        P5            : 00000000  000000009)        P6            : 00000000  00000000C   0080 00000000   0      FTA5: 0090 00000000   0      FTA5: 00A0 00000000   1 Busy FTA5:)        I/O-Packet   1       Hex / Decimal )        --------------  ------------------1        IRP address   : 813EBFC0 )        EFN           : 00000000  00000000F1        FUNC          : 0000C000  00049152 IO$_NOP0        IOST1         : 00000000         IOSB address  : 000404E40(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000100  00000256 Bytes0:        AST address   : 00004B98           is in the image:   RTPAD0, Base      End       Image Offset  Psect type& 00004000  0002C9FF  00004B98      MAIN  )        AST parameter : 000404E0  00263392 )        P1            : 0004095C  00264540n)        P2            : 00000100  00000256 )        P3            : 00000000  00000000 )        P4            : 00000000  00000000t)        P5            : 000411B8  00266680t)        P6            : 00000030  00000048a   00B0 00000000   0      FTA5: 00C0 00000000   0      FTA5: 00D0 00000000   0      NET85: I 00E0 00000000   1 Busy MBA176: (Buffered I/O Quota available: 1056 bytes) )        I/O-Packet   1       Hex / Decimala)        --------------  ------------------         IRP address   : 81034740 )        EFN           : 00000000  000000007H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 000900010        IOSB address  : 00009F74*(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000028  00000040 Bytes0:        AST address   : 00004B98           is in the image:   RTPADr, Base      End       Image Offset  Psect type& 00004000  0002C9FF  00004B98      MAIN  )        AST parameter : 00009F70  00040816B)        P1            : 00009F98  00040856m)        P2            : 00000028  00000040 )        P3            : 00000000  000000001)        P4            : 00000000  00000000l)        P5            : 00000000  00000000*)        P6            : 00000000  000000001   00F0 81100214   1 Busy NET86:t( Session Control Port : SCL$PORT$1201004A& OSI Transport Port   : OSI$PORT_0_004B  )        I/O-Packet   1       Hex / Decimal )        --------------  ------------------         IRP address   : 812C9EC0h)        EFN           : 00000000  00000000mH        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 00140001*        IOSB address  : 00040D74 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 0000041A  00001050 Bytes0:        AST address   : 00004B98           is in the image:   RTPAD , Base      End       Image Offset  Psect type& 00004000  0002C9FF  00004B98      MAIN  )        AST parameter : 00040D70  00265584L)        P1            : 00040D98  00265624y)        P2            : 0000041A  00001050m)        P3            : 00000000  00000000F)        P4            : 00000000  00000000*)        P5            : 00000000  000000008)        P6            : 00000000  00000000    0100 00000000   0      FTA5: 0110 00000000   0      FTA5: 0120 00000000   0      FTA5: 0130 00000000   0      FTA5:   Current process registers:  L R0   = 00000000 00000001  R1   = FFFFFFFF 9F4C0C80  R2   = 00000000 00000000L R3   = 00000000 7EE6B869  R4   = 00000000 7FFCF818  R5   = 00000000 7FFCF944L R6   = 00000000 00000000  R7   = 00000000 00000001  R8   = 00000000 7FFAC208L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 00000000  R13  = FFFFFFFF 9F4CD480  R14  = 00000000 00000000L R15  = 00000000 009BA7DD  R16  = 00000000 00000003  R17  = 0000FFFE 00007204L R18  = 00000000 00000000  R19  = FFFFFFFF 9F485000  R20  = 00000000 0000000EL R21  = 00000000 00000043  R22  = 00000000 00000000  R23  = 00000000 00000003L R24  = 0000FFFE 00007204  R25  = 00000000 00000000  R26  = FFFFFFFF 800CEAB0L R27  = FFFFFFFF 9F4CB260  R28  = 00000000 00000043  FP   = 00000000 7ED31B502 PC   = FFFFFFFF 80001924  PS   = 00000000 0000001B   Current mode     : User  Previous mode    : User  Current IPL      : 0  0 The current PC:        80001924 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00001924      Nonpaged read only  0 R26 (Return address):  800CEAB0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010AB0      Nonpaged read only  H ******************* Call Frame 1 ***************************************   FP      = 7ED31B504 PDSC    = 9F4CD480  Stack Frame Procedure Descriptor Next FP = 7ED31B70  * Procedure Entry: 800CEA00 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010A00      Nonpaged read only  * Return address:  00013428 is in the image: RTPAD , Base      End       Image Offset  Psect type& 00004000  0002C9FF  00013428      MAIN  H ******************* Call Frame 2 ***************************************   FP      = 7ED31B704 PDSC    = 00004650  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: 000133C0 is in the image: RTPADy, Base      End       Image Offset  Psect type& 00004000  0002C9FF  000133C0      MAIN  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 3 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged         D.12 RLOGINg    
 $ UCX SHO DEVe=                             Port                       Remote0< Device_socket  Type    Local  Remote  Service           Host  >   bg3         STREAM     512       0  REXEC            0.0.0.0>   bg4         STREAM     513       0  RLOGIN           0.0.0.0>   bg5         STREAM     514       0  RSH              0.0.0.0>   bg6         STREAM      23       0  TELNET           0.0.0.0>   bg12        STREAM       1       0  RDBSERVER        0.0.0.0=   bg13        STREAM    1023     513                   GDCW3A =   bg14        STREAM     513    1023  RLOGIN           GDCW3A      $ MC MWAIT 20800251     ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ****    @ Process name     : _FTA5:              User name      : SALMINEN@ Extended PID     : 20800251            Internal PID   : 00010051= PCB address      : 810A5B80            Terminal name  : FTA5: ; JIB address      : 811042C0            Cur/Base prior : 5/4y PHD address      : 9FE10000C9 KTB vector       : 810A5E6C            Threads        : 1:	 Thread 00a	 --------- 9 KTB address      : 810A5B80            Running on CPU : 0C5 Thread state     : HIB                 Hibernate wait*K Thread status    : 02040001  ssrwait   System service resource wait enabled ?                              RES       Resident, in balance set >                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0 EFN wait mask    : FFFFFFFDa  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0CC Buffered I/O count/limit    [IO's] :      148 /     150  In use : 2*C Sub-process count/limit    [Procs] :        0 /      16  In use : 0 E Byte count/limit           [Bytes] :    98400 /   98528  In use : 128CF Byte count/orig. limit     [Bytes] :    98400 /  100000  In use : 1600C File count/limit           [Files] :      200 /     200  In use : 01C Timer queue count/limit   [Timers] :       64 /      64  In use : 0sF Working set quota/limit [Pagelets] :    76928 /   80000  In use : 3072E Page file quota/limit      [Pages] :     3825 /    4096  In use : 2712C AST count/limit            [AST's] :      246 /     250  In use : 4 - AST's enabled               [KESU] :     KESUh- AST's active                [KESU] :     ---- - AST's queued                [KESU] :     ----8- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 0006C072 / 0006B908 / 0000076A [hex] ticksF3 Time since last event : 18 seconds 980 millisecondsa   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed + ----  ------  --- ---  --------------------r# 0010 00000000   0      GDCW3B$DRA0:rF 0020 81332740   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]UCX$RLOGIN.EXE;1B 0030 811CFA00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1B 0040 811CF580   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;2? 0050 811B8E40   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1 G 0060 811C6D80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;242*D 0070 811D1480   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;2 0080 00000000   0      FTA5: 0090 00000000   0      FTA5:D 00A0 811D0B80   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1G 00B0 811D0400   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;1iJ 00C0 81311440   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]UCX$ACCESS_SHR.EXE;1 00D0 00000000   0      FTA5: 00E0 00000000   1 Busy FTA5:)        I/O-Packet   1       Hex / Decimal*)        --------------  ------------------         IRP address   : 813AE480r)        EFN           : 00000001  00000001r1        FUNC          : 00000200  00000512 IO$_NOPi        IOST1         : 00000000t        IOSB address  : 0015C810 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000001  00000001 Bytes :        AST address   : 00010F80           is in the image:  
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  00010F80      MAIN  )        AST parameter : 00000001  00000001r)        P1            : 0015C862  014275540)        P2            : 00000001  00000001g)        P3            : 00000000  00000000m)        P4            : 0015C85A  01427546 )        P5            : 00000000  00000000E)        P6            : 00000000  00000000    00F0 00000000   1 Busy BG13:)        I/O-Packet   1       Hex / DecimalB)        --------------  ------------------*        IRP address   : 813DA0C0*)        EFN           : 00000002  000000020H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 00000001A        IOSB address  : 0015C808 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytess:        AST address   : 00010BD0           is in the image:  
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  00010BD0      MAIN  )        AST parameter : 00000001  00000001 )        P1            : 0015CD7A  01428858 )        P2            : 00001BD9  00007129 )        P3            : 00000000  00000000 )        P4            : 00000000  00000000s)        P5            : 00000000  000000008)        P6            : 00000000  00000000s     Current process registers:  L R0   = 00000000 00000001  R1   = FFFFFFFF 9F4C0C80  R2   = 00000000 000107B8L R3   = 00000000 0015C808  R4   = 00000000 0015C808  R5   = 00000000 00021030L R6   = 00000000 000823C0  R7   = 00000000 000824B0  R8   = 00000000 0015C808L R9   = 00000000 08018079  R10  = 00000000 00000001  R11  = 00000000 00000000L R12  = 00000000 00082470  R13  = FFFFFFFF 9F4CD480  R14  = 00000000 00000000L R15  = 00000000 009BA7DD  R16  = 00000000 0016299F  R17  = 00000000 00000000L R18  = 00000000 0015F97C  R19  = 00000000 00000000  R20  = 00000000 001629B3L R21  = 00000000 00000000  R22  = 00000000 00000000  R23  = 00000000 0016299FL R24  = 00000000 00000000  R25  = 00000000 00000000  R26  = FFFFFFFF 800CEAB0L R27  = FFFFFFFF 9F4CB260  R28  = 00000000 00000000  FP   = 00000000 7ED318B02 PC   = FFFFFFFF 80001924  PS   = 00000000 0000001B   Current mode     : Userc Previous mode    : Userm Current IPL      : 0  0 The current PC:        80001924 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00001924      Nonpaged read only  0 R26 (Return address):  800CEAB0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010AB0      Nonpaged read only  H ******************* Call Frame 1 ***************************************   FP      = 7ED318B04 PDSC    = 9F4CD480  Stack Frame Procedure Descriptor Next FP = 7ED318E0  * Procedure Entry: 800CEA00 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010A00      Nonpaged read only  * Return address:  000320A8 is in the image:
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  000320A8      MAIN  H ******************* Call Frame 2 ***************************************   FP      = 7ED318E04 PDSC    = 000107B8  Stack Frame Procedure Descriptor Next FP = 7ED319F0  * Procedure Entry: 000310A0 is in the image:
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  000310A0      MAIN  * Return address:  000306DC is in the image:
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  000306DC      MAIN  H ******************* Call Frame 3 ***************************************   FP      = 7ED319F04 PDSC    = 00010250  Stack Frame Procedure Descriptor Next FP = 7ED31B60  * Procedure Entry: 00030080 is in the image:
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  00030080      MAIN  * Return address:  00030050 is in the image:
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  00030050      MAIN  H ******************* Call Frame 4 ***************************************   FP      = 7ED31B604 PDSC    = 000102F0  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: 00030000 is in the image:
 UCX$RLOGIN, Base      End       Image Offset  Psect type& 00010000  000905FF  00030000      MAIN  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 5 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged      & D.13 Mailbox read from another process    9 The process AUDIT_SERVER has a outstanding read to MBA3:.      $ MC MWAIT 2080020D4    ;           *** MWAIT /Alpha V2.4 - Process Hang Analyzer ***i    > Process name     : OPCOM               User name      : SYSTEM@ Extended PID     : 2080020D            Internal PID   : 0001000DB PCB address      : 8121B500            Terminal name  : -Detached-; JIB address      : 8121B840            Cur/Base prior : 8/68 PHD address      : 9F7F4000[9 KTB vector       : 8121B7EC            Threads        : 13	 Thread 00$	 ---------X9 KTB address      : 8121B500            Running on CPU : 2N5 Thread state     : HIB                 Hibernate wait7K Thread status    : 00140001  ssrwait   System service resource wait enablede?                              RES       Resident, in balance setI>                              PHDRES    Process header resident@                              LOGIN     Login without reading UAF EFN wait cluster : 0 EFN wait mask    : 9F4858B0   C Direct   I/O count/limit    [IO's] :      100 /     100  In use : 0 C Buffered I/O count/limit    [IO's] :       99 /     100  In use : 1 C Sub-process count/limit    [Procs] :        0 /      64  In use : 0 C Byte count/limit           [Bytes] :    99680 /   99680  In use : 0 E Byte count/orig. limit     [Bytes] :    99680 /  100000  In use : 3209C File count/limit           [Files] :      199 /     200  In use : 1 C Timer queue count/limit   [Timers] :       63 /      64  In use : 10E Working set quota/limit [Pagelets] :    79216 /   80000  In use : 784:E Page file quota/limit      [Pages] :     3921 /    4096  In use : 175 C AST count/limit            [AST's] :      198 /     200  In use : 2 - AST's enabled               [KESU] :     KESU-- AST's active                [KESU] :     ---- - AST's queued                [KESU] :     ---- - Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 000D2914 / 000CF643 / 000032D1 [hex] ticksx< Time since last event : 2 minutes 10 seconds 90 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessedT+ ----  ------  --- ---  -------------------- # 0010 00000000   0      GDCW3B$DRA0: A 0020 8121BBC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]OPCOM.EXE;1 H 0030 00000000   1 Busy MBA2: (Buffered I/O Quota available: 65535 bytes))        I/O-Packet   1       Hex / Decimal )        --------------  ------------------         IRP address   : 8132C0000)        EFN           : 00000003  000000030H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 007200010        IOSB address  : 00040A00r(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000A00  00002560 Bytes-:        AST address   : 00032E60           is in the image:   OPCOM , Base      End       Image Offset  Psect type& 00010000  000903FF  00032E60      MAIN  )        AST parameter : 00000000  00000000 )        P1            : 000A4AE0  006745280)        P2            : 00000A00  000025600)        P3            : 00000000  000000000)        P4            : 00000000  00000000 )        P5            : 00000000  00000000 )        P6            : 00000000  000000000  H 0040 00000000   0      MBA3: (Buffered I/O Quota available: 65535 bytes))        I/O-Packet   1       Hex / Decimal0)        --------------  ------------------07        Internal PID  : 0001000E           Process name:P6        PID           : 2080020E           AUDIT_SERVER        IRP address   : 81102B40 )        EFN           : 00000000  000000001H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 00000001         IOSB address  : 000208D4 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 0000FFFF  00065535 Bytes :        AST address   : 00011A50           is in the image:   AUDIT_SERVER, Base      End       Image Offset  Psect type& 00010000  000707FF  00011A50      MAIN  )        AST parameter : 000208D4  001333320)        P1            : 0016A070  014828640)        P2            : 0000FFFF  00065535:)        P3            : 00000000  00000000A)        P4            : 00000000  00000000 )        P5            : 00000000  00000000N)        P6            : 00000000  000000008     Current process registers:  L R0   = 00000000 00000001  R1   = FFFFFFFF 9F4C0C80  R2   = 00000000 00032FD0L R3   = 00000000 00037D78  R4   = 00000000 0004006C  R5   = 00000000 000405D8L R6   = 00000000 00040050  R7   = 00000000 00001000  R8   = 00000000 00000000L R9   = FFFFFFFF A4F39358  R10  = 00000000 7FFCF800  R11  = 00000000 7FF1A1A2L R12  = 00000000 00000000  R13  = FFFFFFFF 9F4CD480  R14  = 00000000 00000000L R15  = 00000000 009BA7D4  R16  = 00000000 00040050  R17  = 0000FFFE 00007204L R18  = FFFFFFFF 8102BA40  R19  = 00000000 00000001  R20  = 00000000 00000000L R21  = 00000000 00000011  R22  = 00000000 00000000  R23  = 00000000 00040050L R24  = 0000FFFE 00007204  R25  = 00000000 00000000  R26  = FFFFFFFF 800CEAB0L R27  = FFFFFFFF 9F4CB260  R28  = 00000000 00000011  FP   = 00000000 7EE85AF02 PC   = FFFFFFFF 80001924  PS   = 00000000 0000001B   Current mode     : User  Previous mode    : User  Current IPL      : 0  0 The current PC:        80001924 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00001924      Nonpaged read only  0 R26 (Return address):  800CEAB0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010AB0      Nonpaged read only  H ******************* Call Frame 1 ***************************************   FP      = 7EE85AF04 PDSC    = 9F4CD480  Stack Frame Procedure Descriptor Next FP = 7EE85B10  * Procedure Entry: 800CEA00 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010A00      Nonpaged read only  * Return address:  000501E4 is in the image: OPCOM*, Base      End       Image Offset  Psect type& 00010000  000903FF  000501E4      MAIN  H ******************* Call Frame 2 ***************************************   FP      = 7EE85B104 PDSC    = 00032FD0  Stack Frame Procedure Descriptor Next FP = 7EE85BA0  * Procedure Entry: 00050000 is in the image: OPCOM , Base      End       Image Offset  Psect type& 00010000  000903FF  00050000      MAIN  * Return address:  A4F25DCC is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A4F24000  A4F36C00  00031DCC      Paged read only3  H ******************* Call Frame 3 ***************************************   FP      = 7EE85BA04 PDSC    = A4F39250  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: A4F25C90 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A4F24000  A4F36C00  00031C90      Paged read only   * Return address:  A4F25C7C is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A4F24000  A4F36C00  00031C7C      Paged read onlyt     m  - D.14 RWMBX, Process waiting for Mailbox spacec    O Note: this is a special Mailbox I/O case, because the QIO's are performed with nK       the I/O modifier IO$M_NOW, the process I/O count will not be charged.     	 $ SHO SYS I OpenVMS V7.1  on node GDCW2Z  19-SEP-1997 15:25:14.77  Uptime  1 01:38:19 M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages M 20600248 _FTA1:          RWMBX    6      205   0 00:00:09.76       197    154      $ MC MWAIT 20600248i    ;           *** MWAIT /Alpha V2.8 - Process Hang Analyzer ***     :  *** The output will be written into file 20600248.OUT ***  @ Process name     : _FTA1:              User name      : SALMINEN@ Extended PID     : 20600248            Internal PID   : 00010048= PCB address      : 811D5EC0            Terminal name  : FTA1: ; JIB address      : 8116C3C0            Cur/Base prior : 6/4  PHD address      : 9FE10000 9 KTB vector       : 811D61AC            Threads        : 13	 Thread 00 	 ---------39 KTB address      : 811D5EC0            Running on CPU : 2a3 Thread state     : RWMBX               Mailbox full K Thread status    : 02040001  ssrwait   System service resource wait enabled5?                              RES       Resident, in balance set8>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0A EFN wait mask    : 00000002  Process is waiting for Mailbox spaces    C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0 C Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0 C Sub-process count/limit    [Procs] :        0 /      16  In use : 0RC Byte count/limit           [Bytes] :    99296 /   99296  In use : 0EE Byte count/orig. limit     [Bytes] :    99296 /  100000  In use : 704oC File count/limit           [Files] :      199 /     200  In use : 1FC Timer queue count/limit   [Timers] :       64 /      64  In use : 0IF Working set quota/limit [Pagelets] :    77536 /   80000  In use : 2464E Page file quota/limit      [Pages] :     3853 /    4096  In use : 243sC AST count/limit            [AST's] :      243 /     250  In use : 7s- AST's enabled               [KESU] :     KESU - AST's active                [KESU] :     ---Um- AST's queued                [KESU] :     ---Us- Delete pending count (XQP event)   :        0   O Absolute/Last event/Delta time     : 00757213 / 007571BD / 00000056 [hex] ticks0( Time since last event : 860 milliseconds   Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed[+ ----  ------  --- ---  --------------------'# 0010 00000000   0      GDCW3B$DRA2:KD 0020 81021A00   0      GDCW3B$DRA2:[USER5.SALMINEN.MWAIT]TEST4.EXE;9B 0030 811B4180   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;2D 0040 811B5FC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;2? 0050 8119D140   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1mG 0060 811AAB40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;242/D 0070 811B56C0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1 0080 00000000   0      FTA1: 0090 00000000   0      FTA1:G 00A0 811B4F40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;1RB 00B0 811B4AC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1F 00C0 00000000   0      MBA345: (Buffered I/O Quota available: 2 bytes))        I/O-Packet   1       Hex / Decimal )        --------------  ------------------T        IRP address   : 811BA080 )        EFN           : 00000000  00000000RJ        FUNC          : 00000060  00000096 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 00080001O        IOSB address  : 7ED318488(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000008  00000008 BytesG:        AST address   : 000100A0           is in the image:   TEST4 , Base      End       Image Offset  Psect type& 00010000  000401FF  000100A0      MAIN  )        AST parameter : 000000C0  00000192 +        P1            : 7ED31850  2127763536 )        P2            : 00000008  00000008 )        P3            : 00000000  00000000 )        P4            : 00000000  00000000r)        P5            : 00000000  000000000)        P6            : 00000000  000000000  )        I/O-Packet   2       Hex / Decimal0)        --------------  ------------------L        IRP address   : 8101DE80f)        EFN           : 00000000  00000000FJ        FUNC          : 00000060  00000096 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 00080001         IOSB address  : 7ED318480(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000008  00000008 Bytes :        AST address   : 000100A0           is in the image:   TEST40, Base      End       Image Offset  Psect type& 00010000  000401FF  000100A0      MAIN  )        AST parameter : 000000C0  00000192-+        P1            : 7ED31850  2127763536 )        P2            : 00000008  00000008 )        P3            : 00000000  00000000D)        P4            : 00000000  00000000 )        P5            : 00000000  000000000)        P6            : 00000000  000000000  )        I/O-Packet   3       Hex / Decimaly)        --------------  ------------------         IRP address   : 810217C0N)        EFN           : 00000000  00000000yJ        FUNC          : 00000060  00000096 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 00080001         IOSB address  : 7ED31848 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000008  00000008 Bytes :        AST address   : 000100A0           is in the image:   TEST40, Base      End       Image Offset  Psect type& 00010000  000401FF  000100A0      MAIN  )        AST parameter : 000000C0  000001920+        P1            : 7ED31850  21277635360)        P2            : 00000008  000000080)        P3            : 00000000  000000007)        P4            : 00000000  000000005)        P5            : 00000000  000000000)        P6            : 00000000  00000000   )        I/O-Packet   4       Hex / Decimal0)        --------------  ------------------         IRP address   : 8114E180F)        EFN           : 00000000  00000000 J        FUNC          : 00000060  00000096 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 000800010        IOSB address  : 7ED31848 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000008  00000008 BytesF:        AST address   : 000100A0           is in the image:   TEST4F, Base      End       Image Offset  Psect type& 00010000  000401FF  000100A0      MAIN  )        AST parameter : 000000C0  00000192 +        P1            : 7ED31850  2127763536L)        P2            : 00000008  00000008f)        P3            : 00000000  000000009)        P4            : 00000000  00000000d)        P5            : 00000000  00000000_)        P6            : 00000000  00000000f  )        I/O-Packet   5       Hex / Decimal0)        --------------  ------------------*        IRP address   : 811D5940*)        EFN           : 00000000  000000000J        FUNC          : 00000060  00000096 IO$_WRITELBLK (or IO$_WRITEVBLK)        IOST1         : 00080001         IOSB address  : 7ED31848E(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000008  00000008 Bytesr:        AST address   : 000100A0           is in the image:   TEST4a, Base      End       Image Offset  Psect type& 00010000  000401FF  000100A0      MAIN  )        AST parameter : 000000C0  00000192*+        P1            : 7ED31850  21277635368)        P2            : 00000008  00000008r)        P3            : 00000000  00000000r)        P4            : 00000000  00000000G)        P5            : 00000000  00000000 )        P6            : 00000000  00000000N   00D0 00000000   0      FTA1:   Current process registers:  L R0   = 00000000 00000001  R1   = 00000000 7FFAC208  R2   = 00000000 000100A0L R3   = 00000000 000000C0  R4   = 00000000 7FFCF818  R5   = 00000000 00000000L R6   = 00000000 7FFAC9F0  R7   = 00000000 7FFAC9F0  R8   = 00000000 7FFAC208L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 00000000  R13  = FFFFFFFF 9F4CE570  R14  = FFFFFFFF 811D5EC0L R15  = 00000000 009BA7EE  R16  = 00000000 00000000  R17  = 00000000 000000C0L R18  = 00000000 00000070  R19  = 00000000 7ED31848  R20  = 00000000 000100A0L R21  = 00000000 000000C0  R22  = 00000000 009BA7EE  R23  = 00000000 7ED31840L R24  = 00000000 7ED31810  R25  = 00000000 0000000C  R26  = 00000000 000301D0L R27  = 00000000 00000FB2  R28  = FFFFFFFF 811D5EC0  FP   = 00000000 7ED318402 PC   = FFFFFFFF 800003B4  PS   = 00000000 0000001B   Current mode     : User  Previous mode    : User  Current IPL      : 0  0 The current PC:        800003B4 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  000003B4      Nonpaged read only  0 R26 (Return address):  000301D0 is in the image: TEST4 , Base      End       Image Offset  Psect type& 00010000  000401FF  000301D0      MAIN  H ******************* Call Frame 1 ***************************************   FP      = 7ED318404 PDSC    = 000100A0  Stack Frame Procedure Descriptor Next FP = 7ED31880  * Procedure Entry: 00030158 is in the image: TEST4 , Base      End       Image Offset  Psect type& 00010000  000401FF  00030158      MAIN  * Return address:  800D93A8 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  0001B3A8      Nonpaged read only  H ******************* Call Frame 2 ***************************************   FP      = 7ED318804 PDSC    = 9F4CE570  Stack Frame Procedure Descriptor Next FP = 7ED31A90  * Procedure Entry: 800D6C20 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00018C20      Nonpaged read only  * Return address:  7F3310F0 is in the image: DECC$SHR, Base      End       Image Offset  Psect type( 7F32A000  7F3ADFFF  000070F0      GLOBAL  H ******************* Call Frame 3 ***************************************   FP      = 7ED31A904 PDSC    = 00010000  Stack Frame Procedure Descriptor Next FP = 7ED31B30  * Procedure Entry: 00030000 is in the image: TEST4h, Base      End       Image Offset  Psect type& 00010000  000401FF  00030000      MAIN  * Return address:  A503F0D8 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A5034000  A503F800  000130D8      Paged read only   H ******************* Call Frame 4 ***************************************   FP      = 7ED31B304 PDSC    = A5041A90  Stack Frame Procedure Descriptor Next FP = 7ED31BB0  * Procedure Entry: A503EF60 is in the image: IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 A5034000  A503F800  00012F60      Paged read onlyr  * Return address:  7EE40DCC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EDCC      Merged  H ******************* Call Frame 5 ***************************************   FP      = 7ED31BB04 PDSC    = 7EE161E0  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE40BDC is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBDC      Merged  * Return address:  7EE40BC8 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0002EBC8      Merged  6  *** The output was written into file 20600248.OUT ***       R   D.15 Process with sub-processes$    M The sub-process SALMINEN_1 has sub-processes, the processes are not hanging. o     $ MC MWAIT 206018BD)    ;           *** MWAIT /Alpha V2.5 - Process Hang Analyzer ***-    @ Process name     : SALMINEN_1          User name      : SALMINEN@ Extended PID     : 206018C1            Internal PID   : 000C00C1D PCB address      : 811E6440            Terminal name  : -Subprocess-? Master PID       : 206018BD            Master Process : _FTA21:0? Owner PID        : 206018BD            Owner Process  : _FTA21:    Processes in this job:? Process  1  PID  : 206018BD            Process name   : _FTA21:gB Process  2  PID  : 206018C1    (*)     Process name   : SALMINEN_1B Process  3  PID  : 206018C2            Process name   : SALMINEN_2B Process  4  PID  : 20601A89            Process name   : SALMINEN_3  ; JIB address      : 812FA780            Cur/Base prior : 9/40 PHD address      : 9FA58000 9 KTB vector       : 811E672C            Threads        : 10	 Thread 000	 ---------09 KTB address      : 811E6440            Running on CPU : 0y5 Thread state     : HIB                 Hibernate wait K Thread status    : 02040001  ssrwait   System service resource wait enabled ?                              RES       Resident, in balance set_>                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0 EFN wait mask    : 7FFFFFFF0  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 00C Buffered I/O count/limit    [IO's] :      150 /     150  In use : 0AC Sub-process count/limit    [Procs] :        1 /      16  In use : 1aE Byte count/limit           [Bytes] :    95840 /   96032  In use : 1920F Byte count/orig. limit     [Bytes] :    95840 /  100000  In use : 4160C File count/limit           [Files] :      199 /     200  In use : 13C Timer queue count/limit   [Timers] :       64 /      64  In use : 0:F Working set quota/limit [Pagelets] :    78624 /   80000  In use : 1376E Page file quota/limit      [Pages] :     3171 /    4096  In use : 925 C AST count/limit            [AST's] :      247 /     250  In use : 30- AST's enabled               [KESU] :     KESU0- AST's active                [KESU] :     ----0- AST's queued                [KESU] :     ----=- Delete pending count (XQP event)   :        01  O Absolute/Last event/Delta time     : 09498CDD / 08F48807 / 005504D6 [hex] ticksFG Time since last event : 15 hours 28 minutes 37 seconds 980 milliseconds    Process active channels:  + Chnl  Window  IOC Sts  Device/file accessed1+ ----  ------  --- ---  --------------------0# 0010 00000000   0      GDCW3B$DRA0:0I 0020 00000000   0      MBA4596: (Buffered I/O Quota available: 336 bytes)=? 0030 8119F900   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1C 0040 00000000   0      FTA21:  0050 00000000   0      FTA21:=G 0060 811AD140   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;243 H 0080 00000000   0      MBA4598: (Buffered I/O Quota available: 16 bytes)   Current process registers:  L R0   = 00000000 00000001  R1   = FFFFFFFF 9F4C0C80  R2   = 00000000 00000000L R3   = 00000000 7ED3760D  R4   = 00000000 00000000  R5   = 00000000 00000000L R6   = 00000000 7ED37570  R7   = 00000000 7ED37650  R8   = 00000000 7FFABE58L R9   = 00000000 7FFAC410  R10  = 00000000 7FFAD238  R11  = 00000000 7FFCE3E0L R12  = 00000000 00000000  R13  = FFFFFFFF 9F4CD480  R14  = 00000000 7FFCE140L R15  = 00000000 7FFCE020  R16  = 00000000 0000001F  R17  = 00000000 7FFABE50L R18  = 00000000 7FFA1D8C  R19  = FFFFFFFF 9F485000  R20  = FFFFFFFF 813BDA0CL R21  = FFFFFFFF 9F485B90  R22  = 00000000 00000000  R23  = 00000000 0000001FL R24  = 00000000 7FFABE50  R25  = 00000000 00000000  R26  = FFFFFFFF 800CEAB0L R27  = FFFFFFFF 9F4CB260  R28  = FFFFFFFF 9F485B90  FP   = 00000000 7FFABE302 PC   = FFFFFFFF 80001924  PS   = 00000000 00000012   Current mode     : SupervisorE Previous mode    : Supervisorc Current IPL      : 0  0 The current PC:        80001924 is in the image: SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00001924      Nonpaged read only  0 R26 (Return address):  800CEAB0 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010AB0      Nonpaged read only  H ******************* Call Frame 1 ***************************************   FP      = 7FFABE304 PDSC    = 9F4CD480  Stack Frame Procedure Descriptor Next FP = 7FFAC410  * Procedure Entry: 800CEA00 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010A00      Nonpaged read only  * Return address:  7EE31ED4 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  0001FED4      Merged  H ******************* Call Frame 2 ***************************************   FP      = 7FFAC4104 PDSC    = 7EE12EA0  Stack Frame Procedure Descriptor Next FP = 7FFADFC0  * Procedure Entry: 7EE22100 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  00010100      Merged  * Return address:  800E2584 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00024584      Nonpaged read only  H ******************* Call Frame 3 ***************************************   FP      = 7FFADFC04 PDSC    = 7EE12D30  Stack Frame Procedure Descriptor Next FP = 00000000  * Procedure Entry: 7EE22060 is in the image:  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE12000  7EE83DFF  00010060      Merged  * Return address:  800E2584 is in the image: PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00024584      Nonpaged read only   R  ) D.16 Process with INETn: and BGn: devices      The processes is not hanging.      $ MC MWAIT 22412AC5a    ;           *** MWAIT /Alpha V2.8 - Process Hang Analyzer ***     :  *** The output will be written into file 22412AC5.OUT ***  D Process name     : VZ_1_SRV            User name      : KOBE_STARTUP@ Extended PID     : 22412AC5            Internal PID   : 009500C5G PCB address      : 810C8680            Terminal name  : -Subprocess-   eE Master PID       : 22412AC4            Master Process : SRV_CTRL_VZ_1rE Owner PID        : 22412AC4            Owner Process  : SRV_CTRL_VZ_1c   Processes in this job: :E Process  1  PID  : 22412AC4            Process name   : SRV_CTRL_VZ_1 @ Process  2  PID  : 22412AC5    (*)     Process name   : VZ_1_SRVB Process  3  PID  : 22412AC6            Process name   : VZ_1_B_BCK  ; JIB address      : 81040840            Cur/Base prior : 6/4  PHD address      : 8446400069 KTB vector       : 810C896C            Threads        : 13	 Thread 00 
 --------- 9 KTB address      : 810C8680            Running on CPU : 2 5 Thread state     : HIB                 Hibernate wait K Thread status    : 00040001  ssrwait   System service resource wait enabled @                              RES       Resident, in balance set ?                              PHDRES    Process header resident : EFN wait cluster : 0 EFN wait mask    : 83D058B00  C Direct   I/O count/limit    [IO's] :     1246 /    1250  In use : 4 C Buffered I/O count/limit    [IO's] :     3143 /    3150  In use : 7vC Sub-process count/limit    [Procs] :        0 /      10  In use : 00G Byte count/limit           [Bytes] :   943104 /  975872  In use : 32768RG Byte count/orig. limit     [Bytes] :   943104 /  999616  In use : 56512MD File count/limit           [Files] :      976 /    1000  In use : 24D Timer queue count/limit   [Timers] :     1186 /    1200  In use : 14G Working set quota/limit [Pagelets] :   463952 /  524288  In use : 60336]F Page file quota/limit      [Pages] :    47931 /   50000  In use : 2069D AST count/limit            [AST's] :     4076 /    4096  In use : 20. AST's enabled               [KESU] :     KESU . AST's active                [KESU] :     ---- . AST's queued                [KESU] :     ---- - Delete pending count (XQP event)   :        0I  O Absolute/Last event/Delta time     : 09C38B9D / 09C38B91 / 0000000C [hex] ticks-( Time since last event : 120 milliseconds   Process active channels:    + Chnl  Window  IOC Sts  Device/file accessedF+ ----  ------  --- ---  --------------------L# 0010 00000000   0      GDCW2Z$DRA3: K 0020 80DB7840   0      GDCW3B$DRA0:[SYBASE_1003.SYBASE.BIN]DATASERVER.EXE;50A 0030 81025EC0   0      GDCW2Z$DRA3:[KOBE_RT.LOG]START_VZ_1.OUT;55 N 0040 8102DEC0   0      GDCW3B$DRA0:[SYBASE_1003.SYBASE.INSTALL]RUN_VZ_1.COM;12? 0050 80D71B80   0      GDCW3B$DRA0:[VMS$COMMON.SYSEXE]DCL.EXE;1 G 0060 80D15B40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;252 F 0070 80FCC400   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]SECURESHRP.EXE;1B 0080 80D88400   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBOTS.EXE;1D 0090 80D89340   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DPML$SHR.EXE;1G 00A0 80D88BC0   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]CMA$TIS_SHR.EXE;1eB 00B0 80D87E00   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]LIBRTL.EXE;2D 00C0 80D89C40   0      GDCW3B$DRA0:[VMS$COMMON.SYSLIB]DECC$SHR.EXE;2 00D0 00000000   0      NLA0:= 00E0 80F3C5C0   0      GDCW2Z$DRA1:[VZ_MASTER]MASTER_DB.DAT;10J 00F0 00000000   1 Busy MBA8225: (Buffered I/O Quota available: 3000 bytes))        I/O-Packet   1       Hex / Decimal0)        --------------  ------------------A        IRP address   : 8105E940E)        EFN           : 00000000  00000000cH        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 135B001F         IOSB address  : 0088C4A0 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000080  00000128 Bytes ;        AST address   : 00012230           is in the image: 0  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00012230      MAIN  )        AST parameter : 0046FD10  04652304-)        P1            : 0088C4A8  08963240 )        P2            : 00000080  00000128 )        P3            : 00000000  00000000_)        P4            : 00000000  00000000 )        P5            : 00000000  000000007)        P6            : 00000000  000000000   0100 00000000   0      NET3196:0 0110 00000000   1 Busy INET441:a        The CXB is on   BG457:  i)        I/O-Packet   1       Hex / Decimal )        --------------  ------------------F        IRP address   : 8114BF40T)        EFN           : 00000000  00000000 F        FUNC          : 000002B2  00000690 IO$_ACCESS, IO$_PSXWRITEVBLK        IOST1         : 080000010        IOSB address  : 0088C5FC (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytes ;        AST address   : 000523D8           is in the image: e  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  000523D8      MAIN  )        AST parameter : 00478D00  04689152 )        P1            : 00000000  00000000 )        P2            : 00000000  000000000)        P3            : 00000000  00000000 )        P4            : 00000000  00000000 )        P5            : 00000000  00000000 )        P6            : 00000000  00000000s   0120 00000000   1 Busy BG457: )        I/O-Packet   1       Hex / Decimal0)        --------------  ------------------A        IRP address   : 81149C80 )        EFN           : 00000000  000000003F        FUNC          : 000000B2  00000178 IO$_ACCESS, IO$_PSXWRITEVBLK        IOST1         : 08000001         IOSB address  : 8105B97C (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytes ;        AST address   : 8C7F4040           is in the image: -   UCX$INETDRIVER, Base      End       Image Offset  Psect type2 8C7F4000  8C7F4200  00000040      Paged read/write  ,        AST parameter : 81059B40  -2130339008)        P1            : 00000000  00000000 )        P2            : 00000000  00000000S)        P3            : 00000000  00000000 ,        P4            : 8105B954  -2130331308)        P5            : 00000000  00000000 )        P6            : 00000000  00000000    0130 00000000   1 Busy INET442:1        The CXB is on   BG458:  A)        I/O-Packet   1       Hex / DecimalP)        --------------  ------------------         IRP address   : 810892000)        EFN           : 00000000  000000000F        FUNC          : 000002B2  00000690 IO$_ACCESS, IO$_PSXWRITEVBLK        IOST1         : 00000001         IOSB address  : 0088C7580(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytes=;        AST address   : 000523D8           is in the image:    
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  000523D8      MAIN  )        AST parameter : 0048AD00  04762880=)        P1            : 00000000  000000008)        P2            : 00000000  00000000 )        P3            : 00000000  00000000F)        P4            : 00000000  00000000 )        P5            : 00000000  000000000)        P6            : 00000000  000000000   0140 00000000   1 Busy BG458:0)        I/O-Packet   1       Hex / Decimal0)        --------------  ------------------2        IRP address   : 8114B5000)        EFN           : 00000000  000000002F        FUNC          : 000000B2  00000178 IO$_ACCESS, IO$_PSXWRITEVBLK        IOST1         : 00000001         IOSB address  : 810F133Co(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytes0;        AST address   : 8C7F4040           is in the image:     UCX$INETDRIVER, Base      End       Image Offset  Psect type2 8C7F4000  8C7F4200  00000040      Paged read/write  ,        AST parameter : 810EF500  -2129726208)        P1            : 00000000  000000001)        P2            : 00000000  00000000*)        P3            : 00000000  00000000*,        P4            : 810F1314  -2129718508)        P5            : 00000000  00000000e)        P6            : 00000000  000000005  E 0150 80DDC680   0      GDCW3B$DRA0:[VMS$COMMON.SYSMSG]SHRIMGMSG.EXE;1 D 0160 80D92B00   0      GDCW3B$DRA0:[VMS$COMMON.SYSMSG]DECC$MSG.EXE;1 0170 00000000   1 Busy INET443:T        The CXB is on   BG459:  f)        I/O-Packet   1       Hex / Decimal3)        --------------  ------------------*        IRP address   : 811481C0*)        EFN           : 00000000  000000008F        FUNC          : 000002B2  00000690 IO$_ACCESS, IO$_PSXWRITEVBLK        IOST1         : 00000000         IOSB address  : 0088C8B4E(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytesp;        AST address   : 000523D8           is in the image:    
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  000523D8      MAIN  )        AST parameter : 0049CD00  04836608*)        P1            : 00000000  000000003)        P2            : 00000000  00000000d)        P3            : 00000000  00000000d)        P4            : 00000000  00000000h)        P5            : 00000000  00000000y)        P6            : 00000000  00000000    0180 00000000   1 Busy BG459: )        I/O-Packet   1       Hex / Decimal )        --------------  ------------------0        IRP address   : 81147BC0e)        EFN           : 00000000  000000004F        FUNC          : 000000B2  00000178 IO$_ACCESS, IO$_PSXWRITEVBLK        IOST1         : 00000000         IOSB address  : 8109163C (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytes ;        AST address   : 8C7F4040           is in the image: e   UCX$INETDRIVER, Base      End       Image Offset  Psect type2 8C7F4000  8C7F4200  00000040      Paged read/write  ,        AST parameter : 8108F800  -2130118656)        P1            : 00000000  00000000a)        P2            : 00000000  00000000*)        P3            : 00000000  00000000 ,        P4            : 81091614  -2130110956)        P5            : 00000000  00000000h)        P6            : 00000000  00000000   / 0190 8100F240   0      DRA1:[VZ_1_DB]DATA.DAT;10; 01A0 8100B2C0   0      GDCW2Z$DRA1:[VZ_1_LOG]DATA_LOG.DAT;1C< 01B0 8100D000   0      GDCW2Z$DRA1:[LOG_DB]VZ_1_LOG_DB.DAT;10 01C0 80CF8D40   0      DRA1:[VZ_1_DB]STAMM.DAT;12 01D0 81008100   0      DRA1:[VZ_1_DB]STAMM_2.DAT;12 01E0 81006D80   0      DRA1:[VZ_1_DB]STAMM_3.DAT;1< 01F0 80D6D240   0      GDCW2Z$DRA1:[VZ_1_LOG]STAMM_LOG.DAT;1> 0200 810043C0   0      GDCW2Z$DRA1:[VZ_1_LOG]STAMM_LOG_2.DAT;17 0210 80CFAF00   0      GDCW2Z$DRA1:[LOG_DB]TEMPDB.DAT;1s; 0220 81002A40   0      GDCW2Z$DRA1:[VZ_MASTER]PROC_DB.DAT;1  0230 00000000   0      BG460:x 0240 00000000   1 Busy INET576:         The CXB is on   BG593:   )        I/O-Packet   1       Hex / Decimal )        --------------  ------------------6        IRP address   : 811EA000 )        EFN           : 00000000  00000000 H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 01580001m        IOSB address  : 0088CA00:(        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000200  00000512 Byteso;        AST address   : 00052158           is in the image:    
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00052158      MAIN  )        AST parameter : 0088CAEC  089648448)        P1            : 03A65150  61231440e)        P2            : 00000200  000005126)        P3            : 00000000  00000000s)        P4            : 00000000  00000000i)        P5            : 00000000  00000000S)        P6            : 00000000  00000000    0250 00000000   0      BG462:R 0260 00000000   1 Busy BG593: )        I/O-Packet   1       Hex / Decimala)        --------------  ------------------I        IRP address   : 811ACB40e)        EFN           : 00000000  00000000 H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 00000001m        IOSB address  : 810F3364 (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000000  00000000 Bytesu;        AST address   : 8C7F4040           is in the image: 0   UCX$INETDRIVER, Base      End       Image Offset  Psect type2 8C7F4000  8C7F4200  00000040      Paged read/write  ,        AST parameter : 810F1500  -2129718016)        P1            : 03A65150  61231440 )        P2            : 00000200  00000512 )        P3            : 00000000  00000000 )        P4            : 00000000  000000009)        P5            : 00000000  00000000 )        P6            : 00000000  00000000   I 0270 00000000   1 Busy MBA4676: (Buffered I/O Quota available: 256 bytes)K)        I/O-Packet   1       Hex / Decimal )        --------------  ------------------(        IRP address   : 81136F80u)        EFN           : 00000000  000000008H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 00000001         IOSB address  : 0088CB6C (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000080  00000128 Bytes0;        AST address   : 00011F70           is in the image: 6  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00011F70      MAIN  )        AST parameter : 0088CB24  089649000)        P1            : 0088CB74  08964980 )        P2            : 00000080  00000128T)        P3            : 00000000  000000005)        P4            : 00000000  00000000))        P5            : 00000000  000000000)        P6            : 00000000  000000002   0280 80D14894   1 Busy NET1392:0) Session Control Port : SCL$PORT$1214008B  & OSI Transport Port   : OSI$PORT_0_034A  )        I/O-Packet   1       Hex / Decimal0)        --------------  ------------------         IRP address   : 811149C00)        EFN           : 00000000  00000000 H        FUNC          : 00000021  00000033 IO$_READLBLK (or IO$_READVBLK)        IOST1         : 003C00010        IOSB address  : 0088CB5C (        IOSB = [hex]  : 00000000.00000000/        BCNT          : 00000200  00000512 Bytes ;        AST address   : 00011D68           is in the image: 0  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00011D68      MAIN  )        AST parameter : 0088CC48  08965192 )        P1            : 03A65360  612319680)        P2            : 00000200  00000512o)        P3            : 00000000  00000000:)        P4            : 00000000  00000000 )        P5            : 00000000  00000000 )        P6            : 00000000  000000000   02B0 00000000   0      BG611:g   Current process registers: r  L R0   = 00000000 00000001  R1   = FFFFFFFF 83D40C80  R2   = 00000000 0002D208L R3   = 00000000 00000000  R4   = 00000000 003E7700  R5   = 00000000 0042F9B0L R6   = 00000000 00000001  R7   = 00000000 0042F9B0  R8   = 00000000 00000000L R9   = 00000000 00000000  R10  = 00000000 003EBF80  R11  = 00000000 00000000L R12  = 00000000 00000000  R13  = FFFFFFFF 83D4D480  R14  = 00000000 003E9B60L R15  = 00000000 000DCD70  R16  = 00000000 008A7320  R17  = 00000000 008A7320L R18  = 00000000 00000000  R19  = 00000000 00000000  R20  = 00000000 00050005L R21  = 00000000 0004D648  R22  = 00000000 00000000  R23  = 00000000 008A7320L R24  = 00000000 008A7320  R25  = 00000000 00000000  R26  = FFFFFFFF 800CEAB0L R27  = FFFFFFFF 83D4B260  R28  = 00000000 0004D648  FP   = 00000000 00466DE82 PC   = FFFFFFFF 80001924  PS   = 00000000 0000001B   Current mode     : User        Previous mode    : User      I Current IPL      : 0 e  1 The current PC:        80001924 is in the image: E SYS$PUBLIC_VECTORS.EXE, Base      End       Image Offset  Psect type4 80000000  80001A00  00001924      Nonpaged read only  1 R26 (Return address):  800CEAB0 is in the image:   PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010AB0      Nonpaged read only  H ******************* Call Frame 1 ***************************************   FP      = 00466DE8 s4 PDSC    = 83D4D480  Stack Frame Procedure Descriptor Next FP = 00466E08  + Procedure Entry: 800CEA00 is in the image: 0 PROCESS_MANAGEMENT.EXE, Base      End       Image Offset  Psect type4 800BE000  800E2800  00010A00      Nonpaged read only  + Return address:  0022E6D4 is in the image: g
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  0022E6D4      MAIN  H ******************* Call Frame 2 ***************************************   FP      = 00466E08  4 PDSC    = 00038898  Stack Frame Procedure Descriptor Next FP = 00466E28  + Procedure Entry: 0022E6B0 is in the image: E
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  0022E6B0      MAIN  + Return address:  001E003C is in the image:  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001E003C      MAIN  H ******************* Call Frame 3 ***************************************   FP      = 00466E28 44 PDSC    = 0002D208  Stack Frame Procedure Descriptor Next FP = 00466E78  + Procedure Entry: 001DFF98 is in the image: s
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001DFF98      MAIN  + Return address:  001DFB84 is in the image: 8
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001DFB84      MAIN  H ******************* Call Frame 4 ***************************************   FP      = 00466E78 r4 PDSC    = 0002D2C0  Stack Frame Procedure Descriptor Next FP = 7ED385B0  + Procedure Entry: 001DF550 is in the image: S
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001DF550      MAIN  + Return address:  001E012C is in the image: 5
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001E012C      MAIN  H ******************* Call Frame 5 ***************************************   FP      = 7ED385B0  4 PDSC    = 0002C3F0  Stack Frame Procedure Descriptor Next FP = 7ED392A0  + Procedure Entry: 001D89B0 is in the image: [
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001D89B0      MAIN  + Return address:  001163D8 is in the image: m
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  001163D8      MAIN  H ******************* Call Frame 6 ***************************************   FP      = 7ED392A0 i4 PDSC    = 000134F0  Stack Frame Procedure Descriptor Next FP = 7ED397C0  + Procedure Entry: 00115C30 is in the image:  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00115C30      MAIN  + Return address:  7EE60294 is in the image: v  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE1A000  7EE8BDFF  00046294      Merged  H ******************* Call Frame 7 ***************************************   FP      = 7ED397C0 -4 PDSC    = 7EE1A4A0  Stack Frame Procedure Descriptor Next FP = 7ED39800  + Procedure Entry: 7EE601EC is in the image: ;  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE1A000  7EE8BDFF  000461EC      Merged  + Return address:  8005ACC0 is in the image:   SYSTEM_PRIMITIVES_MIN.EXEN, Base      End       Image Offset  Psect type4 80028000  8005D600  00032CC0      Nonpaged read only  H ******************* Call Frame 8 ***************************************   FP      = 7ED39800 04 PDSC    = 7EE20CF8  Stack Frame Procedure Descriptor Next FP = 7ED398C0  + Procedure Entry: 7EE5B384 is in the image:    DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE1A000  7EE8BDFF  00041384      Merged  + Return address:  8005ACC0 is in the image: N SYSTEM_PRIMITIVES_MIN.EXE0, Base      End       Image Offset  Psect type4 80028000  8005D600  00032CC0      Nonpaged read only  H ******************* Call Frame 9 ***************************************   FP      = 7ED398C0  4 PDSC    = 8934C4B0  Stack Frame Procedure Descriptor Next FP = 7ED39950  + Procedure Entry: 894E2380 is in the image: 0
 EXCEPTION.EXE , Base      End       Image Offset  Psect type1 894E2000  894EF400  00000380      Paged read only1  + Return address:  003C5DC4 is in the image: S
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  003C5DC4      MAIN  I ******************* Call Frame 10 ***************************************    FP      = 7ED39950 y4 PDSC    = 0007ADF8  Stack Frame Procedure Descriptor Next FP = 7ED39A50  + Procedure Entry: 003C5D30 is in the image:  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  003C5D30      MAIN  + Return address:  00115BF8 is in the image:  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00115BF8      MAIN  I ******************* Call Frame 11 ***************************************n   FP      = 7ED39A50 O4 PDSC    = 00013290  Stack Frame Procedure Descriptor Next FP = 7ED39AC0  + Procedure Entry: 00115AD8 is in the image: N
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00115AD8      MAIN  + Return address:  00115AA8 is in the image:  
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00115AA8      MAIN  I ******************* Call Frame 12 ***************************************g   FP      = 7ED39AC0 e4 PDSC    = 00013320  Stack Frame Procedure Descriptor Next FP = 7ED39B30  + Procedure Entry: 00115A50 is in the image: 9
 DATASERVER, Base      End       Image Offset  Psect type& 00010000  003F53FF  00115A50      MAIN  + Return address:  896490D8 is in the image: P IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 8963E000  89649800  000130D8      Paged read only0  I ******************* Call Frame 13 ***************************************a   FP      = 7ED39B30 -4 PDSC    = 8964BA90  Stack Frame Procedure Descriptor Next FP = 7ED39BB0  + Procedure Entry: 89648F60 is in the image:   IMAGE_MANAGEMENT.EXE, Base      End       Image Offset  Psect type1 8963E000  89649800  00012F60      Paged read only   + Return address:  7EE48DCC is in the image:    DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE1A000  7EE8BDFF  0002EDCC      Merged  I ******************* Call Frame 14 ***************************************    FP      = 7ED39BB0  4 PDSC    = 7EE1E1E0  Stack Frame Procedure Descriptor Next FP = 00000000  + Procedure Entry: 7EE48BDC is in the image:    DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE1A000  7EE8BDFF  0002EBDC      Merged  + Return address:  7EE48BC8 is in the image: 0  DCL.EXE (CLI Image, in P1 Space), Base      End       Image Offset  Psect type( 7EE1A000  7EE8BDFF  0002EBC8      Merged  6  *** The output was written into file 22412AC5.OUT ***   I   D.17 MUTEX: waiting on BYTCNTE  A This is an example of a hanging process, where you can't read the0 process channels.     J OpenVMS V7.1  on node GDCW3A  19-AUG-1998 18:09:30.38  Uptime  19 06:16:00M   Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages M 2241AE41 _FTA14:         MUTEX    5      175   0 00:00:00.50       270    135      $ MC MWAIT 2241AE41n    ;           *** MWAIT /Alpha V2.8 - Process Hang Analyzer ***     :  *** The output will be written into file 2241AE41.OUT ***  @ Process name     : _FTA14:             User name      : SALMINEN@ Extended PID     : 2241AE41            Internal PID   : 00D70041> PCB address      : 812168C0            Terminal name  : FTA14:; JIB address      : 80D9D200            Cur/Base prior : 5/00 PHD address      : 848A4000 9 KTB vector       : 81216BAC            Threads        : 1-	 Thread 00-	 ---------29 KTB address      : 812168C0            Running on CPU : 00: Thread state     : MUTEX               Mutex/resource waitK Thread status    : 02040001  ssrwait   System service resource wait enabled ?                              RES       Resident, in balance set >                              PHDRES    Process header residentD                              INTER     Process is an interactive job EFN wait cluster : 0; EFN wait mask    : 80D9D200  JIB address, waiting on BYTCNTd  C Direct   I/O count/limit    [IO's] :      150 /     150  In use : 0 D Buffered I/O count/limit    [IO's] :      102 /     150  In use : 48C Sub-process count/limit    [Procs] :        0 /      16  In use : 08G Byte count/limit           [Bytes] :      416 /   99680  In use : 99264PG Byte count/orig. limit     [Bytes] :      416 /  100000  In use : 99584[C File count/limit           [Files] :      199 /     200  In use : 10C Timer queue count/limit   [Timers] :       10 /      10  In use : 0 F Working set quota/limit [Pagelets] :   522128 /  524288  In use : 2160E Page file quota/limit      [Pages] :     3857 /    4096  In use : 239:C AST count/limit            [AST's] :      248 /     250  In use : 2 - AST's enabled               [KESU] :     KESUW- AST's active                [KESU] :     ---- - AST's queued                [KESU] :     ----x- Delete pending count (XQP event)   :        00  O Absolute/Last event/Delta time     : 09EB5A99 / 09EB2DDE / 00002CBB [hex] ticks:= Time since last event : 1 minutes 54 seconds 510 milliseconds 9 %MWAIT-F-NORESPONSE, can not read target process channelst! %SYSTEM-F-TIMEOUT, device timeout                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         