Running jpy 0.9, ran into this problem (running Windows): Process finished with exit code -1073741819 (0xC0000005) briefly googling, appears this is a memory access error code, which is easily reproducible like so import jpy for i in range(200): jpy.get_type("java.lang.String") The number of iterations it takes to bring up the error varies by class. I'd try to fix it myself, but I'm no expert with C.
Running jpy 0.9, ran into this problem (running Windows):
briefly googling, appears this is a memory access error code, which is easily reproducible like so
The number of iterations it takes to bring up the error varies by class. I'd try to fix it myself, but I'm no expert with C.