Access Violation - Unhandle Exception "project"_rt

Hy,

I do several HTTP request to my remote server.
When, my request failed, i retry immediately my request in my code.
Then, i have the following error during the second GPRS layer initialization ONLY in RTE Mode :

“Unhandled Exception in MTE_rte.dll : 0xC0000005 - Access Violation”

I search what cause this error. But i have several question in my mind :

  • Does this error is a watchdog exception ? (due to the retry immediately)
  • Does this error is due to a memory allocation failed ? (i use several adl_memGet / adl_memRelease)

In TARGET mode, it works properly… But, i would lie to know if its a lack of my code or other thiing…

regards

Have you got any solution to this