[linux-audio-dev] Re: [linux-audio-user] more questions on FST

torbenh at gmx.de torbenh at gmx.de
Fri May 19 17:36:56 UTC 2006


On Thu, May 18, 2006 at 12:01:57PM -0400, Paul Davis wrote:
> On Thu, 2006-05-18 at 17:59 +0200, Christian Schoenebeck wrote:
> > Es geschah am Thursday, 18. May 2006 00:10 als Lee Revell schrieb:
> > > Does FST definitely require NPTL?
> > 
> > That's a big fat YES!
> 
> put differently: WINE requires NPTL to function adequately with
> multithreaded applications.

the segfault is coming from pthread_self()
(in a signal_handler context or something)

which does not work in that case... man it was 2004 when i debugged this...
so it need TLS (Thread local Storage) at least.

I dont think there are many builds of NPTL without TLS. so this is
tightly coupled. 
> 
> --p
> 
> 

-- 
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language



More information about the Linux-audio-dev mailing list