[ITK] [ITK-dev] MatrixOffsetTransformBase::GetFixedParameters not ThreadSafe -- regression test?

Williams, Norman K norman-k-williams at uiowa.edu
Fri Oct 24 12:45:17 EDT 2014


I was going to address this bug that I just logged:

https://issues.itk.org/jira/browse/ITK-3324

Basically, if GetFixedParameters is called from multiple threads, it introduces a race to resize the internal fixed parameter array.

This was never  a problem before Hans Johnson’s recent patch to propagate fixed parameters int Transform::GetInverse() methods.  He added:

inverse->SetFixedParameters(this->GetFixedParameters());

which makes perfect sense.

I have a decent idea of how to make this better:  Set the fixed parameters’ size in the constructor for MatrixOffsetTransformBase, and set the fixed parameters in SetCenter.  I will review the other instances of GetFixedParameters and GetParameters to see if they’re similarly thread-unsafe.

But how do you write a regression test for this?




________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20141024/aa8f5e79/attachment.html>
-------------- next part --------------
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-developers


More information about the Community mailing list