> Ian Fairclough wrote:
>
> >Has anybody encountered a problem with destructing a view ?
> >
> >
> What do you mean by destroying a view? Are you dropping it like
>
> storage.GetAs("view")
Here's an example of my code :
in someClass constructor :
view = storage.GetAs(structure);
void someClass::dummyFunction
{
c4_View selectedDataView = this->view.duplicate();
}
My problem occurs when the "dummyFunction" is called and returns i.e. when
the destructor for "selectedDataView" is called.
I hope this is clear. Otherwise I will provide a full c++ class to
illustrate my issue.
>
> to remove it? Or are you closing down an application? I've seen
> something like this when you have a lot of data that hasn't been
> committed and you have autocommit turned on.
Is auto commit turned on by default ?
>
> >I have a situation where the destructor never terminates, and the process
> >consumes all of the available processor resource.
> >
> >I am running under Red Hat Linux 7.3. Metakit was built with gcc version
> >2.96 20000731.
> >
> >Any suggestions for possible causes / solutions would be most welcome !
> >
> >Ian Fairclough.
> >
> >
> >_______________________________________________
> >metakit mailing list - [EMAIL PROTECTED]
> >http://www.equi4.com/mailman/listinfo/metakit
> >
> >
>
>
_______________________________________________
metakit mailing list - [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit