Crash but no crash log!

So I am at a point where my game simply exits with some strange error code:


Java Result: -1073741819

There is no Java stack trace, no OpenGL error, and no JVM crash log.

Really not sure what to do here. How do I debug this?

I have a rough idea of what code is causing this, but I guess I’m wondering if I can get more information… Otherwise this will be quite difficult to debug.

EDIT: As far as I can tell, calling render() and/or draw() in this class: https://github.com/sci4me/SciCraft/blob/sgl/src/main/java/com/sci/craft/client/render/world/RenderChunk.java causes this to happen.