Mailinglist Archive: opensuse-bugs (10061 mails)

< Previous Next >
[Bug 553811] Segmentation fault occurs when use sable-mode in festival
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 10 Nov 2009 22:39:41 -0700
  • Message-id: <20091111053941.A6616245517@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=553811

User pk_karwan@xxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=553811#c1





--- Comment #1 from Khamphee Karwan <pk_karwan@xxxxxxxxx> 2009-11-10 22:39:40
MST ---
I am sory that I forgot to write something in my bug submission.
In order to fix the Segmentation fault in sable-mode of festival in
opensuse11.1,
additional procedure is required.

According to the festival-1.96.patch file, the lines

filter.ignore_volatile() = get_param_str("filter",params,"");

um_apply_filter(filter.ignore_volatile(),inname.ignore_volatile(),tmpname.ignore_volatile());

in function void tts_file_user_mode(LISP , LISP )
in file /festival/src/modules/Text/text_modes.cc in the original source code
are changed to be

filter->ignore_volatile() = get_param_str("filter",params,"");

um_apply_filter(filter->ignore_volatile(),inname.ignore_volatile(),tmpname.ignore_volatile());

To fix the Segmentation fault, these lines should be left unchanged.

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References