Re: Turning off verbose dump

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux