Bug 669234 - festival crashes
Summary: festival crashes
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: festival
Version: 14
Hardware: x86_64
OS: Linux
low
high
Target Milestone: ---
Assignee: David Zeuthen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-12 23:18 UTC by Peter Gückel
Modified: 2013-03-06 04:06 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-02-11 03:32:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
festival output after command line instruction to speak (10.29 KB, text/plain)
2011-01-12 23:18 UTC, Peter Gückel
no flags Details

Description Peter Gückel 2011-01-12 23:18:35 UTC
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.

Comment 1 Peter Gückel 2011-01-13 08:44:02 UTC
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?


Note You need to log in before you can comment on or make changes to this bug.