Do you have any short sample code we could look at ?
Just to let you know. I newer encoutered such issue nor hear about it
before.
--
Regards, Philippe
Feel free to visit : http://perso.wanadoo.fr/philippe.baucour
"SimonRobbins" a écrit dans le message de news:
506500000008000000F6810000-1042324653000@exchange.ni.com...
> I'm trying to malloc some memory, do some processing, and then free it
> within a timer callback and am having problems usually associated with
> stray pointers.
>
> Memmory corruption appears to be occurring even though I've simplified
> the malloc and free and no processing is occurring on the memory
> within the callback, yet after five timer events side-effects occur.
> (In this case the Random() toolbox function begins to return N
aN.)
>
> Are there any inherent problems with dynamic memory use in a timer
> callback function?
>
> Thanks.