External Email - Use Caution
Hello Ken, The output from your linux shell limits in the log show the following, cputime unlimitedfilesize unlimiteddatasize unlimitedstacksize 8192 kbytescoredumpsize 0 kbytesmemoryuse unlimitedvmemoryuse unlimiteddescriptors 1024 memorylocked 64 kbytesmaxproc 7823 maxlocks unlimitedmaxsignal 7823 maxmessage 819200 maxnice 0 maxrtprio 0 maxrttime unlimited I would set at least coredumpsize to something non-zero so you can at least get a core file saved that could be looked at. By default the limits on my Ubuntu 22 system are: $ ulimit -areal-time non-blocking time (microseconds, -R) unlimitedcore file size (blocks, -c) unlimiteddata seg size (kbytes, -d) unlimitedscheduling priority (-e) 0file size (blocks, -f) unlimitedpending signals (-i) 378881max locked memory (kbytes, -l) 64max memory size (kbytes, -m) unlimitedopen files (-n) 1048576pipe size (512 bytes, -p) 8POSIX message queues (bytes, -q) 819200real-time priority (-r) 0stack size (kbytes, -s) 8192cpu time (seconds, -t) unlimitedmax user processes (-u) unlimitedvirtual memory (kbytes, -v) unlimitedfile locks (-x) unlimited You can try setting the core file size to unlimited with, $ ulimit -c unlimited... then check the value was changed to something > 0 ...$ ulimit -a You could increase memory size (and as many shell limits as possible) to unlimited to get the max size allowed by the system in the script you use to run recon-all, and then try running recon-all again to see if you can retrieve a core dump file. - R.
On Sep 16, 2023, at 09:55, KennethSPrice <KennethSPrice@protonmail.com> wrote: External Email - Use Caution OK, I've attached the log file. ------- Original Message -------On Friday, September 15th, 2023 at 2:59 PM, fsbuild <fsbuild@contbay.com> wrote: External Email - Use Caution It might help if you could send along the crash report as an attachment..-R.On Sep 15, 2023, at 14:36, KennethSPrice <KennethSPrice@protonmail.com> wrote: External Email - Use Caution Update: I tried running recon-all (5.1, ubuntu 18) on a sample MPRAGE scan and got the "mri_convert: segmentation fault (core dumped)" error again. Any clarity on this issue would be appreciated. Thanks,K------- Original Message -------On Thursday, September 14th, 2023 at 10:41 PM, KennethSPrice <KennethSPrice@protonmail.com> wrote:Howdy yall,I ran a subject through synthsr (freesurfer 7.4) and am trying to run the output through the freesurfer 5.1 pipeline (the rest of my dataset was processed with 5.1). I am getting the error "Segmentation fault (core dumped)" during the mri_convert step. Any suggestions? Thanks,Ken_______________________________________________Freesurfer mailing listFreesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer%3Crecon-all.log... mailing listFreesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
I've set the coredumpsize to unlimited, and still get the same error. Could it be something with the installation?
build-stamp.txt: freesurfer-Linux-centos4_x86_64-stable-pub-v5.1.0 Linux DESKTOP-MRI 4.4.0-19041-Microsoft #3393-Microsoft Mon Aug 14 14:52:00 PST 2023 x86_64 x86_64 x86_64 GNU/Linux cputime unlimited filesize unlimited datasize unlimited stacksize 8192 kbytes coredumpsize unlimited memoryuse unlimited vmemoryuse unlimited descriptors 1024 memorylocked 64 kbytes maxproc 7823 maxlocks unlimited maxsignal 7823 maxmessage 819200 maxnice 0 maxrtprio 0 maxrttime unlimited
total used free shared buff/cache available Mem: 16643620 4264632 12149636 17720 229352 12245256Swap: 29192228 0 29192228 ------- Original Message ------- On Saturday, September 16th, 2023 at 9:49 PM, fsbuild fsbuild@contbay.com wrote:
External Email - Use Caution
Hello Ken,
The output from your linux shell limits in the log show the following,
cputime unlimited filesize unlimited datasize unlimited stacksize 8192 kbytes coredumpsize 0 kbytes memoryuse unlimited vmemoryuse unlimited descriptors 1024 memorylocked 64 kbytes maxproc 7823 maxlocks unlimited maxsignal 7823 maxmessage 819200 maxnice 0 maxrtprio 0 maxrttime unlimited
I would set at least coredumpsize to something non-zero so you can at least get a core file saved that could be looked at. By default the limits on my Ubuntu 22 system are:
$ ulimit -a
real-time non-blocking time(microseconds, -R) unlimited
core file size(blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 378881
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files(-n) 1048576
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority(-r) 0
stack size(kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes(-u) unlimited
virtual memory(kbytes, -v) unlimited
file locks(-x) unlimited
You can try setting the core file size to unlimited with,
$ ulimit -c unlimited ... then check the value was changed to something > 0 ... $ ulimit -a
You could increase memory size (and as many shell limits as possible) to unlimited to get the max size allowed by the system in the script you use to run recon-all, and then try running recon-all again to see if you can retrieve a core dump file.
- R.
On Sep 16, 2023, at 09:55, KennethSPrice KennethSPrice@protonmail.com wrote:
External Email - Use Caution
OK, I've attached the log file.
------- Original Message ------- On Friday, September 15th, 2023 at 2:59 PM, fsbuild fsbuild@contbay.com wrote:
External Email - Use Caution
It might help if you could send along the crash report as an attachment..
-R.
On Sep 15, 2023, at 14:36, KennethSPrice KennethSPrice@protonmail.com wrote:
External Email - Use Caution
Update: I tried running recon-all (5.1, ubuntu 18) on a sample MPRAGE scan and got the "mri_convert: segmentation fault (core dumped)" error again. Any clarity on this issue would be appreciated.
Thanks, K ------- Original Message ------- On Thursday, September 14th, 2023 at 10:41 PM, KennethSPrice KennethSPrice@protonmail.com wrote:
Howdy yall,
I ran a subject through synthsr (freesurfer 7.4) and am trying to run the output through the freesurfer 5.1 pipeline (the rest of my dataset was processed with 5.1). I am getting the error "Segmentation fault (core dumped)" during the mri_convert step. Any suggestions?
Thanks, Ken
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1G2WVoZQh8QnLdPMLpSy6ZFKJkxwqlcIbB78ZeuCKMWoQ3E...
<recon-all.log>_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1G2WVoZQh8QnLdPMLpSy6ZFKJkxwqlcIbB78ZeuCKMWoQ3E...
External Email - Use Caution
You are using Freesurfer 5.1 (freesurfer-Linux-centos4_x86_64-stable-pub-v5.1.0). I’m wondering if it is software compatibility issue.
There are suggestions on how to run Freesurfer 5.1 from container in this posting - https://secure-web.cisco.com/1zoee5Wuv_DvRaT0fpKqBwycBeglhqic772BD4C6VpO6izm...
Hope this helps.
Best,
Yujing
From: freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu On Behalf Of KennethSPrice Sent: Sunday, September 17, 2023 11:35 AM To: Freesurfer support list freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] mri_convert: Segmentation fault (core dumped) synthsr scan
External Email - Use Caution I've set the coredumpsize to unlimited, and still get the same error. Could it be something with the installation?
build-stamp.txt: freesurfer-Linux-centos4_x86_64-stable-pub-v5.1.0 Linux DESKTOP-MRI 4.4.0-19041-Microsoft #3393-Microsoft Mon Aug 14 14:52:00 PST 2023 x86_64 x86_64 x86_64 GNU/Linux cputime unlimited filesize unlimited datasize unlimited stacksize 8192 kbytes coredumpsize unlimited memoryuse unlimited vmemoryuse unlimited descriptors 1024 memorylocked 64 kbytes maxproc 7823 maxlocks unlimited maxsignal 7823 maxmessage 819200 maxnice 0 maxrtprio 0 maxrttime unlimited
total used free shared buff/cache available Mem: 16643620 4264632 12149636 17720 229352 12245256 Swap: 29192228 0 29192228 ------- Original Message ------- On Saturday, September 16th, 2023 at 9:49 PM, fsbuild <fsbuild@contbay.commailto:fsbuild@contbay.com> wrote:
External Email - Use Caution Hello Ken,
The output from your linux shell limits in the log show the following,
cputime unlimited filesize unlimited datasize unlimited stacksize 8192 kbytes coredumpsize 0 kbytes memoryuse unlimited vmemoryuse unlimited descriptors 1024 memorylocked 64 kbytes maxproc 7823 maxlocks unlimited maxsignal 7823 maxmessage 819200 maxnice 0 maxrtprio 0 maxrttime unlimited
I would set at least coredumpsize to something non-zero so you can at least get a core file saved that could be looked at. By default the limits on my Ubuntu 22 system are:
$ ulimit -a
real-time non-blocking time (microseconds, -R) unlimited
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 378881
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1048576
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
You can try setting the core file size to unlimited with,
$ ulimit -c unlimited ... then check the value was changed to something > 0 ... $ ulimit -a
You could increase memory size (and as many shell limits as possible) to unlimited to get the max size allowed by the system in the script you use to run recon-all, and then try running recon-all again to see if you can retrieve a core dump file.
- R.
On Sep 16, 2023, at 09:55, KennethSPrice <KennethSPrice@protonmail.commailto:KennethSPrice@protonmail.com> wrote:
External Email - Use Caution
OK, I've attached the log file.
------- Original Message ------- On Friday, September 15th, 2023 at 2:59 PM, fsbuild <fsbuild@contbay.commailto:fsbuild@contbay.com> wrote:
External Email - Use Caution
It might help if you could send along the crash report as an attachment..
-R.
On Sep 15, 2023, at 14:36, KennethSPrice <KennethSPrice@protonmail.commailto:KennethSPrice@protonmail.com> wrote:
External Email - Use Caution
Update: I tried running recon-all (5.1, ubuntu 18) on a sample MPRAGE scan and got the "mri_convert: segmentation fault (core dumped)" error again. Any clarity on this issue would be appreciated.
Thanks, K ------- Original Message ------- On Thursday, September 14th, 2023 at 10:41 PM, KennethSPrice <KennethSPrice@protonmail.commailto:KennethSPrice@protonmail.com> wrote:
Howdy yall,
I ran a subject through synthsr (freesurfer 7.4) and am trying to run the output through the freesurfer 5.1 pipeline (the rest of my dataset was processed with 5.1). I am getting the error "Segmentation fault (core dumped)" during the mri_convert step. Any suggestions?
Thanks, Ken
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1tAFJgrB-KsGn352qBMwxDWuyMY6TfPlYTyTSqAcvSZTIR2...
<recon-all.log>_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1tAFJgrB-KsGn352qBMwxDWuyMY6TfPlYTyTSqAcvSZTIR2...
External Email - Use Caution
I looked through the thread and downloaded VirtualBox. Freesurfer 5.1 installation was working fine but mounting my drive and sharing folders required so many libraries which are now defunct, it just wasn't worth it. I wrangled with the machine for a while but it seems easier to just process everything with freesurfer 7.4.
Thanks, K ------- Original Message ------- On Monday, September 18th, 2023 at 8:02 AM, Huang, Yujing YHUANG43@mgh.harvard.edu wrote:
External Email - Use Caution
You are using Freesurfer 5.1 (freesurfer-Linux-centos4_x86_64-stable-pub-v5.1.0). I’m wondering if it is software compatibility issue.
There are suggestions on how to run Freesurfer 5.1 from container in this posting - [MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/18JSemI8UZisRAbamkAD4iEpeHnPbUto45vp33zIyv6Ixlx...)
Hope this helps.
Best,
Yujing
From: freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu On Behalf Of KennethSPrice Sent: Sunday, September 17, 2023 11:35 AM To: Freesurfer support list freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] mri_convert: Segmentation fault (core dumped) synthsr scan
External Email - Use Caution
I've set the coredumpsize to unlimited, and still get the same error. Could it be something with the installation?
build-stamp.txt: freesurfer-Linux-centos4_x86_64-stable-pub-v5.1.0
Linux DESKTOP-MRI 4.4.0-19041-Microsoft #3393-Microsoft Mon Aug 14 14:52:00 PST 2023 x86_64 x86_64 x86_64 GNU/Linux
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 8192 kbytes
coredumpsize unlimited
memoryuse unlimited
vmemoryuse unlimited
descriptors 1024
memorylocked 64 kbytes
maxproc 7823
maxlocks unlimited
maxsignal 7823
maxmessage 819200
maxnice 0
maxrtprio 0
maxrttime unlimited
total used free shared buff/cache available
Mem: 16643620 4264632 12149636 17720 229352 12245256
Swap: 29192228 0 29192228
------- Original Message ------- On Saturday, September 16th, 2023 at 9:49 PM, fsbuild fsbuild@contbay.com wrote:
External Email - Use Caution
Hello Ken,
The output from your linux shell limits in the log show the following,
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 8192 kbytes
coredumpsize 0 kbytes
memoryuse unlimited
vmemoryuse unlimited
descriptors 1024
memorylocked 64 kbytes
maxproc 7823
maxlocks unlimited
maxsignal 7823
maxmessage 819200
maxnice 0
maxrtprio 0
maxrttime unlimited
I would set at least coredumpsize to something non-zero so you can at least get a core file saved that could be looked at. By default the limits on my Ubuntu 22 system are:
$ ulimit -a
real-time non-blocking time(microseconds, -R) unlimited
core file size(blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 378881
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files(-n) 1048576
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority(-r) 0
stack size(kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes(-u) unlimited
virtual memory(kbytes, -v) unlimited
file locks(-x) unlimited
You can try setting the core file size to unlimited with,
$ ulimit -c unlimited
... then check the value was changed to something > 0 ...
$ ulimit -a
You could increase memory size (and as many shell limits as possible) to unlimited to get the max size allowed by the system in the script you use to run recon-all, and then try running recon-all again to see if you can retrieve a core dump file.
- R.
On Sep 16, 2023, at 09:55, KennethSPrice KennethSPrice@protonmail.com wrote:
External Email - Use Caution
OK, I've attached the log file.
------- Original Message ------- On Friday, September 15th, 2023 at 2:59 PM, fsbuild fsbuild@contbay.com wrote:
External Email - Use Caution
It might help if you could send along the crash report as an attachment..
-R.
On Sep 15, 2023, at 14:36, KennethSPrice KennethSPrice@protonmail.com wrote:
External Email - Use Caution
Update: I tried running recon-all (5.1, ubuntu 18) on a sample MPRAGE scan and got the "mri_convert: segmentation fault (core dumped)" error again. Any clarity on this issue would be appreciated.
Thanks,
K
------- Original Message ------- On Thursday, September 14th, 2023 at 10:41 PM, KennethSPrice KennethSPrice@protonmail.com wrote:
Howdy yall,
I ran a subject through synthsr (freesurfer 7.4) and am trying to run the output through the freesurfer 5.1 pipeline (the rest of my dataset was processed with 5.1). I am getting the error "Segmentation fault (core dumped)" during the mri_convert step. Any suggestions?
Thanks,
Ken
Freesurfer mailing listFreesurfer@nmr.mgh.harvard.edu [MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/13BrdrDQK4pNPqanbnKRQ_ykyDtXv2umoChrgVicz4dKTIg...)
<recon-all.log>_______________________________________________ Freesurfer mailing listFreesurfer@nmr.mgh.harvard.edu [MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/13BrdrDQK4pNPqanbnKRQ_ykyDtXv2umoChrgVicz4dKTIg...)
freesurfer@nmr.mgh.harvard.edu