History of AFNI updates  

|
September 24, 2014 09:07PM
I think that is common because "head -2" is closing the
stdout file stream while 3dhistog is still writing lots of
information, which crashes the program because it
does not check to see if the output stream is still open.

Almost any program that writes a lot to a file stream
could crash in such a way, e.g. try:

afni_proc.py -help | head

It is just an irritation, and is not something worth
coding around.

- rick
Subject Author Posted

Issue report: 3dhistog in bash looping

shanusmagnus September 24, 2014 06:32PM

Re: Issue report: 3dhistog in bash looping

rick reynolds September 24, 2014 09:07PM

Re: Issue report: 3dhistog in bash looping

shanusmagnus September 24, 2014 10:08PM

Re: Issue report: 3dhistog in bash looping

rick reynolds September 24, 2014 10:34PM

Re: Issue report: 3dhistog in bash looping

Isaac Schwabacher September 25, 2014 11:01AM

Re: Issue report: 3dhistog in bash looping

Emperor Zhark September 25, 2014 04:23PM

Re: Issue report: 3dhistog in bash looping

Isaac Schwabacher September 26, 2014 10:30AM