Re: Signal thread

2011-06-29 Thread Ludovic Courtès
Andy Wingo skribis: > We might have other locking order problems -- do_thread_exit takes the > admin lock and then the lock of a fat mutex, whereas fat_mutex_lock does > the other way around. (Yuk, fat mutexes.) Perhaps not, though. I think I fixed this one yesterday (thanks, Helgrind!). Than

Re: Signal thread

2011-06-28 Thread Andy Wingo
Greets! On Tue 28 Jun 2011 18:46, l...@gnu.org (Ludovic Courtès) writes: > 2007-10-20 Julian Graham > > Add support for thread cancellation and user-defined thread > cleanup handlers. Small rework by Ludovic Courtès. Ah, right. I suppose it's disrespectful to have a mo

Re: Signal thread

2011-06-28 Thread Ludovic Courtès
Hello fellow Guiler of the Guild! Andy Wingo skribis: > Hello guild-comrade Courtès! > > On Mon 27 Jun 2011 18:00, l...@gnu.org (Ludovic Courtès) writes: > >> "Andy Wingo" skribis: >> >>> commit 3b971a59b55586a236c3621a55515d9272ee5c80 >>> Author: Andy Wingo >>> Date: Thu Jun 23 11:24:16 201

Re: Signal thread

2011-06-27 Thread Andy Wingo
Hello guild-comrade Courtès! On Mon 27 Jun 2011 18:00, l...@gnu.org (Ludovic Courtès) writes: > "Andy Wingo" skribis: > >> commit 3b971a59b55586a236c3621a55515d9272ee5c80 >> Author: Andy Wingo >> Date: Thu Jun 23 11:24:16 2011 +0200 >> >> don't spawn the signal delivery thread in a thread