AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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