The version of tesseract we are using is 3.0.2.. from I think 2013. My question is, will the tesseract downloads page be updated with a new release soon?
We use JNA native access with Tess4J with a 64 bit JVM, and we occassionally get a SIGSEGV segmentation fault that kills our JVM.
It is not related to any particular image, as when we re-run the image it will process fine. The segmention fault looks like this, though sometimes from a different problematic frame.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002b23f783ba4b, pid=9095, tid=1129531712
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x75a4b] _wordcopy_fwd_aligned+0x8b
We were hoping a new release would be a little more reliable..