Bug 478709 - Festival crashes
Summary: Festival crashes
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: festival
Version: 10
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Zeuthen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-03 22:00 UTC by info
Modified: 2013-03-06 03:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-18 07:28:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description info 2009-01-03 22:00:39 UTC
Description of problem:

Festival crashes with anything I tried. 

Version-Release number of selected component (if applicable):

festival-1.96-6.fc10.x86_64

How reproducible:

Always

Steps to Reproduce:
1. run /usr/bin/festival --tts test.txt
2.
3.

the same with text2wave test.txt -o out.wav

Actual results:

It just says "Aborted"

Expected results:

It should speak.

Additional info:

Stack trace:

(gdb) run --tts test.txt
Starting program: /usr/bin/festival --tts test.txt
[Thread debugging using libthread_db enabled]
Detaching after fork from child process 14250.
[New Thread 0x7ffff7fce700 (LWP 14214)]

Program received signal SIGABRT, Aborted.
0x0000003cf8032f05 in raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);

Comment 1 info 2009-01-03 22:11:21 UTC
sorry, forgot to copy an important part, here it is:

(gdb) thread apply all bt                                                                            

Thread 1 (Thread 0x7ffff7fce700 (LWP 14214)):
#0  0x0000003cf8032f05 in raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x0000003cf8034a73 in abort () at abort.c:88
#2  0x0000003cf8077ef0 in malloc_printerr (action=2, str=0x3cf8139a4d "free(): invalid pointer", ptr=0x3786) at malloc.c:5999
#3  0x0000003cf7880f9f in HTS_Process (labfp=0x79d9d0, rawfp=0x79d2e0, lf0fp=0x79d530, mcepfp=0x79d780, mceppst=0x7fffffffd0f0, lf0pst=0x7fffffffd070,
    gp=0x7fffffffd260, ms=0x7fffffffd1f0, ts=0x7fffffffd170, vs=0x7fffffffcf30) at hts_engine.cc:262
#4  0x0000003cf78817a9 in HTS_Synthesize_Utt (utt=0x7ffff642d290) at hts_engine.cc:399
#5  0x0000003cf9689d18 in leval (x=0x7ffff6308cf0, env=0x7ffff648e890) at slib.cc:1383
#6  0x0000003cf968ce49 in leval_progn (pform=0x7fffffffd3a0, penv=<value optimized out>) at slib_core.cc:81
#7  0x0000003cf9689b63 in leval (x=0x7ffff648e570, env=0x7ffff648e890) at slib.cc:1418
#8  0x0000003cf968ce49 in leval_progn (pform=0x7fffffffd420, penv=<value optimized out>) at slib_core.cc:81
#9  0x0000003cf9689b63 in leval (x=0x7ffff61ed830, env=0x7ffff648a7f0) at slib.cc:1418
#10 0x0000003cf968ce49 in leval_progn (pform=0x7fffffffd4a0, penv=<value optimized out>) at slib_core.cc:81
#11 0x0000003cf9689b63 in leval (x=0x7ffff61ebbb0, env=0x7ffff642f8f0) at slib.cc:1418
#12 0x0000003cf96897f5 in leval_args (l=0x7ffff618f110, env=0x7ffff642da90) at slib.cc:1309
#13 0x0000003cf9689b2b in leval (x=0x7ffff618f0b0, env=0x7ffff642da90) at slib.cc:1427
#14 0x0000003cf968d301 in leval_setq (args=0x7ffff642d970, env=0x0) at slib_core.cc:26
#15 0x0000003cf9689b8a in leval (x=0x7ffff642d990, env=0x0) at slib.cc:1414
#16 0x0000003cf78a69bb in tts_raw_utt (utt=<value optimized out>) at text.cc:208
#17 0x0000003cf78a7374 in tts_file_raw (filename=<value optimized out>) at text.cc:173
#18 0x0000003cf78a75ac in tts_file (filename=0x7ffff642a870, mode=0x7ffff62ebc30) at text.cc:124
#19 0x0000003cf9689cd5 in leval (x=0x7ffff62e7770, env=0x7ffff642a990) at slib.cc:1390
#20 0x0000003cf7873ab8 in festival_eval_command (command=@0x7fffffffd9a0) at festival.cc:182
#21 0x0000003cf78743a9 in festival_say_file (fname=<value optimized out>) at festival.cc:235
#22 0x0000000000402c90 in festival_load_file () at festival.cc:152
#23 0x0000000000403d09 in festival_load_file () at festival.cc:152
#24 0x0000003cf801e576 in __libc_start_main (main=0x403d00 <festival_load_file(EST_String const&)+9712>, argc=3, ubp_av=0x7fffffffdfc8, init=0x403e80,
    fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=0x7fffffffdfb8) at libc-start.c:220
#25 0x0000000000401749 in festival_load_file () at festival.cc:152
#26 0x00007fffffffdfb8 in ?? ()
#27 0x000000000000001c in ?? ()
#28 0x0000000000000003 in ?? ()
#29 0x00007fffffffe34b in ?? ()
#30 0x00007fffffffe35d in ?? ()
#31 0x00007fffffffe363 in ?? ()
---Type <return> to continue, or q <return> to quit---
#32 0x0000000000000000 in ?? ()

Comment 2 info 2009-01-08 18:27:56 UTC
For info, flite works fine.

Comment 3 Mark van Rossum 2009-02-08 20:24:21 UTC
Same over here.
But runs fine as root and from the console.
Is this the same for you ?

Comment 4 info 2009-02-08 20:40:37 UTC
Yes, indeed, it runs as root but crashes as user.

Comment 5 Mark van Rossum 2009-02-08 20:52:52 UTC
I did some more experiments:

fine under twm and gnome, and the console,
but not under kde.

Comment 6 Mark van Rossum 2009-02-19 15:51:01 UTC
See also bug 467761

Comment 7 Bug Zapper 2009-11-18 10:38:47 UTC
This message is a reminder that Fedora 10 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 10.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '10'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 10's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 10 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 8 Bug Zapper 2009-12-18 07:28:45 UTC
Fedora 10 changed to end-of-life (EOL) status on 2009-12-17. Fedora 10 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


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