docker-kaldi-android icon indicating copy to clipboard operation
docker-kaldi-android copied to clipboard

Have you built on Arm64 ?

Open johnburkey opened this issue 6 years ago • 2 comments

We ran into a very strange iostream bug in Kaldi with its early ReadKaldiObject stuff. Only on Arm64, same code compiled with your docker on ArmV7 all good.

johnburkey avatar Jul 23 '18 16:07 johnburkey

I have a similar problem (see #7), in my case the kaldi::Input created a bad fstream. Compiling with a lower optimization level "solved" the problem.

jhennrich avatar Jul 23 '18 18:07 jhennrich

cool, ill try that. yeah its the same bug.

johnburkey avatar Jul 23 '18 18:07 johnburkey