Bug#969488: Assertion failed when speaking some Unicode characters

2020-09-03 Thread Dennis Filder
Okay, I removed the delay in the attached version of the patch which I will send upstream. I post it here just for sake of completeness. Regards, Dennis. --- speechd-up-0.5~20110719/speechd-up.c 2020-09-02 21:05:47.357273940 +0200 +++ speechd-up-0.5~20110719/speechd-up.c 2020-09-02 21:07:45.92927

Bug#969488: Assertion failed when speaking some Unicode characters

2020-09-03 Thread Samuel Thibault
Samuel Thibault, le jeu. 03 sept. 2020 19:41:57 +0200, a ecrit: > Dennis Filder, le jeu. 03 sept. 2020 19:28:11 +0200, a ecrit: > > The patch fixes the error and also adds code to retry the read after a > > short delay. > > ? You don't want to delay. Either the file is opened in blocking mode, > a

Bug#969488: Assertion failed when speaking some Unicode characters

2020-09-03 Thread Samuel Thibault
Hello, Dennis Filder, le jeu. 03 sept. 2020 19:28:11 +0200, a ecrit: > The patch fixes the error and also adds code to retry the read after a > short delay. ? You don't want to delay. Either the file is opened in blocking mode, and you never get EAGAIN, or you open in non-blocking mode, and the w

Bug#969488: Assertion failed when speaking some Unicode characters

2020-09-03 Thread Dennis Filder
Package: speechd-up Version: 0.5~20110719-9 SYMPTOMS I ran into a failed assertion. When pressing certain Unicode characters like U+20AC (EURO SIGN) or U+2192 (RIGHTWARDS ARROW) on the console via a keyboard, speechd-up exits suddenly. The same happens when moving the cursor over a Unicode char