From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32182 invoked by alias); 5 Nov 2008 19:43:15 -0000 Received: (qmail 24576 invoked by uid 48); 5 Nov 2008 19:41:58 -0000 Date: Wed, 05 Nov 2008 19:43:00 -0000 Message-ID: <20081105194158.24575.qmail@sourceware.org> From: "mtk dot manpages at gmail dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20081105192855.7007.mtk.manpages@gmail.com> References: <20081105192855.7007.mtk.manpages@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug nptl/7007] PTHREAD_EXPLICIT_SCHED not honored after 'attr' is initialized to defaults 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: 2008-11/txt/msg00016.txt.bz2 ------- Additional Comments From mtk dot manpages at gmail dot com 2008-11-05 19:41 ------- Created an attachment (id=3042) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3042&action=view) test program The attached test program can be used to demonstrate the reported behavior using the following command: $ sudo ./pthreads_sched_test -mf10 -i e root's password: Scheduler settings of main thread policy=SCHED_FIFO, priority=10 Scheduler settings in 'attr' policy=SCHED_OTHER, priority=0 inheritsched is EXPLICIT About to call pthread_create() with attrp=0xbfeacb54 Scheduler attributes of new thread policy=SCHED_FIFO, priority=10 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7007 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.