Hi Chris,

I don't know if its related but I did introduce a bug fix last week
for a case where SceneData is set after realize, this wasn't for the
SDL example, but might have any affect.

Which version are you using?

Robert.

On 8/8/07, Christian Muschick <[EMAIL PROTECTED]> wrote:
> Hello!
>
> There seems to be an issue with osg viewer under Linux which causes a
> segfault somewhere in OpenThreads if no scene data has been set before
> calling realize (using the viewer with setUpViewerAsEmbeddedInWindow)
>
> To reproduce, comment out line 131
> ( viewer.setSceneData(loadedModel.get()); ) in the osgviewerSDL sample,
> recompile and run.
>
> My current workaround is to set the scene data to NULL (my real scene
> data is available only later, after initialization).
> On Windows there seems to be no problem.
>
> regards
> chris
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to