Created attachment 473158 [details] festival output after command line instruction to speak Description of problem: Crashes when run from the command line. Version-Release number of selected component (if applicable): festival-1.96-16.fc13.x86_64 festival-lib-1.96-16.fc13.x86_64 festival-freebsoft-utils-0.10-1.fc14.noarch festival-speechtools-libs-1.2.96-16.fc13.x86_64 festvox-awb-arctic-hts-0.20061229-16.fc13.noarch festvox-slt-arctic-hts-0.20061229-16.fc13.noarch How reproducible: Open konsole, type festival, then enter: (SayText "hello") Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: I don't have any diphone voices installed.
I got it to work. It was an old problem that has resurfaced: KDE does not set MALLOC_CHECK_ to 0. festival will not run unless MALLOC_CHECK_=0. echo $MALLOC_CHECK_ returned 3, so I ran export MALLOC_CHECK_=0 and festival ran just fine. Why is KDE not setting this variable correctly; or why does festival insist on having this variable set to 0, while other programs don't care?