From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15002 invoked by alias); 4 Feb 2009 10:52:23 -0000 Received: (qmail 14979 invoked by uid 48); 4 Feb 2009 10:52:12 -0000 Date: Wed, 04 Feb 2009 10:52:00 -0000 Message-ID: <20090204105212.14978.qmail@sourceware.org> From: "shachar at shemesh dot biz" To: glibc-bugs@sources.redhat.com In-Reply-To: <20090204100533.9813.shachar@shemesh.biz> References: <20090204100533.9813.shachar@shemesh.biz> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/9813] pselect implementation (when not implemneted by the kernel) agriviates the race X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00013.txt.bz2 ------- Additional Comments From shachar at shemesh dot biz 2009-02-04 10:52 ------- Created an attachment (id=3712) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3712&action=view) Program demonstrating the problem This program demonstrate the problem. Under a kernel with pselect support, it prints: sig_happened=1 sig_happened=1 sig_happened=1 sig_happened=1 sig_happened=1 And exits almost immediately. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9813 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.