From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/293 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: glibc/nptl cancellation bug report with some test case code Date: Mon, 18 Apr 2011 22:00:34 -0400 Message-ID: <20110419020034.GH277@brightrain.aerifal.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1312595708 11481 80.91.229.12 (6 Aug 2011 01:55:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2011 01:55:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: envelope-from@hidden Tue Apr 19 06:05:43 2011 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:293 Archived-At: Anyone got an asbestos suit I can borrow? I submitted a bug report for glibc regarding the cancellation issues I've been working on in musl: http://sources.redhat.com/bugzilla/show_bug.cgi?id=12683 The main part that's probably of interest to musl list members is the 2 test programs I attached (to the bug tracker) for detecting the failures. These are illustrative of the sort of race-condition tests I'd like to see developed for other aspects of musl's threads implementation.