[espeak-ng:master] reported: espeak android latest pree build crashes with the folowing hindi text #github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #831 espeak android latest pree build crashes with the folowing hindi text
Also crashes on linux so it's not an android issue.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #831 espeak android latest pree build crashes with the folowing hindi text
-----लच्छेद is enough to crash.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #831 espeak android latest pree build crashes with the folowing hindi text
I don't see crash, but unexpected behavior. If text starts with two dashes, it is interpreted as another command line parameter: e.g.
waits for standard input, and when input is provided it shows:
And, if you provide more than two dashes, it just reports that wrong parameter is passed:
And similarly for Hindi:
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #831 espeak android latest pree build crashes with the folowing hindi text
Looks like another issue caused by TranslateClause parsing a char at a time. With 3 or more dashes '-' this part is triggered: https://github.com/espeak-ng/espeak-ng/blob/5ffcc7c6f12b13481169d54c72e8b0543c78169e/src/libespeak-ng/translate.c#L2375-L2381 The comment doesn't make sense in this case since it's not a hyphen between letters. I'm not sure if three dashes should lead to this code being run or not. I don't know why this causes a segfault and where it happens.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #831 espeak android latest pree build crashes with the folowing hindi text
I know where it happens, but that also didn't help me much. To get it printed, look here: then it shows:
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #831 espeak android latest pree build crashes with the folowing hindi text
The
I don't know how
|
|