INVALID_POINTER_WRITE Unity

i have 34 crash count in 30 days in windows phone.

I am using Facebook, Google Admob plugin in it.

Here are stack traces i am getting.

Problem Function:
unityplayer

Exception Function :
INVALID_POINTER_WRITE

Frame Image Function Offset
0 UnityPlayer.dll 0x0014b060
1 UnityPlayer.dll 0x0014b04c

Please tell me the reason ?

@abhishek-verma, first, this isn’t a stack trace. Second i would take this to support, obviously unity is trying to write to memory(a pointer in memory) and is unable to do so.

Check that your two plugin’s are up to date(FB and Admob). It could be something that you’re doing, ensure when possible that you try/catch your code and gracefully exit and exception as much as possible.