Phil Elson
Phil Elson
There was an addition of ``addClassPath`` in v1.2.0 which helps with this. It isn't really documented properly though (it is only mentioned in a table in https://jpype.readthedocs.io/en/latest/quickguide.html#starting-jpype)
Either of ``jpype.config.free_resources = True`` and ``jpype.config.free_jvm = True`` stops the core dump from occurring.
Now that I have an editable build of the above docker image, I wen't ahead and built with trace enabled. Here is one successful run (of many) and one failing...
Thanks, I tried it, but since the reproducer is sensitive to stream redirection, and gdb is going to capture that stream in order to present it inside gdb, I couldn't...
Attaching the Flag 4 enabled trace for completeness. [case.txt](https://github.com/jpype-project/jpype/files/6008492/case.txt)
The file in ``_static/theme_overrides.css`` should also be removed. Confirming that in the built docs, there are no use of the only element that that file overrides, namely ``wy-table-responsive``. Grepping the...
> Confirming that in the built docs, there are no use of the only element that that file overrides Actually, I realise that this means very little, since the ``theme.js``...
> I believe that the _jpype is legacy, though it does serve a debugging purpose. There are many times that I have had to test an internal without wanting to...
Are there any examples of doing this anywhere I could take a look at?
> The intention is that cartopy will take over basemap, but cartopy > still needs to mature some more, and basemap has a huge inertia, which will > keep it...