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, 2020 10:21PM
Sooooooo, oddly enough it ran fine for me, and the results look pretty good overall (see attached image).

I just ran essentially the same exact command as you did:
@SSwarper \
    -input ./Sub_004_01_anat+orig. \
   -odir TEST1 \
   -base ~/REF_TEMPLATES/MNI152_2009_template_SSW.nii.gz \
   -subid TEST1

I wonder if there was a memory thing, possibly depending on how many CPUs you were using or other things running on your computer system? My OMP_NUM_THREADS = 6. I just ran this on my Ubuntu laptop, which is not particularly powerful, and my "afni -ver" output is:
Precompiled binary linux_ubuntu_12_64: Jun  3 2020 (Version AFNI_20.1.13 'Otho')
... which is also quite similar to yours.

Maybe you could try running it again, and perhaps grab the stdout/stderr output, in case things break again? The easiest way is if you are running some COMMAND (which can have one or more options, or even better be the execution of a script file running all your commands), then:
# in bash terminal
COMMAND 2>&1 | tee o.output_text.txt
# in tcsh terminal
COMMAND |& tee o.output_text.txt

--pt
Attachments:
open | download - QC_anatQQ.TEST1.jpg (1.01 MB)
Subject Author Posted

Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 01:14PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor June 29, 2020 02:01PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 04:31PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor June 29, 2020 04:45PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 06:18PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor June 29, 2020 07:51PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 June 29, 2020 08:04PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received Attachments

ptaylor June 29, 2020 10:21PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 July 01, 2020 12:20PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

ptaylor July 01, 2020 05:22PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

rick reynolds July 01, 2020 10:13PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 July 02, 2020 01:19PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

rick reynolds July 02, 2020 02:09PM

Re: @SSWarper Fatal Signal 11 (SIGSEGV) & 3dAllineate -cmass

kxd344 July 02, 2020 04:23PM

Re: Errors with @SSWarper Fatal Signal 11 (SIGSEGV) received

kxd344 July 08, 2020 02:04PM