I was just running some tests on my code. When I closed my code, this was displayed in cmd prompt (where I compile and test run my code):
Here is C:\Users\cc11rocks\Documents\JavaCrap\Pong\hs_err_pid3444.log
Was this my fault? What is going on? Was there a memory "overrun"? Were there too many threads running at once?
This looks BAD. Please help!
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” (Mosher's Law of Software Engineering)
“If debugging is the process of removing bugs, then programming must be the process of putting them in.” (Edsger Dijkstra)
This is not caused by any error in Java code; these types of errors are generated by native code. That can be any 3rd party library, or the JVM itself. In this case it appears to be the latter, so a bug report seems a good step.