Displaying 1 result from an estimated 1 matches for "lauchin".
Did you mean:
lauching
2004 Aug 06
1
speex and thread question.
Hy,
I'm writing a application using speex.
This app have two threads one is encoding the other one decoding using
speex.
I dont know why but I got segfault on some systems.
If I juste take off one of the thread like encoding and lauchin the
decoding part in a thread and the application is still segfaulting.
But if I just launch the decoding process with out a thread every thing
is going fine.
So I would like to know if there are some special things I have to worry
about when I'm using speex and threads.
Thanks In advance....