Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Freesurfer] error: MatrixMultiply: m1 is null! #408

Open
lundq163 opened this issue Oct 9, 2024 · 0 comments
Open

[Freesurfer] error: MatrixMultiply: m1 is null! #408

lundq163 opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lundq163
Copy link

lundq163 commented Oct 9, 2024

What happened?

When processing data for the paper, I ran into this error a few times (only appeared in subject/sessions that used infantfs as the recon method). I cant pinpoint the exact cause of the issue within the data, but based on this convo it seems to be randomly occurring in instances with parallel recons. When reprocessing the same data with only 1 cpu and more time, this issue didnt occur.

What command did you use?

singularity run --cleanenv \
-B ${data_dir}/bids_dir/sub-107842_ses-19mo:/bids_dir \
-B ${data_dir}/processed/nibabies/sub-107842_ses-19mo:/output_dir \
-B ${data_dir}/work_dir/nibabies/sub-107842_ses-19mo:/wd \
-B ${data_dir}/processed/bibsnet/sub-107842_ses-19mo:/derivatives \
-B ${run_dir}/license.txt:/license.txt \
/home/faird/shared/code/external/pipelines/nibabies/nibabies_24.0.0.sif \
/bids_dir /output_dir participant \
--output-spaces MNI152NLin6Asym:res-2 \
--fs-license-file /license.txt \
--omp-nthreads 8 \
--nprocs 8 \
--cifti-output 91k \
-vv \
--project-goodvoxels \
--fd-radius 45 \
--derivatives /derivatives \
--surface-recon-method infantfs \
--age-months 19 \
-w /wd

What version of NiBabies are you using?

24.0.0

Relevant log output

Loading ribbon segmentation from /output_dir/sourcedata/freesurfer/sub-107842_ses-19mo/work/sub-107842_ses-19mo/mri/ribbon.mgz

	Loading aseg from /output_dir/sourcedata/freesurfer/sub-107842_ses-19mo/work/sub-107842_ses-19mo/mri/aseg.mgz
	ASeg Vox2RAS: -----------
	-1.00000   0.00000   0.00000   128.00000;
	 0.00000   0.00000   1.00000  -128.00000;
	 0.00000  -1.00000   0.00000   128.00000;
	 0.00000   0.00000   0.00000   1.00000;
	-------------------------

	Labeling Slice (256)
	  0  96 128 192 160 224  32  64 error: MatrixMultiply: m1 is null!
	�
	error: MatrixMultiply: m1 is null!
	�
Stderr:

Traceback:
	RuntimeError: subprocess exited with code 252.

Add any additional information or context about the problem here.

Let me know if there is any additional information you may need from me, or if you would like me to test any changes if they are made. Thanks!

@lundq163 lundq163 added the bug Something isn't working label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant