MantisBT - ITK
View Issue Details
0005718ITKpublic2007-09-16 10:242007-09-17 10:25
Luis Ibanez 
 
normalminoralways
closedfixed 
 
 
0005718: MutliThreader swallows exception information
The MultiThreader catches exceptions but does not propagate their description.
This results in non-informative messages.

The problem was reported by Gaetan in the developers list:

http://www.itk.org/mailman/private/insight-developers/2007-September/009548.html [^]
http://www.itk.org/mailman/private/insight-developers/2007-September/009564.html [^]
No tags attached.
Issue History
2007-09-16 10:24Luis IbanezNew Issue
2007-09-16 11:26Luis IbanezNote Added: 0008998
2007-09-17 10:25Luis IbanezStatusnew => closed
2007-09-17 10:25Luis IbanezNote Added: 0009017
2007-09-17 10:25Luis IbanezResolutionopen => fixed

Notes
(0008998)
Luis Ibanez   
2007-09-16 11:26   
The patch has been committed:

http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkMultiThreader.cxx?root=Insight&sortby=date&r2=1.40&r1=1.39 [^]

With the modification of making the exception message to be a std::string instead of just a const char *.
(0009017)
Luis Ibanez   
2007-09-17 10:25   
The builds are green in the Dashboard.