Hello Stephan:

I did a min macosx of 10.5 and a sdk target of 10.5 for all libraries and 
dependencies.  I donwloaded the Qt 4.6 and the Cocoa 64 bit version/support.  I 
setup all projects with a 10.5 min and target.  The core dump only happened if 
I created a Qt framework and then linked a qt application to that framework.  I 
then just allocated a Embedded graphics window object and once destroyed it 
core dumped.  Removing the BSD mutex fixed the core dump.  This was easily 
replicated by taking the osgviewerQt example and extact out the adaptor widget 
as a framework and then just do a simple main that instantiates an embedded 
graphics window and assigns to an osg::ref_ptr.  Then just assing back to 0 and 
it core dumps everytime.


Take care

Garrett

On Jan 22, 2010, at 2:55 PM, Stephan Huber wrote:

> Hi Garrett,
> 
> Am 22.01.10 18:08, schrieb Garrett Potts:
>> Just add the _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC as something that could be 
>> uncommented by the user to allow one to do custom setup of a different 
>> atomic operation.
>> 
> 
> any chance you are mixing the settings for the deployment targets? (e.g.
> built osg with 10.4 as deployment target and your app with 10.5 as
> deployment target?
> 
> Cheers,
> Stephan
> 
> 
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to