Re: [osg-users] Related to memcpy

2017-04-17 Thread Alberto Luaces
"Rambabu Repaka" writes:

> Hi, Iam getting the below error in the memcpy(dst,src,count) in osg.
>
> Unhandled exception at 0x0f75ee38 (msvcr90d.dll) in Partice.exe: 0xC005: 
> Access violation reading location 0x.
>
> How to eliminate this error ?
> ... 
>

Hi Rambabu, mind you that this is not an OSG issue.  You are likely to
be reading uninitialized memory:

https://stackoverflow.com/questions/17498923/access-violation-writing-location-0x

-- 
Alberto

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


[osg-users] Related to memcpy

2017-04-16 Thread Rambabu Repaka
Hi, Iam getting the below error in the memcpy(dst,src,count) in osg.

Unhandled exception at 0x0f75ee38 (msvcr90d.dll) in Partice.exe: 0xC005: 
Access violation reading location 0x.

How to eliminate this error ?
... 

Thank you!

Cheers,
Rambabu

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





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