[osg-users] Intermittent crashes in osgTerrrain::Terrain::traverse(...) [SingleThreaded]

2012-05-02 Thread John Vidar Larring
Hi all, We currently have an crash situation that we unfortunately cannot consistently reproduce, but when it happens it always occurs in osgTerrain::Terrain::traverse(osg::NodeVisitor&) (see below for stack trace). The terrain is a "standard", but fairly large osgTerrain database built with

Re: [osg-users] Intermittent crashes in osgTerrrain::Terrain::traverse(...) [SingleThreaded]

2012-05-03 Thread Jason Beverage
John, Does this happen in your app or in just in osgviewer with the vpb database? I see a PositionAttitudeTransform in your stack trace and VPB doesn't generate databases with PATs so I'm wondering if it's something else going on. Jason On Wed, May 2, 2012 at 8:19 AM, John Vidar Larring wrote:

Re: [osg-users] Intermittent crashes in osgTerrrain::Terrain::traverse(...) [SingleThreaded]

2012-05-08 Thread John Vidar Larring
Hi Jason, > I see a PositionAttitudeTransform in your stack trace and VPB doesn't > generate databases with PATs so I'm wondering if it's something else going on. For historical reasons the loaded terrain is placed under a PAT node that is not really in use. So I don't think this is the issue