Processed: Re: Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 654783 pending Bug #654783 [libc0.1] race condition in libpthread causes hangs in python2.7 testsuite Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 654783: http://bugs.debian.org/cgi-b

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-20 Thread Robert Millan
tag 654783 pending thanks El 20 d’abril de 2012 8:47, Petr Salinger ha escrit: > In the original (plain linuxthreads) code, with thread implemented as > freebsd process, the wakeup signal is sent to thread manager from kernel, > after exit of thread. > > In current variant, with thread implemente

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-20 Thread Petr Salinger
That's really nice. Petr, could you give some explanation on that one-line patch you provided? Is it supposed to be the correct fix or is more work necessary? I'm not familiar with the whole picture but if you give some pointers I may be able to help. In the original (plain linuxthreads) code

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-19 Thread Steven Chamberlain
On 19/04/12 20:54, Robert Millan wrote: > CCing #575302 > > El 19 d’abril de 2012 1:12, Steven Chamberlain ha > escrit: >> Also, perhaps related, I got through the (Python-powered) iceweasel >> 10.0.3esr test suite for the first time, without hangs (see #575302). >> Maybe this helped. > > Tha

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-19 Thread Steven Chamberlain
On 19/04/12 20:51, Robert Millan wrote: > CCing #663056 > > El 19 d’abril de 2012 1:12, Steven Chamberlain ha > escrit: >> For now I still have Petr's change applied. I notice that libsoup2.4's >> connection-test (see #663056) has stopped failing. (Just had 100/100 >> test passes, was previo

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-19 Thread Robert Millan
CCing #575302 El 19 d’abril de 2012 1:12, Steven Chamberlain ha escrit: > Also, perhaps related, I got through the (Python-powered) iceweasel > 10.0.3esr test suite for the first time, without hangs (see #575302). > Maybe this helped. That's really nice. Petr, could you give some explanation on

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-19 Thread Robert Millan
CCing #663056 El 19 d’abril de 2012 1:12, Steven Chamberlain ha escrit: > For now I still have Petr's change applied.  I notice that libsoup2.4's > connection-test (see #663056) has stopped failing.  (Just had 100/100 > test passes, was previously seeing about 50% failures.) Are you sure? You m

Bug#654783: race condition in libpthread causes hangs in python2.7 testsuite

2012-04-18 Thread Steven Chamberlain
On 18/04/12 19:59, Robert Millan wrote: > El 18 d’abril de 2012 15:46, Steven Chamberlain ha > escrit: >> With it, I hit a tst-timer5 regression during build. > > Don't worry about tst-timer5, it's a fake regression. Previously it > "succeeded" by exitting without testing anything. Oh okay.