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  

|
July 01, 2016 10:09AM
Hey AFNI experts,

I have basically posted this exact question once before. My afni_proc.py script kept dying during one of the warping stages (applying warp using 3dNwarpApply) giving me a Fatal Signal 6 (SIGABRT) received and a memory corruption message.

We figured out it was due to a large distance between the anatomical and functional datasets. The problem was solved by running @AlignCenters on the functional and anatomical datasets using TT_N27 as the base.

I recently got some data from another laband I basically get identical error messages and linear warping warns me about the data sets beeing far appart. I have tried to allign the centers using @AlignCenters and I use the -ginormous_move option. This still fails me. What should be my next move?

My analysis

@Align_Centers -base ~/abin/TT_N27+tlrc. -dset TEST_sT1W_3D_TFE_SENSE_4_1+orig. -child TEST_Risk_SENSE_8_1+orig.

#!/bin/bash
afni_proc.py -subj_id AB123_risk_Regress \
-dsets /data/dsk1/data/TEST_Risk_SENSE_8_1_shft+orig. \
-copy_anat /data/dsk1/data/TEST_sT1W_3D_TFE_SENSE_4_1_shft+orig. \
-blocks despike tshift align tlrc volreg blur mask regress \
-align_opts_aea \
-ginormous_move \
-tcat_remove_first_trs 0 \
-volreg_align_to MIN_OUTLIER \
-volreg_tlrc_warp \
-tlrc_NL_warp \
-regress_censor_motion 0.3 \
-regress_censor_outliers 0.1 \
-regress_apply_mot_types demean deriv


Error log:
.
.
.
3dcalc -a rm.epi.nomask.r01+tlrc -b mask_epi_extents+tlrc -expr a*b -prefix pb03.AB123_risk_Regress.r01.volreg
++ 3dcalc: AFNI version=AFNI_16.0.05 (Feb 10 2016) [64-bit]
++ Authored by: A cast of thousands
++ Output dataset ./pb03.AB123_risk_Regress.r01.volreg+tlrc.BRIK
end
3dcopy TEST_sT1W_3D_TFE_SENSE_4_1_shft_al_keep+tlrc anat_final.AB123_risk_Regress
++ 3dcopy: AFNI version=AFNI_16.0.05 (Feb 10 2016) [64-bit]
3dNwarpApply -source TEST_sT1W_3D_TFE_SENSE_4_1_shft+orig -master anat_final.AB123_risk_Regress+tlrc -ainterp wsinc5 -nwarp anat.un.aff.qw_WARP.nii anat.un.aff.Xat.1D TEST_sT1W_3D_TFE_SENSE_4_1_shft_al_keep_mat.aff12.1D -prefix anat_w_skull_warped
++ 3dNwarpApply: AFNI version=AFNI_16.0.05 (Feb 10 2016) [64-bit]
++ Authored by: Zhark the Warped
*** Error in `3dNwarpApply': malloc(): memory corruption: 0x000000000296d450 ***

Fatal Signal 6 (SIGABRT) received
3dNwarpApply
Bottom of Debug Stack
** AFNI version = AFNI_16.0.05 Compile date = Feb 10 2016
** [[Precompiled binary linux_openmp_64: Feb 10 2016]]
** Program Death **
** If you report this crash to the AFNI message board,
** please copy the error messages EXACTLY, and give
** the command line you used to run the program, and
** any other information needed to repeat the problem.
** You may later be asked to upload data to help debug.

Thanks!



Edited 1 time(s). Last edit at 07/01/2016 10:10AM by Robin.
Subject Author Posted

NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 01, 2016 10:09AM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Daniel Glen July 01, 2016 12:40PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 01, 2016 01:24PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Daniel Glen July 01, 2016 01:43PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 01, 2016 04:25PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Daniel Glen July 01, 2016 04:43PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 05, 2016 07:15AM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Daniel Glen July 05, 2016 11:32AM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 06, 2016 08:07AM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 06, 2016 10:50AM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Daniel Glen July 06, 2016 03:53PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 06, 2016 03:57PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Daniel Glen July 06, 2016 04:44PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 06, 2016 06:06PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

rick reynolds July 01, 2016 08:54PM

Re: NL_warp: Fatal Signal 6 (SIGABRT) received

Robin July 04, 2016 04:00AM