From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13218 invoked by alias); 8 Nov 2006 09:41:30 -0000 Received: (qmail 13197 invoked by uid 48); 8 Nov 2006 09:41:22 -0000 Date: Wed, 08 Nov 2006 09:41:00 -0000 Message-ID: <20061108094122.13196.qmail@sourceware.org> From: "loic-dev at gmx dot net" To: glibc-bugs@sources.redhat.com In-Reply-To: <20061108093138.3482.loic-dev@gmx.net> References: <20061108093138.3482.loic-dev@gmx.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug nptl/3482] pthread_cond_signal does not respect thread priority X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00027.txt.bz2 List-Id: ------- Additional Comments From loic-dev at gmx dot net 2006-11-08 09:41 ------- Created an attachment (id=1407) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1407&action=view) test case for the problem mentioned output: Thread with Prio 1 is waiting on CV Thread with Prio 2 is waiting on CV Thread with prio 1 has been signaled Thread with Prio 1 is waiting on CV Thread with prio 2 has been signaled Thread with Prio 2 is waiting on CV Thread with prio 1 has been signaled Thread with Prio 1 is waiting on CV Thread with prio 2 has been signaled Thread with Prio 2 is waiting on CV -- http://sourceware.org/bugzilla/show_bug.cgi?id=3482 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.