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