[Insight-developers] Problems in DynamicLoader.cxx

Lorensen, William E (CRD) lorensen@crd.ge.com
Tue, 19 Mar 2002 08:50:52 -0500


Folks,
Several tests that use the ImageIOFactory classes have been crashing on gcc builds ever since they
were created. I tracked the problem down to the lack of a 0 guard in the
DynamicLoader::CloseLibrary() method. I'm not sure why the lib argumnet if 0. I suspect that the
dlclose implementation on other platforms checks for a 0 handle internally. 

Bill