-
Notifications
You must be signed in to change notification settings - Fork 200
Description
Hey Team,
Thanks for the great work. I use jpype to make cross-platform python bindings for a java-based database.
It mostly works great but recently I ran into a weird error:
Thread 0x0000102c (most recent call first):
File "C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\site-packages\jpype\_jclass.py", line ??? in __new__
File Windows fatal exception: access violationYou can also take a look at https://github.com/humemai/arcadedb-embedded-python/actions/runs/20683519855/job/59380909941
Somethow, this only happens in (windows/amd64), and it's not always consistent. sometimes this error happens and sometimes not. and also sometimes it happens in python 3.11, and then 3.12, and then sometimes 3.13. There is no consistency here. It doesn't happen on other five platforms (linux/amd64, linux/arm64, macos/amd64, macos/arm64, windows/arm64).
Tbh, It's not that critical, since windows/amd64 is not my primary target platform. But I just thought you might be interested.