speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

last try: ibmtts module broken in current speechd git master


From: José Vilmar Estácio de Souza
Subject: last try: ibmtts module broken in current speechd git master
Date: Wed, 30 Mar 2011 19:42:49 -0300

Hi, please ignore  the previous e-mail.
I found the problem.
The problem is related to the installation of libdotconf.
Since I am running in a 64-bit environment, I needed to install a 32-bit
version of libdotconf. I left an old dotconf.h include file in my
/usr/local/include directory. After remove the old dotconf.h file, the
problem has gone.

Thanks.
On 03/30/2011 07:14 PM, Jos? Vilmar Est?cio de Souza wrote:
> Hi,
> Here is my debug session.
> 
> Reading symbols from
> /home/vilmar/speechd/32/speechd/src/modules/sd_ibmtts...done.
> (gdb) r /usr/local/etc/speech-dispatcher/modules/ibmtts.conf
> Starting program: /home/vilmar/speechd/32/speechd/src/modules/sd_ibmtts
> /usr/local/etc/speech-dispatcher/modules/ibmtts.conf
> [Thread debugging using libthread_db enabled]
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x0804b31d in IbmttsVoiceParameters_cb (cmd=0xffffbfbc, ctx=0x0)
>     at ibmtts.c:310
> 310   MOD_OPTION_6_INT_HT(IbmttsVoiceParameters,
> (gdb) bt
> #0  0x0804b31d in IbmttsVoiceParameters_cb (cmd=0xffffbfbc, ctx=0x0)
>     at ibmtts.c:310
> #1  0xf7fba12c in dotconf_invoke_command () from
> /usr/lib32/libdotconf-1.0.so.0
> #2  0xf7fbbdf4 in dotconf_handle_command () from
> /usr/lib32/libdotconf-1.0.so.0
> #3  0xf7fbbe74 in dotconf_command_loop () from
> /usr/lib32/libdotconf-1.0.so.0
> #4  0x08058a3d in main (argc=2, argv=0xffffd1a4) at module_main.c:105
> 
> 
> Thanks.
> 
> On 03/30/2011 10:36 AM, Christopher Brannon wrote:
>> Jos? Vilmar Est?cio de Souza <vilmar at informal.com.br> writes:
>>
>>> I receive a segmentation fault error.
>>> gdb shows me that the error occurs at ibmtts.c: 310.
>>
>> Line 310 is a macro call.  It declares some variables and a dotconf
>> callback.  So I don't see how it could be failing here.
>> Try it again, and use the bt command within gdb to get a backtrace.  It
>> would give me more info.
>>
>> And as I said yesterday, IBMTTS is working fine over here, with the
>> latest Speech Dispatcher.
>>
>> -- Chris
>>
> 
> _______________________________________________
> Speechd mailing list
> Speechd at lists.freebsoft.org
> http://lists.freebsoft.org/mailman/listinfo/speechd
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]