I find this when I am using an Integer for a loop and the loop cannot exit, the counter can exceed the space available. Or perhaps the size you need exceeds it. Long size is -2,147,483,648 to 2,147,483,647, for example and Integer is only -32,768 to 32,767.




Reply With Quote