Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

Segfault on call abstract method #40

Closed Thrameos closed 4 years ago

Thrameos commented 6 years ago

In order to allow jpype to call the method on a base class the method lookup calls invoke with an option to not call anything deeper than requested method. This is fine unless somehow you manage to invoke an abstract method. This currently goes down in flames on the develop branch while handling the exception on the java side.

Tasks: