[osg-users] Related to memcpy

Alberto Luaces aluaces at udc.es
Mon Apr 17 00:22:49 PDT 2017


"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




More information about the osg-users mailing list