Re: (#422) Sfspeaker hangs CPU cycle
Thomas Shaddack <[email protected]>
| Newsgroups | gmane.comp.audio.speak-freely.general |
|---|---|
| Message-ID | <Pine.LNX.4.33.0309050335040.16799-100000@Zeta> |
> I am currently running Speak Freely on Linux 7.2. Sfspeaker sometimes gets
> into a mode where it uses all available CPU cycles. While in this mode,
> incoming chat text is not displayed and audio is not sent to the speaker, so
> it appears that Speak Freely is not working. Do we have anybody with the
> similar problem or can give me any idea how to solve it?
When it happens again, try to attach strace and then ltrace to the process
in question:
strace -p <SF pid> -s 256 -o strace.log
...break the trace after few seconds
ltrace -p <SF pid> -s 256 -o ltrace.log
...break the trace after few sseconds again
...then inspect the trace files. This could add insight into the part
where it goes wrong.
Can you reproduce the condition?
* * *
To unsubscribe from this mailing list, send E-mail containing
the word "unsubscribe" in the message body (*not* as the
Subject) to [email protected]