|
From: Dirk R. <di...@li...> - 2006-12-06 17:31:30
|
Hi Christian, Christian Siekmann wrote: > I have a serious Problem with multiple Instances of the OSGNavigator. > I have a Class with holds one Navigator. Another Class(OpenSGWidget) > holds 4 Instances of this Class. > The first time I destroy an OpenSGWidget nothing goes wrong, but when I > destroy the second one I get a SegmentationFault in the destructor of > the OSGNavigator. the Navigator doesn't really do anything in terms of memory, so I'm a little uncertain that it's the problem. Can you check whether the address of the object is NULL? In that case you're probably destroying an object that has already been destroyed (destroying something static, maybe?). Hope it helps Dirk |