Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 15 Jun 2004 12:40:13 -0400 From: Jason Tishler To: Cygwin Subject: 1.5.10-3 pthreads regression Message-ID: <20040615164013.GA4816@tishler.net> Mail-Followup-To: Cygwin Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-IsSubscribed: yes While running the Python regression test suite, I believe I have uncovered a 1.5.10-3 pthreads regression. The test_threadedtempfile test case now hangs: $ python /usr/lib/python2.3/test/regrtest.py -v test_threadedtempfile test_threadedtempfile Creating Starting Reaping Specifically, test_threadedtempfile appears to hang during a "join" operation: print "Reaping" ok = errors = 0 for t in threads: t.join() ok += t.ok_count errors += t.error_count if t.error_count: print '%s errors:\n%s' % (t.getName(), t.errors.getvalue()) msg = "Done: errors %d ok %d" % (errors, ok) Under 1.5.9-1, test_threadedtempfile did not hang and completed successfully. I'm sorry for not be more helpful, but it is the best I can do at the moment... Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/