I got a similar error and traced it back to a text by variable. I got around it by removing the variable (it was redundant with different numeric variable in my case). My guess is that it was a buffer overrun caused by the length of the text. Do any of your variables contain a long string?
... View more