gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.47k stars 772 forks source link

The close() and open() methods of layers crash #2570

Closed DogMan624586 closed 6 days ago

DogMan624586 commented 2 months ago

osgEarth Version (required): 3.1

What is the problem? When I load a service using XYZImageLayer, I frequently call {XYZImageLayer ->close(), XYZImageLayer ->open()} with a timer, which causes a random crash phenomenon

How have you tried to resolve it? Attempted to resolve but failed

Help US help YOU: include a screenshot, code block, or data file that we can use to reproduce the issue!

gwaldron commented 2 months ago

Did you try reproducing the problem in the latest version of osgEarth? If so, do you have a .cpp that will help us reproduce the bug?

gwaldron commented 6 days ago

Closing due to lack of feedback; re-open if you have more to add.