StackOverflowError with HashMap
843810Dec 9 2004 — edited Mar 23 2005We are experiencing a problem where we get a StackOverflowError after recursing too many times in a HashMap. It's quite a deep recursion, from what I can tell, over 1024 times.
The odd thing is that we are only getting this error on a Windows machine. We tested it on a Linux machine and it works fine with no errors.
Does anyone know of a problem like this on a Window machine, and how to fix it?
Thanks!