[Info-vax] VSI I64VMS CSWS V2.4-48B subprocesses go bererk?

abrsvc dansabrservices at yahoo.com
Tue Apr 26 07:28:08 EDT 2022


On Tuesday, April 26, 2022 at 5:34:32 AM UTC-4, Volker Halle wrote:
> Steven, 
> 
> I'd start with SDA> SHOW CALL/SUMMARY. It should give you the list of routines called. If you compare this in multiple process dumps, you might spot some common routines towards the bottom of the call chain. 
> 
> Did you collect PC values from the looping process ? SHOW PROC/CONT/ID=xxx with a log file of the terminal session (or SET HOST/LOG 0) should be able to collect PC values easily. 
> 
> You could also use ANALYZE/PROCESS on that process dump. DBG> SHOW CALL would be the appropriate command. 
> 
> Volker.

Another potential option is to create a file with a number of "show proc/register" lines in it. 
Enter a "set process xxx" where xxx is the process that is looping followed by @filename (file created above).  This will give you the register and PC information.
I have used this quite successfully when dealing with looping processes.  This provides similar info to the show proc/cont but with less noise.

Dan



More information about the Info-vax mailing list