Problems with Ultrix dbx

Chris Torek chris at umcp-cs.UUCP
Sun Jun 8 23:38:27 AEST 1986


In article <282 at xios.UUCP>, tony at xios.UUCP (Keeper Of News) writes:
>[dbx is] getting into a state where it is not able to access local
>variables of a paticular function, ...

I cannot guess at the rest of the trouble, but this one is usually
caused by trapping a routine after a `return' instruction but before
the return has completed.  In particular, clobbering the stack will
have this effect.  Since the local variables are below the current
stack pointer, dbx thinks they are no longer available.  If you
use adb you can still find them, though this is hardly convenient.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at mimsy.umd.edu



More information about the Comp.unix mailing list