Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on call abstract method #40

Closed
3 tasks
Thrameos opened this issue Jul 25, 2018 · 0 comments
Closed
3 tasks

Segfault on call abstract method #40

Thrameos opened this issue Jul 25, 2018 · 0 comments

Comments

@Thrameos
Copy link
Owner

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:

  • Test this on master
  • Stop the segfault.
  • Add to test cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant