Orekit_jpype 13.0.2 released with some fixes

Hi,

Orekit_jpype 13.0.2 is now on pypi.

It also contains one important fix/workaround. Since jpype 1.5.2 dependency there has been an issue with crashes that has been hard to troubleshoot. It seems to be something with the JIT C2 optimizations that makes deallocation of objects fail in the closing (I think). This has now been temporary avoided by turning off the C2 JIT optimizations by providing some jvm startup options. I do not think this has a major performance impact but please report if you find significant reduction in the performance.

If you are willing to investigate, the jpype ticket is at SIGSEGV at end thrown in v1.5.2 but not in previous version · Issue #1261 · jpype-project/jpype · GitHub

Greetings,

1 Like

Correction - jpype 1.5.2 does not work yet on windows due to Jpype 1.5.1 does not work on Windows (#12) · Issues · Orekit / orekit_jpype · GitLab - reverting to jpype 1.5.0. New packets on pypi.