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

Occasional SIGSEGV during Finalizer execution on Scanner class #8

Closed
gliwka opened this issue Jun 22, 2017 · 2 comments
Closed

Occasional SIGSEGV during Finalizer execution on Scanner class #8

gliwka opened this issue Jun 22, 2017 · 2 comments
Assignees
Labels

Comments

@gliwka
Copy link
Owner

gliwka commented Jun 22, 2017

In some cases (usually during high memory pressure) a java application using hyperscan-java can segfault. The stacktrace indicates, that the problem seems to be related to the finalize() method on the Scanner class.

@gliwka
Copy link
Owner Author

gliwka commented Jun 22, 2017

Fatal Error Log of the JVM:
https://gist.github.com/gliwka/c87eb43c92801f474a4c851cd7ff2357

Stacktrace starts at line 95.

@gliwka gliwka changed the title SIGSEGV during Finalizer execution on Scanner Occasional SIGSEGV during Finalizer execution on Scanner class Jun 22, 2017
@gliwka gliwka closed this as completed in 4ab3f8c Jun 25, 2017
@gliwka
Copy link
Owner Author

gliwka commented Jun 25, 2017

Fixed in v0.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants