The crash happened outside the Java Virtual Machine in native code - exception when processing multiple files using snappy

From my experience this crash is caused by calling jpy.get_type multiple times. Only call it once at the beginning and your crash should be solved. See this thread.

2 Likes