On Tue, Jan 24, 2017 at 10:56:05PM -0800, L A Walsh wrote > I am trying to debug a prog but keep having my output flushed off the screen > by an unwanted memory map dump. > > Shouldn't that only be dumped by request? > > How do I turn it off? An alternative way of doing things is to redirect stderr to stdout, and then redirect stdout (containing stderr) to a text file, like so... program > logfile.txt 2>&1 -- Walter Dnes <waltdnes@xxxxxxxxxxxx>