[Info-vax] hung program location

Bob Gezelter gezelter at rlgsc.com
Mon Feb 18 17:29:01 EST 2013


On Monday, February 18, 2013 9:15:28 AM UTC-5, Tom Adams wrote:
> I can see the PC and SP where a program is hung using SHOW PROC/CONT.
> 
> 
> 
> How can I relate that to a link map to figure out where the process is
> 
> hung in the program that it is running?
> 
> 
> 
> The process is running an installed shared image
> 
> 
> 
> This is VMS 7.3-2 on an alpha
> 
> 
> 
> Thanks.

Tom,

I concur with Hoff, Hein, and Brian: The LINK map and the compiled code machine language listing can help. HOWEVER (capitalization for emphasis), it is highly likely that the image is "hung" in some library routine or other unrelated to the actual problem.

Tracing the stack can yield a solution, and there are also other possibilities (e.g., some routine disabled AST dispatching, and the process is waiting for an AST to be processed).

The best answer is to get a process dump, and analyze what is the precise state of the process. "Hung" is a symptom, not a process state or diagnosis.

- Bob Gezelter, http://www.rlgsc.com



More information about the Info-vax mailing list