External Email - Use Caution
I was looking again at the stack trace that starts with, Bus error detected at Wed Mar 24 00:59:58 2021------------------------------------------------------------------------ Configuration: Crash Decoding : Disabled Current Visual : Quartz Default Encoding : ISO-8859-1 MATLAB Architecture: maci64 MATLAB Root : /Applications/freesurfer/7.1.1/MCRv84 MATLAB Version : 8.4.0.150421 (R2014b) Operating System : Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195..81.3~1/RELEASE_X86_64 x86_64 Processor ID : x86 Family 6 Model 158 Stepping 10, GenuineIntel Software OpenGL : 0 Virtual Machine : Java 1.7.0_55-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode Window System : Quartz Fault Count: 1Further on down, lines 5, 6 and 7 list,[ 5] 0x000000010ec39733 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00378675 mnFatalSignalHandler+00000275[ 6] 0x00007fff20498d7d /usr/lib/system/libsystem_platform.dylib+00015741 _sigtramp+00000029[ 7] 0x0000000000000000 <unknown-module>+00000000At line 5, some kind of signal was received by The Mathworks library fatal signal handler. It looks like the handler tried to process the signal and crashed falling back to the system _sigtramp which is the “user space signal trampoline”. But can’t really tell what the signal was without a more detailed stack trace, e.g., like a segmentation fault (SIGSEGV). This bug/crash report on The Mathworks web site looks similar (see lines 5,6,7 as well)https://secure-web.cisco.com/1JQhmxBxqZzsKf_5bE2K3e0nFFjhcK2dlWpIT8XeSKRmfKJ... In this case the culprit is supposedly a file in the Matlab application bundle installed on the machine. This crash can be traced to the following file being missing or corrupted:/Applications/MATLAB_R2017b.app/settings/src/settingscore/settings.xsdTo correct this issue, reinstall MATLAB on your machine. You will also want to remove or rename the /Users/$USER/Downloads/MathWorks folder on your machine to ensure that complete installation files are downloaded, and to rule out any potential problems caused by corrupted installation files. But that file also exists under the runtime environment, i.e., if you installed it under the freesurfer tree /Applications/freesurfer/7..1.1/MCRv84> lsContents/ bin/ help/ mcr/ remote/ runtime/ toolbox/MCR_license.txt etc/ java/ patents.txt resources/ simulink/ trademarks.txtappdata/ extern/ license.txt polyspace/ rtw/ sys/ /Applications/freesurfer/dev/MCRv84> find . -name "settings.xsd"./toolbox/matlab/configtools/settings.xsd I don’t know how to tell if that file is corrupted or not. But maybe another way to test that is to try installing the latest and greatest matlab runtime environment using the actual Mathworks pkg installer. That would be version R2021a (https://secure-web.cisco.com/1MljBF-xENfCJNIAKmAXBqz8Y90j_CUs1fKhVdvW8mdPjvR...)
I installed it on a Mac running 10.15.7, taking all the defaults in the installer application including letting it make modifications to Java. I ended up with the install under /Applications/MATLAB/MATLAB_runtime/v910 which looks like, /Applications/MATLAB/MATLAB_runtime/v910> lsMCR_license.txt bin/ help/ mcr/ remote/ simulink/ trademarks.txtVersionInfo.xml derived/ interprocess/ patents.txt resources/ sys/ ui/appdata/ extern/ java/ polyspace/ runtime/ toolbox/ /Applications/MATLAB/MATLAB_runtime/v910> find . -name "settings.xsd"./toolbox/matlab/settings/settings.xsd
So you could move aside the older copy of the runtime environment under the Freesurfer tree and make a soft link to try out the newer version,
$ cd /Applications/freesurfer/7.1.1$ sudo mv MCRv84 old_MCRv84$ sudo ln -s /Applications/MATLAB/MATLAB_Runtime/v910 MCRv84$ ls -l MCRv84lrwxr-xr-x 1 root wheel 40 Mar 26 01:27 MCRv84@ -> /Applications/MATLAB/MATLAB_Runtime/v910 … then try running your commands again. … to put it back the way it was, $ cd /Applications/freesurfer/7.1.1$ sudo rm MCRv84$ sudo mv old_MCRv84 MCRv84 I've attached a screenshots from my installation. Setting DYLD_LIBRARY_PATH to the actual paths listed in the installer window should work.
Once you set DYLD_LIBRARY_PATH, you could also try setting DYLD_FALLBACK_LIBRARY_PATH to the same value.
$ export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_LIBRARY_PATH
- R.
On Mar 25, 2021, at 19:19, Ramtilak Gattu <rgatt@med.wayne.edu> wrote: External Email - Use Caution External Email - Use Caution Hi 'E' / 'R',I even tried changing the resolution to 1.0 with no success ruling put memory issues. Just wondering if its time to give up and wait for your python build to successfully finish the job in mac. I wonder if any other user with a similar MacBook pro configuration as mine Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2.6 GHz Number of Processors: 1 Total Number of Cores: 6 L2 Cache (per Core): 256 KB L3 Cache: 12 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1554.80.3.0.0 (iBridge: 18.16.14347.0.0,0) Serial Number (system): C02DPB3BMD6M Hardware UUID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Provisioning UDID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Activation Lock Status: Enabledhad successfully finished the processing or encountered the same issue and later fixed it to successfully run the segmentation. Is there a way to bypass that step and run the program till the end? I think some Compatability issues with 'MCR' holding back the processing at that stage. Again, thanks a lot for all your help in this regards.RegardsTilakFrom: Ramtilak Gattu <rgatt@med.wayne.edu>Sent: Wednesday, March 24, 2021 8:32 PMTo: fsbuild <fsbuild@contbay.com>; freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edu>Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error First let me thank you 'R' and 'E' for being so patient and working with me to resolve this issue. As suggested by 'R' I monitored the activity monitored but unfortunately, the memory pressure graph remained green throughout the process. When the program was running memory usage jumped from 6.25gb to 7.85 gb.As suggeted by 'E" I even tried to run the code by changing the parameters in the code for set RESOLUTION="0.333333333333333333333333333333333333". by: set RESOLUTION="0.5";still, the error persists. It works fine on my Linux centos system(8gb ram) but fails on both the macs. surprisingly, it's the same exact error.Does running the routine after installing full matlab instead of just mcr8.4 would help? just a thought. ThanksRegardsTilakFrom: fsbuild <fsbuild@contbay.com>Sent: Wednesday, March 24, 2021 5:09 AMTo: freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edu>Cc: Ramtilak Gattu <rgatt@med.wayne.edu>Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error I don’t see anything in your output showing say code 01 with Bus Error. But code 01 could indicate a memory issue, e.g., not enough RAM.You could bring up the Activity Monitor program and click on the memory tab to profile memory during the command run. But the "memory pressure" graph does not go back very far in time, so you would need to be able to see it close to the time the command exits. See https://secure-web.cisco.com/1tkr30obhmK2iOZliaWCRbke2W5CF6bmoVt191DHffCRfze... R.On Mar 24, 2021, at 04:26, Ramtilak Gattu <rgatt@med.wayne.edu> wrote: External Email - Use Caution External Email - Use Caution Yes it says enabled.[tilak:~] tilak% csrutil statusSystem Integrity Protection status: enabled.ThanksRegards,TilakFrom: fsbuild <fsbuild@contbay.com>Sent: Wednesday, March 24, 2021 4:22 AMTo: freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edu>Cc: Ramtilak Gattu <rgatt@med.wayne.edu>Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error Maybe you could let us know if the system integrity protection feature is turned on the Mac (which is the default). The following command will report if it is enabled or disabled, e.g., when enabled,$ csrutil statusSystem Integrity Protection status: enabled.- R.On Mar 24, 2021, at 01:48, Ramtilak Gattu <rgatt@med.wayne.edu> wrote: External Email - Use Caution External Email - Use Caution Hi,Earlier I didnt have a full matlab verion but I installed mcr by running "fs_install_mcr R2014b" as suggested in FSwiki. I updated java to version "1.8.0_281" (Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) and reinstalled or overwritten mcrv8.4 by running the same command again "fs_install_mcr R2014b" but still it ended after running for a whileand exited with errors again. But this time it says "Bus error detected instead of segmentation violation error.Bus error detected at Wed Mar 24 00:59:58 2021------------------------------------------------------------------------Configuration: Crash Decoding : Disabled Current Visual : Quartz Default Encoding : ISO-8859-1 MATLAB Architecture: maci64 MATLAB Root : /Applications/freesurfer/7.1.1/MCRv84 MATLAB Version : 8.4.0.150421 (R2014b) Operating System : Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64 Processor ID : x86 Family 6 Model 158 Stepping 10, GenuineIntel Software OpenGL : 0 Virtual Machine : Java 1.7.0_55-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode Window System : QuartzFault Count: 1Abnormal termination:Bus errorRegister State (from fault): RAX = 0000000000000003 RBX = 000000010145d080 RCX = 00007fdc9c700000 RDX = 000070000959f180 RSP = 00007fdc9c700000 RBP = 00007fff2027d95e RSI = 0000700000000000 RDI = 00007fff2027f1f9 R8 = 0000000070c054b0 R9 = 000070000959f180 R10 = 00007fff20270002 R11 = 00007fdc9c7429e0 R12 = 000070000959f498 R13 = 0000000000000000 R14 = 000000010f061d9b R15 = 0000000000000060 RIP = 000070000959f498 RFL = 000070000959f1e0 CS = 000000010eef827b FS = 000070000959f1c0 GS = 0000000000000001Stack Trace (from fault):[ 0] 0x00000001036a0e64 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00028260 _ZN2fl4diag15stacktrace_base7captureERKNS0_14thread_contextEm+00000052[ 1] 0x00000001036a4a2a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00043562 _ZN2fl4test17terminate_handledEv+00000906[ 2] 0x00000001036a4477 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00042103 _ZN2fl4diag13terminate_logEPKcPK17__darwin_ucontext+00000119[ 3] 0x000000010ec3bb7a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00387962 _Z32mnRunPathDependentInitializationv+00003146[ 4] 0x000000010ec3be58 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00388696 _Z32mnRunPathDependentInitializationv+00003880[ 5] 0x000000010ec39733 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00378675 mnFatalSignalHandler+00000275[ 6] 0x00007fff20498d7d /usr/lib/system/libsystem_platform.dylib+00015741 _sigtramp+00000029[ 7] 0x0000000000000000 <unknown-module>+00000000[ 8] 0x000000010eef827b /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01782395 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00010667[ 9] 0x000000010ee51a17 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01100311 _Z15inRunFinalizers7opcodesPS_Pi+00000119[ 10] 0x000000010eef629d /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01774237 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00002509[ 11] 0x000000010fc74c55 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_dispatcher.dylib+00400469 _ZN8Mfh_file11dispatch_fhEiPP11mxArray_tagiS2_+00000645[ 12] 0x000000010ee9948b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01393803 _Z23inEvalPcodeHeaderToWordP15_memory_contextiPP11mxArray_tagP12_pcodeheaderP6Mfh_mpj+00000219[ 13] 0x000000010ee4bf4b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01077067 _Z25in_local_call_with_setjmpIN5boost3_bi6bind_tIvPFvP15_memory_contextPiPP11mxArray_tagP12_pcodeheaderjENS1_5list5INS1_5valueIS4_EENS0_3argILi1EEENSG_ILi2EEENSE_ISA_EENSE_IiEEEEEEEN6mlutil14cmddistributor17inExecutionStatusET_S5_S8_b+00000171[ 14] 0x000000010ee47221 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01057313 _Z12inEvalStringP15_memory_contextRKSbItSt11char_traitsItESaItEE8EvalTypeiPP11mxArray_tag12inDebugCheckP12_pcodeheaderPib+00002769[ 15] 0x000000010ee477cd /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01058765 _ZN12InterpBridge22EvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEPibb+00000141[ 16] 0x000000010ee47a62 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01059426 _ZN12InterpBridge33EvalCmdWithLocalReturnInDesiredWSERKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000066[ 17] 0x000000010eda72de /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+00402142 _Z51inEvalCmdWithLocalReturnInDesiredWSAndPublishEventsRKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000062[ 18] 0x000000010f8f593e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00227646 _ZNK3iqm18InternalEvalPlugin24inEvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEP15inWorkSpace_tag+00000094[ 19] 0x000000010f8f4df4 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00224756 _ZN3iqm18InternalEvalPlugin7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000132[ 20] 0x000000010ec10358 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00209752 _ZN3mcr3mvm27McrSwappingIqmPluginAdapterIN3iqm18InternalEvalPluginEE7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000600[ 21] 0x000000010f8e5418 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00160792 _ZNK3iqm17DefaultPacketInfo7executeEP15inWorkSpace_tag+00000296[ 22] 0x000000010f8d07f1 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00075761 _ZN3iqm3Iqm15setupIqmFcnPtrsEv+00004945[ 23] 0x000000010148e005 /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwservices.dylib+00196613 _ZN10eventqueue18UserEventQueueImpl5flushEv+00001205[ 24] 0x000000010fa83a65 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwuix.dylib+00043621 _Z25isHandleUserEventCallbackPFvPvE+00000501[ 25] 0x000000010155da45 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01047109 _Z21svWS_ProcessCallbacksv+00016693[ 26] 0x0000000101559152 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01028434 _Z25svWS_ProcessPendingEventsiib+00000834[ 27] 0x0000000101558e5e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01027678 _Z25svWS_ProcessPendingEventsiib+00000078[ 28] 0x000000010ebfa18f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119183 _ZN3mcr7runtime17InterpreterThread4Impl14process_eventsERKN5boost10shared_ptrIS2_EE+00000095[ 29] 0x000000010ebfa49f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119967 _ZN3mcr7runtime17InterpreterThread4Impl3runERKN5boost10shared_ptrIS2_EEPNS2_12init_contextE+00000335[ 30] 0x000000010ebe0d1b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00015643 _Z26run_init_and_handle_eventsPv+00000059[ 31] 0x00007fff20454950 /usr/lib/system/libsystem_pthread.dylib+00026960 _pthread_start+00000224[ 32] 0x00007fff2045047b /usr/lib/system/libsystem_pthread.dylib+00009339 thread_start+00000015If this problem is reproducible, please submit a Service Request via: http://secure-web.cisco.com/1eidi0IlCiU-mTvwSttFoSKPGF30rZgh0SZHeFxbmGnq8-0T... technical support engineer might contact you with further information.Thank you for your help.** This crash report has been saved to disk as /Users/tilak/matlab_crash_dump.2179-1 **MATLAB is exiting because of fatal error/Applications/freesurfer/7.1.1/bin/run_segmentSubjectT1_autoEstimateAlveusML.sh: line 33: 2179 Killed: 9 /Applications/freesurfer/7.1.1/bin/segmentSubjectT1_autoEstimateAlveusML.app/Contents/MacOS/segmentSubjectT1_autoEstimateAlveusML Amy_Damboise /Users/tilak/Desktop/Work/CNS_cases/Hipps 0.333333333333333333333333333333333333 /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasMesh.gz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasDump.mgz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/compressionLookupTable.txt 0.05 left L-BFGS v21 '/Applications/freesurfer/7.1.1/bin/fs_run_from_mcr /Applications/freesurfer/7.1.1/bin/' 0Darwin tilak.lan 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64T1 hippocampal subfields exited with ERRORS at Wed Mar 24 00:59:59 EDT 2021For more details, see the log file /Users/tilak/Desktop/Work/CNS_cases/Hipps/Amy_Damboise/scripts/hippocampal-subfields-T1..logtilak@tilak Hipps % From: fsbuild <fsbuild@contbay.com>Sent: Tuesday, March 23, 2021 11:00 PMTo: freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edu>Cc: Ramtilak Gattu <rgatt@med.wayne.edu>Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error [EXTERNAL]I”m wondering if this is an issue with the version of Java installed on the machine and Matlab. I’ve seen the latest MCR Matlab installer try to make changes to java installed on a Mac. So maybe updating or re-installing the Matlab software on your machine could force a java update. You should be able to exit the installer before it makes any changes if you decide not to go thru with it.- R.On Mar 23, 2021, at 17:45, Ramtilak Gattu <rgatt@med.wayne.edu> wrote: External Email - Use Caution External Email - Use Caution Hi,I am also encountering the same issue as WON JONG CHWA on my macbook pro (16gb ram) and I even tried the same on imac (8gb ram). I ran recon-all successfully on both systems. Here are my system detailsHardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2.6 GHz Number of Processors: 1 Total Number of Cores: 6 L2 Cache (per Core): 256 KB L3 Cache: 12 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1554.80.3.0.0 (iBridge: 18.16.14347.0.0,0) Serial Number (system): C02DPB3BMD6M Hardware UUID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Provisioning UDID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Activation Lock Status: EnabledHere is the log for segmentation violation error***************************************************Fitting mesh to image data took 742.9022 secondsTransforming pointsTransforming pointsWrote image to file image.mgzConstructing image-to-world transform from header information (asmr1.mgz)Constructing image-to-world transform from header information (/Users/tilak/Desktop/Work/CNS_cases/Hipps/AD/tmp/hippoSF_T1_v21_left/imageDump.mgz)Wrote image to file asmr2.mgzThis file does not contain MRI parametersCaught unexpected exception of unknown type.------------------------------------------------------------------------ Segmentation violation detected at Tue Mar 23 15:53:07 2021------------------------------------------------------------------------Configuration: Crash Decoding : Disabled Current Visual : Quartz Default Encoding : ISO-8859-1 MATLAB Architecture: maci64 MATLAB Root : /Applications/freesurfer/7.1.1/MCRv84 MATLAB Version : 8.4..0.150421 (R2014b) Operating System : Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64 Processor ID : x86 Family 6 Model 158 Stepping 10, GenuineIntel Software OpenGL : 0 Virtual Machine : Java 1.7.0_55-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode Window System : QuartzFault Count: 1Abnormal termination:Segmentation violationRegister State (from fault): RAX = 0000000000000003 RBX = 0000000102cde080 RCX = 00007ff4ce000000 RDX = 000070000624c180 RSP = 00007ff4ce000000 RBP = 00007fff2041595e RSI = 0000700000000000 RDI = 00007fff204171f9 R8 = 00000000660333a0 R9 = 000070000624c180 R10 = 00007fff20410002 R11 = 00007ff4ce05b4e0 R12 = 000070000624c498 R13 = 0000000000000000 R14 = 000000010e5fbd9b R15 = 0000000000000060 RIP = 000070000624c498 RFL = 000070000624c1e0 CS = 000000010e49227b FS = 000070000624c1c0 GS = 0000000000000001Stack Trace (from fault):[ 0] 0x00000001048a9e64 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00028260 _ZN2fl4diag15stacktrace_base7captureERKNS0_14thread_contextEm+00000052[ 1] 0x00000001048ada2a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00043562 _ZN2fl4test17terminate_handledEv+00000906[ 2] 0x00000001048ad477 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00042103 _ZN2fl4diag13terminate_logEPKcPK17__darwin_ucontext+00000119[ 3] 0x0000000107e39b7a /Applications/freesurfer/7..1.1/MCRv84/bin/maci64/libmwmcr.dylib+00387962 _Z32mnRunPathDependentInitializationv+00003146[ 4] 0x0000000107e39e58 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00388696 _Z32mnRunPathDependentInitializationv+00003880[ 5] 0x0000000107e37733 /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwmcr.dylib+00378675 mnFatalSignalHandler+00000275[ 6] 0x00007fff20630d7d /usr/lib/system/libsystem_platform.dylib+00015741 _sigtramp+00000029[ 7] 0x0000000000000000 <unknown-module>+00000000[ 8] 0x000000010e49227b /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01782395 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00010667[ 9] 0x000000010e3eba17 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01100311 _Z15inRunFinalizers7opcodesPS_Pi+00000119[ 10] 0x000000010e49029d /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01774237 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00002509[ 11] 0x000000010f0b9c55 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_dispatcher.dylib+00400469 _ZN8Mfh_file11dispatch_fhEiPP11mxArray_tagiS2_+00000645[ 12] 0x000000010e43348b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01393803 _Z23inEvalPcodeHeaderToWordP15_memory_contextiPP11mxArray_tagP12_pcodeheaderP6Mfh_mpj+00000219[ 13] 0x000000010e3e5f4b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01077067 _Z25in_local_call_with_setjmpIN5boost3_bi6bind_tIvPFvP15_memory_contextPiPP11mxArray_tagP12_pcodeheaderjENS1_5list5INS1_5valueIS4_EENS0_3argILi1EEENSG_ILi2EEENSE_ISA_EENSE_IiEEEEEEEN6mlutil14cmddistributor17inExecutionStatusET_S5_S8_b+00000171[ 14] 0x000000010e3e1221 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01057313 _Z12inEvalStringP15_memory_contextRKSbItSt11char_traitsItESaItEE8EvalTypeiPP11mxArray_tag12inDebugCheckP12_pcodeheaderPib+00002769[ 15] 0x000000010e3e17cd /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01058765 _ZN12InterpBridge22EvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEPibb+00000141[ 16] 0x000000010e3e1a62 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01059426 _ZN12InterpBridge33EvalCmdWithLocalReturnInDesiredWSERKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000066[ 17] 0x000000010e3412de /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+00402142 _Z51inEvalCmdWithLocalReturnInDesiredWSAndPublishEventsRKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000062[ 18] 0x000000010ee8f93e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00227646 _ZNK3iqm18InternalEvalPlugin24inEvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEP15inWorkSpace_tag+00000094[ 19] 0x000000010ee8edf4 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00224756 _ZN3iqm18InternalEvalPlugin7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000132[ 20] 0x0000000107e0e358 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00209752 _ZN3mcr3mvm27McrSwappingIqmPluginAdapterIN3iqm18InternalEvalPluginEE7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000600[ 21] 0x000000010ee7f418 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00160792 _ZNK3iqm17DefaultPacketInfo7executeEP15inWorkSpace_tag+00000296[ 22] 0x000000010ee6a7f1 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00075761 _ZN3iqm3Iqm15setupIqmFcnPtrsEv+00004945[ 23] 0x0000000102688005 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+00196613 _ZN10eventqueue18UserEventQueueImpl5flushEv+00001205[ 24] 0x000000010f1dea65 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwuix.dylib+00043621 _Z25isHandleUserEventCallbackPFvPvE+00000501[ 25] 0x0000000102757a45 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01047109 _Z21svWS_ProcessCallbacksv+00016693[ 26] 0x0000000102753152 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01028434 _Z25svWS_ProcessPendingEventsiib+00000834[ 27] 0x0000000102752e5e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01027678 _Z25svWS_ProcessPendingEventsiib+00000078[ 28] 0x0000000107df818f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119183 _ZN3mcr7runtime17InterpreterThread4Impl14process_eventsERKN5boost10shared_ptrIS2_EE+00000095[ 29] 0x0000000107df849f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119967 _ZN3mcr7runtime17InterpreterThread4Impl3runERKN5boost10shared_ptrIS2_EEPNS2_12init_contextE+00000335[ 30] 0x0000000107dded1b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00015643 _Z26run_init_and_handle_eventsPv+00000059[ 31] 0x00007fff205ec950 /usr/lib/system/libsystem_pthread.dylib+00026960 _pthread_start+00000224[ 32] 0x00007fff205e847b /usr/lib/system/libsystem_pthread.dylib+00009339 thread_start+00000015If this problem is reproducible, please submit a Service Request via: http://secure-web.cisco.com/1eidi0IlCiU-mTvwSttFoSKPGF30rZgh0SZHeFxbmGnq8-0T... technical support engineer might contact you with further information.Thank you for your help.** This crash report has been saved to disk as /Users/tilak/matlab_crash_dump.30147-1 **MATLAB is exiting because of fatal error/Applications/freesurfer/7.1.1/bin/run_segmentSubjectT1_autoEstimateAlveusML.sh: line 33: 95683 Killed: 9 /Applications/freesurfer/7.1.1/bin/segmentSubjectT1_autoEstimateAlveusML.app/Contents/MacOS/segmentSubjectT1_autoEstimateAlveusML Amy_Damboise /Users/tilak/Desktop/Work/CNS_cases/Hipps 0.333333333333333333333333333333333333 /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasMesh.gz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasDump.mgz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/compressionLookupTable.txt 0.05 left L-BFGS v21 '/Applications/freesurfer/7.1.1/bin/fs_run_from_mcr /Applications/freesurfer/7.1.1/bin/' 0Darwin tilak.lan 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64T1 hippocampal subfields exited with ERRORS at Tue Mar 23 15:53:07 EDT 2021ThanksRegardsTilak_______________________________________________Freesurfer mailing listFreesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer%C2%A0__________... mailing listFreesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer%C2%A0__________... mailing listFreesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer%C2%A0__________... mailing listFreesurfer@nmr.mgh..harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
Hey 'R',
I installed MCRv910 and linked it to MCRv84 exactly as per your code. Please see below
"
tilak@tilak ~ % export DYLD_LIBRARY_PATH=/Applications/MATLAB/MATLAB_Runtime/v910/runtime/maci64:/Applications/MATLAB/MATLAB_Runtime/v910/sys/os/maci64:/Applications/MATLAB/MATLAB_Runtime/v910/bin/maci64:/Applications/MATLAB/MATLAB_Runtime/v910/extern/bin/maci64
tilak@tilak ~ % export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_LIBRARY_PATH
tilak@tilak ~ % cd /Applications/freesurfer/7.1.1
tilak@tilak 7.1.1 % sudo mv MCRv84 old_MCRv84
tilak@tilak 7.1.1 % sudo ln -s /Applications/MATLAB/MATLAB_Runtime/v910 MCRv84
tilak@tilak 7.1.1 % ls -l MCRv84
lrwxr-xr-x 1 root wheel 40 Mar 26 12:52 MCRv84 -> /Applications/MATLAB/MATLAB_Runtime/v910
tilak@tilak 7.1.1 % cd /Users/tilak/Desktop/Work/UMH_Dementia_data/AD
tilak@tilak AD % export SUBJECTS_DIR=/Users/tilak/Desktop/Work/UMH_Dementia_data/AD
tilak@tilak AD % segmentHA_T1.sh 116_S_4338
#--------------------------------------------
#@# Hippocampal Subfields processing (T1) left Fri Mar 26 12:54:53 EDT 2021
------------------------------------------
Setting up environment variables
---
DYLD_LIBRARY_PATH is .:/Applications/freesurfer/7.1.1/MCRv84//runtime/maci64:/Applications/freesurfer/7.1.1/MCRv84//bin/maci64:/Applications/freesurfer/7.1.1/MCRv84//sys/os/maci64:/Applications/freesurfer/7.1.1/lib/gcc/lib:
/Applications/freesurfer/7.1.1/bin/run_segmentSubjectT1_autoEstimateAlveusML.sh: line 33: 39770 Segmentation fault: 11 /Applications/freesurfer/7.1.1/bin/segmentSubjectT1_autoEstimateAlveusML.app/Contents/MacOS/segmentSubjectT1_autoEstimateAlveusML 116_S_4338 /Users/tilak/Desktop/Work/UMH_Dementia_data/AD 0.333333333333333333333333333333333333 /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasMesh.gz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasDump.mgz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/compressionLookupTable.txt 0.05 left L-BFGS v21 '/Applications/freesurfer/7.1.1/bin/fs_run_from_mcr /Applications/freesurfer/7.1.1/bin/' 0
Darwin tilak.lan 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
T1 hippocampal subfields exited with ERRORS at Fri Mar 26 12:54:54 EDT 2021
For more details, see the log file /Users/tilak/Desktop/Work/UMH_Dementia_data/AD/116_S_4338/scripts/hippocampal-subfields-T1.log
and again ran into the error in. a second.
Could you please point out what was I doing wrong.
Thanks
Regards Tilak ________________________________ From: fsbuild fsbuild@contbay.com Sent: Friday, March 26, 2021 2:07 AM To: freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Cc: Ramtilak Gattu rgatt@med.wayne.edu; jiglesiasgonzalez@mgh.harvard.edu jiglesiasgonzalez@mgh.harvard.edu; fsbuild@contbay.com fsbuild@contbay.com Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error
I was looking again at the stack trace that starts with,
Bus error detected at Wed Mar 24 00:59:58 2021
------------------------------------------------------------------------
Configuration:
Crash Decoding : Disabled
Current Visual : Quartz
Default Encoding : ISO-8859-1
MATLAB Architecture: maci64
MATLAB Root : /Applications/freesurfer/7.1.1/MCRv84
MATLAB Version : 8.4.0.150421 (R2014b)
Operating System : Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
Processor ID : x86 Family 6 Model 158 Stepping 10, GenuineIntel
Software OpenGL : 0
Virtual Machine : Java 1.7.0_55-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
Window System : Quartz
Fault Count: 1
Further on down, lines 5, 6 and 7 list,
[ 5] 0x000000010ec39733 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00378675 mnFatalSignalHandler+00000275
[ 6] 0x00007fff20498d7d /usr/lib/system/libsystem_platform.dylib+00015741 _sigtramp+00000029
[ 7] 0x0000000000000000 <unknown-module>+00000000
At line 5, some kind of signal was received by The Mathworks library fatal signal handler. It looks like the handler tried to process the signal and crashed falling back to the system _sigtramp which is the “user space signal trampoline”. But can’t really tell what the signal was without a more detailed stack trace, e.g., like a segmentation fault (SIGSEGV).
This bug/crash report on The Mathworks web site looks similar (see lines 5,6,7 as well) https://secure-web.cisco.com/1xIkv8tZJ6guc3UAnuLvKhSzahQjYvyOy6d20uwe-yaz5zr...
In this case the culprit is supposedly a file in the Matlab application bundle installed on the machine.
This crash can be traced to the following file being missing or corrupted: /Applications/MATLAB_R2017b.app/settings/src/settingscore/settings.xsd To correct this issue, reinstall MATLAB on your machine. You will also want to remove or rename the /Users/$USER/Downloads/MathWorks folder on your machine to ensure that complete installation files are downloaded, and to rule out any potential problems caused by corrupted installation files.
But that file also exists under the runtime environment, i.e., if you installed it under the freesurfer tree
/Applications/freesurfer/7.1.1/MCRv84> ls Contents/ bin/ help/ mcr/ remote/ runtime/ toolbox/ MCR_license.txt etc/ java/ patents.txt resources/ simulink/ trademarks.txt appdata/ extern/ license.txt polyspace/ rtw/ sys/
/Applications/freesurfer/dev/MCRv84> find . -name "settings.xsd" ./toolbox/matlab/configtools/settings.xsd
I don’t know how to tell if that file is corrupted or not. But maybe another way to test that is to try installing the latest and greatest matlab runtime environment using the actual Mathworks pkg installer. That would be version R2021a (https://secure-web.cisco.com/1DsO6ONTXGK-4UuWaISi8eKDeNJFJzDghTvhqUJiGkK6l7a...)
I installed it on a Mac running 10.15.7, taking all the defaults in the installer application including letting it make modifications to Java. I ended up with the install under /Applications/MATLAB/MATLAB_runtime/v910 which looks like,
/Applications/MATLAB/MATLAB_runtime/v910> ls MCR_license.txt bin/ help/ mcr/ remote/ simulink/ trademarks.txt VersionInfo.xml derived/ interprocess/ patents.txt resources/ sys/ ui/ appdata/ extern/ java/ polyspace/ runtime/ toolbox/
/Applications/MATLAB/MATLAB_runtime/v910> find . -name "settings.xsd" ./toolbox/matlab/settings/settings.xsd
So you could move aside the older copy of the runtime environment under the Freesurfer tree and make a soft link to try out the newer version,
$ cd /Applications/freesurfer/7.1.1 $ sudo mv MCRv84 old_MCRv84 $ sudo ln -s /Applications/MATLAB/MATLAB_Runtime/v910 MCRv84 $ ls -l MCRv84 lrwxr-xr-x 1 root wheel 40 Mar 26 01:27 MCRv84@ -> /Applications/MATLAB/MATLAB_Runtime/v910
… then try running your commands again.
… to put it back the way it was,
$ cd /Applications/freesurfer/7.1.1 $ sudo rm MCRv84 $ sudo mv old_MCRv84 MCRv84
I've attached a screenshots from my installation. Setting DYLD_LIBRARY_PATH to the actual paths listed in the installer window should work.
Once you set DYLD_LIBRARY_PATH, you could also try setting DYLD_FALLBACK_LIBRARY_PATH to the same value.
$ export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_LIBRARY_PATH
- R.
On Mar 25, 2021, at 19:19, Ramtilak Gattu rgatt@med.wayne.edu wrote:
External Email - Use Caution External Email - Use Caution Hi 'E' / 'R',
I even tried changing the resolution to 1.0 with no success ruling put memory issues.
Just wondering if its time to give up and wait for your python build to successfully finish the job in mac. I wonder if any other user with a similar MacBook pro configuration as mine Hardware Overview:
Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2.6 GHz Number of Processors: 1 Total Number of Cores: 6 L2 Cache (per Core): 256 KB L3 Cache: 12 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1554.80.3.0.0 (iBridge: 18.16.14347.0.0,0) Serial Number (system): C02DPB3BMD6M Hardware UUID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Provisioning UDID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Activation Lock Status: Enabled
had successfully finished the processing or encountered the same issue and later fixed it to successfully run the segmentation. Is there a way to bypass that step and run the program till the end?
I think some Compatability issues with 'MCR' holding back the processing at that stage.
Again, thanks a lot for all your help in this regards.
Regards Tilak ________________________________ From: Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> Sent: Wednesday, March 24, 2021 8:32 PM To: fsbuild <fsbuild@contbay.commailto:fsbuild@contbay.com>; freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu> Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error
First let me thank you 'R' and 'E' for being so patient and working with me to resolve this issue.
As suggested by 'R' I monitored the activity monitored but unfortunately, the memory pressure graph remained green throughout the process. When the program was running memory usage jumped from 6.25gb to 7.85 gb.
As suggeted by 'E" I even tried to run the code by changing the parameters in the code for
set RESOLUTION="0.333333333333333333333333333333333333". by: set RESOLUTION="0.5";
still, the error persists.
It works fine on my Linux centos system(8gb ram) but fails on both the macs. surprisingly, it's the same exact error.
Does running the routine after installing full matlab instead of just mcr8.4 would help? just a thought.
Thanks
Regards Tilak
________________________________ From: fsbuild <fsbuild@contbay.commailto:fsbuild@contbay.com> Sent: Wednesday, March 24, 2021 5:09 AM To: freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu> Cc: Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error
I don’t see anything in your output showing say code 01 with Bus Error. But code 01 could indicate a memory issue, e.g., not enough RAM.
You could bring up the Activity Monitor program and click on the memory tab to profile memory during the command run. But the "memory pressure" graph does not go back very far in time, so you would need to be able to see it close to the time the command exits. See https://secure-web.cisco.com/1drqXiWP97oLoYXY7u5_yi1OIGFkk_S4PFSSzixXd7cv3ES...
- R.
On Mar 24, 2021, at 04:26, Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> wrote:
External Email - Use Caution External Email - Use Caution Yes it says enabled.
[tilak:~] tilak% csrutil status System Integrity Protection status: enabled.
Thanks
Regards, Tilak ________________________________ From: fsbuild <fsbuild@contbay.commailto:fsbuild@contbay.com> Sent: Wednesday, March 24, 2021 4:22 AM To: freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard..edu <freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh..harvard.edu> Cc: Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error
Maybe you could let us know if the system integrity protection feature is turned on the Mac (which is the default). The following command will report if it is enabled or disabled, e.g., when enabled,
$ csrutil status System Integrity Protection status: enabled.
- R. On Mar 24, 2021, at 01:48, Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> wrote:
External Email - Use Caution External Email - Use Caution Hi,
Earlier I didnt have a full matlab verion but I installed mcr by running "fs_install_mcr R2014b" as suggested in FSwiki.
I updated java to version "1.8..0_281" (Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) and reinstalled or overwritten mcrv8.4 by running the same command again "fs_install_mcr R2014b" but still it ended after running for a whileand exited with errors again. But this time it says "Bus error detected instead of segmentation violation error.
Bus error detected at Wed Mar 24 00:59:58 2021 ------------------------------------------------------------------------
Configuration: Crash Decoding : Disabled Current Visual : Quartz Default Encoding : ISO-8859-1 MATLAB Architecture: maci64 MATLAB Root : /Applications/freesurfer/7.1.1/MCRv84 MATLAB Version : 8.4.0.150421 (R2014b) Operating System : Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64 Processor ID : x86 Family 6 Model 158 Stepping 10, GenuineIntel Software OpenGL : 0 Virtual Machine : Java 1.7.0_55-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode Window System : Quartz
Fault Count: 1
Abnormal termination: Bus error
Register State (from fault): RAX = 0000000000000003 RBX = 000000010145d080 RCX = 00007fdc9c700000 RDX = 000070000959f180 RSP = 00007fdc9c700000 RBP = 00007fff2027d95e RSI = 0000700000000000 RDI = 00007fff2027f1f9
R8 = 0000000070c054b0 R9 = 000070000959f180 R10 = 00007fff20270002 R11 = 00007fdc9c7429e0 R12 = 000070000959f498 R13 = 0000000000000000 R14 = 000000010f061d9b R15 = 0000000000000060
RIP = 000070000959f498 RFL = 000070000959f1e0
CS = 000000010eef827b FS = 000070000959f1c0 GS = 0000000000000001
Stack Trace (from fault): [ 0] 0x00000001036a0e64 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00028260 _ZN2fl4diag15stacktrace_base7captureERKNS0_14thread_contextEm+00000052 [ 1] 0x00000001036a4a2a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00043562 _ZN2fl4test17terminate_handledEv+00000906 [ 2] 0x00000001036a4477 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00042103 _ZN2fl4diag13terminate_logEPKcPK17__darwin_ucontext+00000119 [ 3] 0x000000010ec3bb7a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00387962 _Z32mnRunPathDependentInitializationv+00003146 [ 4] 0x000000010ec3be58 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00388696 _Z32mnRunPathDependentInitializationv+00003880 [ 5] 0x000000010ec39733 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00378675 mnFatalSignalHandler+00000275 [ 6] 0x00007fff20498d7d /usr/lib/system/libsystem_platform.dylib+00015741 _sigtramp+00000029 [ 7] 0x0000000000000000 <unknown-module>+00000000 [ 8] 0x000000010eef827b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01782395 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00010667 [ 9] 0x000000010ee51a17 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01100311 _Z15inRunFinalizers7opcodesPS_Pi+00000119 [ 10] 0x000000010eef629d /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01774237 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00002509 [ 11] 0x000000010fc74c55 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_dispatcher.dylib+00400469 _ZN8Mfh_file11dispatch_fhEiPP11mxArray_tagiS2_+00000645 [ 12] 0x000000010ee9948b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01393803 _Z23inEvalPcodeHeaderToWordP15_memory_contextiPP11mxArray_tagP12_pcodeheaderP6Mfh_mpj+00000219 [ 13] 0x000000010ee4bf4b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01077067 _Z25in_local_call_with_setjmpIN5boost3_bi6bind_tIvPFvP15_memory_contextPiPP11mxArray_tagP12_pcodeheaderjENS1_5list5INS1_5valueIS4_EENS0_3argILi1EEENSG_ILi2EEENSE_ISA_EENSE_IiEEEEEEEN6mlutil14cmddistributor17inExecutionStatusET_S5_S8_b+00000171 [ 14] 0x000000010ee47221 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01057313 _Z12inEvalStringP15_memory_contextRKSbItSt11char_traitsItESaItEE8EvalTypeiPP11mxArray_tag12inDebugCheckP12_pcodeheaderPib+00002769 [ 15] 0x000000010ee477cd /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01058765 _ZN12InterpBridge22EvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEPibb+00000141 [ 16] 0x000000010ee47a62 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01059426 _ZN12InterpBridge33EvalCmdWithLocalReturnInDesiredWSERKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000066 [ 17] 0x000000010eda72de /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+00402142 _Z51inEvalCmdWithLocalReturnInDesiredWSAndPublishEventsRKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000062 [ 18] 0x000000010f8f593e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00227646 _ZNK3iqm18InternalEvalPlugin24inEvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEP15inWorkSpace_tag+00000094 [ 19] 0x000000010f8f4df4 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00224756 _ZN3iqm18InternalEvalPlugin7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000132 [ 20] 0x000000010ec10358 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00209752 _ZN3mcr3mvm27McrSwappingIqmPluginAdapterIN3iqm18InternalEvalPluginEE7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000600 [ 21] 0x000000010f8e5418 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm..dylib+00160792 _ZNK3iqm17DefaultPacketInfo7executeEP15inWorkSpace_tag+00000296 [ 22] 0x000000010f8d07f1 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00075761 _ZN3iqm3Iqm15setupIqmFcnPtrsEv+00004945 [ 23] 0x000000010148e005 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+00196613 _ZN10eventqueue18UserEventQueueImpl5flushEv+00001205 [ 24] 0x000000010fa83a65 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwuix.dylib+00043621 _Z25isHandleUserEventCallbackPFvPvE+00000501 [ 25] 0x000000010155da45 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01047109 _Z21svWS_ProcessCallbacksv+00016693 [ 26] 0x0000000101559152 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01028434 _Z25svWS_ProcessPendingEventsiib+00000834 [ 27] 0x0000000101558e5e /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwservices.dylib+01027678 _Z25svWS_ProcessPendingEventsiib+00000078 [ 28] 0x000000010ebfa18f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119183 _ZN3mcr7runtime17InterpreterThread4Impl14process_eventsERKN5boost10shared_ptrIS2_EE+00000095 [ 29] 0x000000010ebfa49f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119967 _ZN3mcr7runtime17InterpreterThread4Impl3runERKN5boost10shared_ptrIS2_EEPNS2_12init_contextE+00000335 [ 30] 0x000000010ebe0d1b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00015643 _Z26run_init_and_handle_eventsPv+00000059 [ 31] 0x00007fff20454950 /usr/lib/system/libsystem_pthread.dylib+00026960 _pthread_start+00000224 [ 32] 0x00007fff2045047b /usr/lib/system/libsystem_pthread.dylib+00009339 thread_start+00000015
If this problem is reproducible, please submit a Service Request via: http://secure-web.cisco.com/1xqAwyy9lbcMg6p8zP38Mln7eE-QDupm1PKoL2RerO9dd_R0...
A technical support engineer might contact you with further information.
Thank you for your help.** This crash report has been saved to disk as /Users/tilak/matlab_crash_dump.2179-1 **
MATLAB is exiting because of fatal error /Applications/freesurfer/7.1.1/bin/run_segmentSubjectT1_autoEstimateAlveusML.sh: line 33: 2179 Killed: 9 /Applications/freesurfer/7.1.1/bin/segmentSubjectT1_autoEstimateAlveusML.app/Contents/MacOS/segmentSubjectT1_autoEstimateAlveusML Amy_Damboise /Users/tilak/Desktop/Work/CNS_cases/Hipps 0.333333333333333333333333333333333333 /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasMesh.gz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasDump.mgz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/compressionLookupTable.txt 0.05 left L-BFGS v21 '/Applications/freesurfer/7.1.1/bin/fs_run_from_mcr /Applications/freesurfer/7.1.1/bin/' 0 Darwin tilak.lan 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
T1 hippocampal subfields exited with ERRORS at Wed Mar 24 00:59:59 EDT 2021
For more details, see the log file /Users/tilak/Desktop/Work/CNS_cases/Hipps/Amy_Damboise/scripts/hippocampal-subfields-T1..log
tilak@tilak Hipps %
________________________________ From: fsbuild <fsbuild@contbay.commailto:fsbuild@contbay.com> Sent: Tuesday, March 23, 2021 11:00 PM To: freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu <freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu> Cc: Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> Subject: Re: [Freesurfer] Hippocampal Subfields Segmentation Violation-error
[EXTERNAL] I”m wondering if this is an issue with the version of Java installed on the machine and Matlab. I’ve seen the latest MCR Matlab installer try to make changes to java installed on a Mac. So maybe updating or re-installing the Matlab software on your machine could force a java update. You should be able to exit the installer before it makes any changes if you decide not to go thru with it.
- R.
On Mar 23, 2021, at 17:45, Ramtilak Gattu <rgatt@med.wayne.edumailto:rgatt@med.wayne.edu> wrote:
External Email - Use Caution External Email - Use Caution Hi,
I am also encountering the same issue as WON JONG CHWA on my macbook pro (16gb ram) and I even tried the same on imac (8gb ram). I ran recon-all successfully on both systems. Here are my system details
Hardware Overview:
Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2.6 GHz Number of Processors: 1 Total Number of Cores: 6 L2 Cache (per Core): 256 KB L3 Cache: 12 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1554.80.3.0.0 (iBridge: 18.16.14347.0.0,0) Serial Number (system): C02DPB3BMD6M Hardware UUID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Provisioning UDID: D313516B-A3B9-500F-9303-EB0F4D4946A4 Activation Lock Status: Enabled
Here is the log for segmentation violation error *************************************************** Fitting mesh to image data took 742.9022 seconds Transforming points Transforming points Wrote image to file image.mgz Constructing image-to-world transform from header information (asmr1..mgz) Constructing image-to-world transform from header information (/Users/tilak/Desktop/Work/CNS_cases/Hipps/AD/tmp/hippoSF_T1_v21_left/imageDump.mgz) Wrote image to file asmr2.mgz This file does not contain MRI parameters Caught unexpected exception of unknown type.
------------------------------------------------------------------------ Segmentation violation detected at Tue Mar 23 15:53:07 2021 ------------------------------------------------------------------------
Configuration: Crash Decoding : Disabled Current Visual : Quartz Default Encoding : ISO-8859-1 MATLAB Architecture: maci64 MATLAB Root : /Applications/freesurfer/7.1.1/MCRv84 MATLAB Version : 8..4..0.150421 (R2014b) Operating System : Darwin 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64 Processor ID : x86 Family 6 Model 158 Stepping 10, GenuineIntel Software OpenGL : 0 Virtual Machine : Java 1.7.0_55-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode Window System : Quartz
Fault Count: 1
Abnormal termination: Segmentation violation
Register State (from fault): RAX = 0000000000000003 RBX = 0000000102cde080 RCX = 00007ff4ce000000 RDX = 000070000624c180 RSP = 00007ff4ce000000 RBP = 00007fff2041595e RSI = 0000700000000000 RDI = 00007fff204171f9
R8 = 00000000660333a0 R9 = 000070000624c180 R10 = 00007fff20410002 R11 = 00007ff4ce05b4e0 R12 = 000070000624c498 R13 = 0000000000000000 R14 = 000000010e5fbd9b R15 = 0000000000000060
RIP = 000070000624c498 RFL = 000070000624c1e0
CS = 000000010e49227b FS = 000070000624c1c0 GS = 0000000000000001
Stack Trace (from fault): [ 0] 0x00000001048a9e64 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00028260 _ZN2fl4diag15stacktrace_base7captureERKNS0_14thread_contextEm+00000052 [ 1] 0x00000001048ada2a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00043562 _ZN2fl4test17terminate_handledEv+00000906 [ 2] 0x00000001048ad477 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwfl.dylib+00042103 _ZN2fl4diag13terminate_logEPKcPK17__darwin_ucontext+00000119 [ 3] 0x0000000107e39b7a /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00387962 _Z32mnRunPathDependentInitializationv+00003146 [ 4] 0x0000000107e39e58 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00388696 _Z32mnRunPathDependentInitializationv+00003880 [ 5] 0x0000000107e37733 /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwmcr.dylib+00378675 mnFatalSignalHandler+00000275 [ 6] 0x00007fff20630d7d /usr/lib/system/libsystem_platform.dylib+00015741 _sigtramp+00000029 [ 7] 0x0000000000000000 <unknown-module>+00000000 [ 8] 0x000000010e49227b /Applications/freesurfer/7.1..1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01782395 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00010667 [ 9] 0x000000010e3eba17 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01100311 _Z15inRunFinalizers7opcodesPS_Pi+00000119 [ 10] 0x000000010e49029d /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01774237 _Z10inRunMfileiPP11mxArray_tagiS1_P6Mfh_mpP15inWorkSpace_tag+00002509 [ 11] 0x000000010f0b9c55 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_dispatcher.dylib+00400469 _ZN8Mfh_file11dispatch_fhEiPP11mxArray_tagiS2_+00000645 [ 12] 0x000000010e43348b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01393803 _Z23inEvalPcodeHeaderToWordP15_memory_contextiPP11mxArray_tagP12_pcodeheaderP6Mfh_mpj+00000219 [ 13] 0x000000010e3e5f4b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01077067 _Z25in_local_call_with_setjmpIN5boost3_bi6bind_tIvPFvP15_memory_contextPiPP11mxArray_tagP12_pcodeheaderjENS1_5list5INS1_5valueIS4_EENS0_3argILi1EEENSG_ILi2EEENSE_ISA_EENSE_IiEEEEEEEN6mlutil14cmddistributor17inExecutionStatusET_S5_S8_b+00000171 [ 14] 0x000000010e3e1221 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01057313 _Z12inEvalStringP15_memory_contextRKSbItSt11char_traitsItESaItEE8EvalTypeiPP11mxArray_tag12inDebugCheckP12_pcodeheaderPib+00002769 [ 15] 0x000000010e3e17cd /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01058765 _ZN12InterpBridge22EvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEPibb+00000141 [ 16] 0x000000010e3e1a62 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+01059426 _ZN12InterpBridge33EvalCmdWithLocalReturnInDesiredWSERKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000066 [ 17] 0x000000010e3412de /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwm_interpreter.dylib+00402142 _Z51inEvalCmdWithLocalReturnInDesiredWSAndPublishEventsRKSbItSt11char_traitsItESaItEEPibbP15inWorkSpace_tag+00000062 [ 18] 0x000000010ee8f93e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00227646 _ZNK3iqm18InternalEvalPlugin24inEvalCmdWithLocalReturnERKSbItSt11char_traitsItESaItEEP15inWorkSpace_tag+00000094 [ 19] 0x000000010ee8edf4 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00224756 _ZN3iqm18InternalEvalPlugin7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000132 [ 20] 0x0000000107e0e358 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00209752 _ZN3mcr3mvm27McrSwappingIqmPluginAdapterIN3iqm18InternalEvalPluginEE7executeEP15inWorkSpace_tagRN5boost10shared_ptrIN14cmddistributor17IIPCompletedEventEEE+00000600 [ 21] 0x000000010ee7f418 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00160792 _ZNK3iqm17DefaultPacketInfo7executeEP15inWorkSpace_tag+00000296 [ 22] 0x000000010ee6a7f1 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwiqm.dylib+00075761 _ZN3iqm3Iqm15setupIqmFcnPtrsEv+00004945 [ 23] 0x0000000102688005 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+00196613 _ZN10eventqueue18UserEventQueueImpl5flushEv+00001205 [ 24] 0x000000010f1dea65 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwuix.dylib+00043621 _Z25isHandleUserEventCallbackPFvPvE+00000501 [ 25] 0x0000000102757a45 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01047109 _Z21svWS_ProcessCallbacksv+00016693 [ 26] 0x0000000102753152 /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01028434 _Z25svWS_ProcessPendingEventsiib+00000834 [ 27] 0x0000000102752e5e /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwservices.dylib+01027678 _Z25svWS_ProcessPendingEventsiib+00000078 [ 28] 0x0000000107df818f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119183 _ZN3mcr7runtime17InterpreterThread4Impl14process_eventsERKN5boost10shared_ptrIS2_EE+00000095 [ 29] 0x0000000107df849f /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00119967 _ZN3mcr7runtime17InterpreterThread4Impl3runERKN5boost10shared_ptrIS2_EEPNS2_12init_contextE+00000335 [ 30] 0x0000000107dded1b /Applications/freesurfer/7.1.1/MCRv84/bin/maci64/libmwmcr.dylib+00015643 _Z26run_init_and_handle_eventsPv+00000059 [ 31] 0x00007fff205ec950 /usr/lib/system/libsystem_pthread.dylib+00026960 _pthread_start+00000224 [ 32] 0x00007fff205e847b /usr/lib/system/libsystem_pthread.dylib+00009339 thread_start+00000015
If this problem is reproducible, please submit a Service Request via: http://secure-web.cisco.com/1xqAwyy9lbcMg6p8zP38Mln7eE-QDupm1PKoL2RerO9dd_R0...
A technical support engineer might contact you with further information.
Thank you for your help.** This crash report has been saved to disk as /Users/tilak/matlab_crash_dump.30147-1 **
MATLAB is exiting because of fatal error /Applications/freesurfer/7.1.1/bin/run_segmentSubjectT1_autoEstimateAlveusML.sh: line 33: 95683 Killed: 9 /Applications/freesurfer/7.1.1/bin/segmentSubjectT1_autoEstimateAlveusML.app/Contents/MacOS/segmentSubjectT1_autoEstimateAlveusML Amy_Damboise /Users/tilak/Desktop/Work/CNS_cases/Hipps 0.333333333333333333333333333333333333 /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasMesh.gz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/AtlasDump.mgz /Applications/freesurfer/7.1.1/average/HippoSF/atlas/compressionLookupTable..txt 0.05 left L-BFGS v21 '/Applications/freesurfer/7.1.1/bin/fs_run_from_mcr /Applications/freesurfer/7.1.1/bin/' 0 Darwin tilak.lan 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
T1 hippocampal subfields exited with ERRORS at Tue Mar 23 15:53:07 EDT 2021
Thanks
Regards Tilak
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1FbUDprh2yV1M4aN9fmX0dgXfrnIHKGZM-6TvHJeEcGPuTr...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1FbUDprh2yV1M4aN9fmX0dgXfrnIHKGZM-6TvHJeEcGPuTr...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1FbUDprh2yV1M4aN9fmX0dgXfrnIHKGZM-6TvHJeEcGPuTr...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1FbUDprh2yV1M4aN9fmX0dgXfrnIHKGZM-6TvHJeEcGPuTr...
freesurfer@nmr.mgh.harvard.edu