"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: 0xC0000005: 
> Access violation reading location 0xcccccccc.
>
> 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-0xcccccccc

-- 
Alberto

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

Reply via email to