[PD] threading issue

Miller Puckette msp at ucsd.edu
Wed Feb 10 20:27:12 CET 2016


I believe it's fixed now (with these lines in s_inter.c..

#ifdef THREAD_LOCKING
            sys_lock();
#endif
            (*sys_fdpoll[i].fdp_fn)(sys_fdpoll[i].fdp_ptr, sys_fdpoll[i].fdp_fd);
#ifdef THREAD_LOCKING
            sys_unlock();
#endif

)

However, I doubt anyone has ever completely debugged a program that uses
threads.

cheers
Miller

On Wed, Feb 10, 2016 at 07:11:34PM +0000, Jonathan Wilkes via Pd-list wrote:
> Hi list,Anybody have more information about this bug report:https://sourceforge.net/p/pure-data/bugs/26/
> -Jonathan

> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list




More information about the Pd-list mailing list