segmentation fault in Deployment component

Hi,

I don't know if anyone else have got this issue.
In the DeploymentComponents the program crash if this sequence is done.

dc.loadComponents("filename.xml")
dc.unloadComponents();
dc.loadComponents("filename.xml")
dc.configureComponents();

The crash seems related to Port connection...

Regards