History of AFNI updates  

|
June 29, 2022 04:02PM
And as a followup, the crash is happening because of the script's shell not knowing the DYLD library, so adding the following to the top of the bash script would also prevent the crash (this is what ~/.bash_profile gets set to include):
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/X11/lib/flat_namespace

Again, I think this is a Mac-specific issue, when using bash or zsh. The startup files might only be read by default when it is a login shell, which I guess the scripts aren't?

--pt
Subject Author Posted

SIGSEV when trying to drive AFNI from command line

jbteves June 29, 2022 03:08PM

Re: SIGSEV when trying to drive AFNI from command line

ptaylor June 29, 2022 03:54PM

Re: SIGSEV when trying to drive AFNI from command line

ptaylor June 29, 2022 04:02PM

Re: SIGSEV when trying to drive AFNI from command line

jbteves June 29, 2022 04:16PM

Re: SIGSEV when trying to drive AFNI from command line

ptaylor June 29, 2022 04:53PM

Re: SIGSEV when trying to drive AFNI from command line

rick reynolds June 29, 2022 10:09PM

Re: SIGSEV when trying to drive AFNI from command line

jbteves June 29, 2022 10:32PM

Re: SIGSEV when trying to drive AFNI from command line

ptaylor June 29, 2022 10:42PM

Re: SIGSEV when trying to drive AFNI from command line

Daniel Glen June 30, 2022 04:50PM