-
Notifications
You must be signed in to change notification settings - Fork 750
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
JVM crashes on CentOS 6.5 since 1.4.2 (Tesseract 4.0) #680
Comments
That's not a version that exists. Please correct your build file. |
The tesseract module was added to
the actual libraries files:
|
This is odd, it works with 1.5.30, but not with any of the 1.6.x series. I've checked everything else, the only variable seems to be CentOS 6 itself, and maybe something that changed between JavaCPP 1.3 and 1.4 (it doesn't work with 1.74.4-1.4 for me). Well, let's downgrade to 1.5.30 and see how well that works. |
Yes. I test it under Ubuntu and CentOS 7, and it works as expected. |
Please give it a try with 1.4.5-SNAPSHOT: http://bytedeco.org/builds/ Thanks! |
The downgrade has been included in version 1.5. Thanks for reporting! |
My program works well on Windows, but always crashes on CentOS 6.5.
The content of Test.java:
The build.gradle file:
The error output:
If I switch the version to 1.4 (Tesseract 3.05), the problem is gone.
Any idea? Thanks.
The text was updated successfully, but these errors were encountered: