[Insight-developers] itkImageRegistrationMethodTest error solved
Luis Ibanez
luis . ibanez at kitware . com
Tue, 04 Jun 2002 23:57:06 -0400
Hi
The error in itkImageRegistrationMethodTest on caleb seems
to be resolved.
The solution was as ilogical as the problem:
The order in which the exceptions
are tested was changed.
The last exception test was moved to the top and that got
rid of the problem...
There seems to be a pattern of problems with repeated
Exception throwing/catching and multiprocessors.
One potential reason is that exception must only be
catched by the same thread that throw them....
Any ideas ?
Luis