Re: [osg-users] setMaxAnisotropy() Causes Segfault

2021-02-18 Thread merspieler
On Thu, Feb 18, 2021 at 05:08:36PM +, Robert Osfield wrote:
> The texture->setMaxAnisotropy() is a straight forward C++ method, the only
> reason for it to crash would be for the method to be called on a nullptr or
> invalid texture pointer.

Thanks for the hint.

I've checked that with gdb, it is a nullptr.

> Most likely the bug stems from simgear so I would suggest contacting the
> FlightGear team to see if they can reproduce the crash and then hunt the
> down the cause of the invalid pointer.

I'll do that.

Thanks again


signature.asc
Description: PGP signature
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] setMaxAnisotropy() Causes Segfault

2021-02-18 Thread Robert Osfield
The texture->setMaxAnisotropy() is a straight forward C++ method, the only
reason for it to crash would be for the method to be called on a nullptr or
invalid texture pointer.

Most likely the bug stems from simgear so I would suggest contacting the
FlightGear team to see if they can reproduce the crash and then hunt the
down the cause of the invalid pointer.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org