You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo now contains some minimal SIRF & STIR scripts that throw the error double free or corruption (!prev) Aborted (core dumped)
The errors occur on exiting the script after setting up two acquisition models with SPECTUB matrices
The repo also contains some valgrind output files the I'll copy here:
for SIRF
for STIR
I think there's an error in freeing memory in the destructor for the
ProjectorByBinPairUsingProjMatrixByBin
class when used with theSPECTUB
classI'll include some minimal examples as well as valgrind output below.
Created a new issue here as opposed to SIRF issue #1101 as it's definitely a STIR issue.
I've tried recompiling SIRF/STIR without OpenMP as suggested in the issue above, but it hasn't made any difference.
The text was updated successfully, but these errors were encountered: