07.11.2012, 15:27
Did you accidentally make an infinite loop somewhere? If the loops doesn't stop and a variable is declared in the loop the stack just piles up trying to allocate all the memory and stack/heap will collide at some point.