[osg-users] Can't run osgpointsprite.cpp example - std::bad_alloc at memory location

2013-04-22 Thread Grace Christenbery
Hi,

When I try to debug the osgpointsprites.cpp example, it builds fine, but I 
can't run it, I get a bad allocation memory error in xstring.

What would be causing this or how can I get around it to run this code and view 
the result?

Thank you!

Cheers,
Grace

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=53448#53448





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


Re: [osg-users] Can't run osgpointsprite.cpp example - std::bad_alloc at memory location

2013-04-23 Thread Robert Osfield
Hi Grace,

xstring isn't an OSG specific object, so the error is elsewhere in the 3rd
party dependency chain.  As I know nothing about your OS and software setup
I can't speculate what this might be.

In general though this type of error could well be a linking issue - for
instance Visual Studio is hopeless at handling different libs being built
debug and release and will crash randomly.

Robert.


On 4 April 2013 08:57, Grace Christenbery  wrote:

> Hi,
>
> When I try to debug the osgpointsprites.cpp example, it builds fine, but I
> can't run it, I get a bad allocation memory error in xstring.
>
> What would be causing this or how can I get around it to run this code and
> view the result?
>
> Thank you!
>
> Cheers,
> Grace
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=53448#53448
>
>
>
>
>
> ___
> 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