Hello Aron,

Aron Bierbaum wrote:
> I should also mention that at times we get the following message on
> the console before the crash occurs:
> 
> WARNING: Attachment::unlinkParent: Child <-> Parent link inconsistent.

can you (reliably) reproduce the error?  What do you see when putting a 
break point on Attachment::unlinkParent?
There are pointer fields that understand child/parent links (e.g. if you 
add a child to a Node the child's parent pointer is set as well). The 
same happens for attachments, but it seems this connection becomes 
inconsistent (i.e. the parent has a pointer to the attachment that gets 
removed, but the attachment can not find the parent in its _mfParents 
field). Hard to say from the outside how or why it becomes inconsistent 
though.

        Cheers,
                Carsten

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to