Hello Aron,

Aron Bierbaum wrote:
> Most recently I have run into a situation where I get the following
> assert. Any ideas how this is possible?
> 
> Assertion failed: 0 != pEntry, file
> ..\..\..\vendor_base\Source\Base\FieldContainer\Base\OSGChangeList.cpp,
> line 147

there is only one place this is called from: FieldContainer.cpp:203 
(FieldContainer::registerChangedContainer()). Since this normally makes 
sure that the argument passed to addUncommited is != NULL there must be 
a race between two threads modifying the same container. I can't think 
of another explanation that would ever allow a NULL argument passed to 
addUncommited.

        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