[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to migrate from module_speak to module_speak_sync?
From: |
Samuel Thibault |
Subject: |
Re: How to migrate from module_speak to module_speak_sync? |
Date: |
Sun, 28 Nov 2021 16:17:35 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
Cameron Wong, le ven. 26 nov. 2021 08:37:06 +0800, a ecrit:
> Building is passed. However, my module crashed at the beginning.
>
> Core was generated by `/usr/libexec/speech-dispatcher-modules/sd_ekho /home/
> hgneng/.config/speech-disp'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0 0x0000000000000000 in ?? ()
> [Current thread is 1 (Thread 0x7fc418d53800 (LWP 29871))]
> (gdb) bt
> #0 0x0000000000000000 in ?? ()
> #1 0x00005631f1a13e13 in cmd_speak (fd=fd@entry=0, msgtype=msgtype@entry=
> SPD_MSGTYPE_TEXT) at module_process.c:266
It looks as if it doesn't find the module_speak function for some
reason. Could you post the output of
nm sd_ekho | grep module
Actually, would you be able to share your module source code? That'd
make the debugging process extremely more efficient...
Samuel
- How to migrate from module_speak to module_speak_sync?, Cameron Wong, 2021/11/15
- Re: How to migrate from module_speak to module_speak_sync?, Samuel Thibault, 2021/11/16
- Re: How to migrate from module_speak to module_speak_sync?, Cameron Wong, 2021/11/16
- Re: How to migrate from module_speak to module_speak_sync?, Samuel Thibault, 2021/11/21
- Re: How to migrate from module_speak to module_speak_sync?, Cameron Wong, 2021/11/22
- Re: How to migrate from module_speak to module_speak_sync?, Cameron Wong, 2021/11/25
- Re: How to migrate from module_speak to module_speak_sync?,
Samuel Thibault <=
- Re: How to migrate from module_speak to module_speak_sync?, Samuel Thibault, 2021/11/28
- Re: How to migrate from module_speak to module_speak_sync?, Cameron Wong, 2021/11/28
- Re: How to migrate from module_speak to module_speak_sync?, Samuel Thibault, 2021/11/30