Has anyone seen this before? I’ve got a lwjgl app occasionally dies with this error (note this is not a StackOverflowException, it seems to be some kind of low-level error which kills the vm).
The setup is that I’ve got a Minecraft map renderer, and a minecraft server wrapper. Most of the time this work, but on one machine the map renderer triggers this error. And it only happens when run as a child process of the server wrapper - running it standalone works just fine. The whole setup works just fine on my mac laptop as well, it just seems to be this particular machine.
It occurs both on the 1.6.18 VM and the latest 1.6.22 VM.
Has anyone got any hints as to what this might be, and what to do to debug it?
Thanks