Heap_corruption and memory_corruption on Windows Phone 8

I am developing an application for Windows Phone 8 and I am testing it on a device and emulator. Everything works great. I cannot catch errors, but when I publish a storage application, sometimes I get errors with these stack traces from the market:

Error 1: Frame Image Function Offset 0 heap_corruption heap_corruption 0x00000000 Error 2: Frame Image Function Offset 0 memory_corruption agcore 0x00000000 

How to diagnose these errors or how to fix them ?! I am trying to do a Google search, but I have not found any results for these problems.

+4
source share
1 answer

Unless you have more detailed information or even a stack trace, it will be very difficult to pinpoint what is going on.

There is a strong possibility that this could be a faulty device throwing this error. How many users do your application use and how many errors are being caused?

Can you give us more details about your application?

0
source

Source: https://habr.com/ru/post/1491913/


All Articles