From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13576 invoked by alias); 10 Sep 2004 14:15:32 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 13541 invoked by uid 48); 10 Sep 2004 14:15:30 -0000 Date: Fri, 10 Sep 2004 14:15:00 -0000 From: "sebastien dot decugis at ext dot bull dot net" To: glibc-bugs@sources.redhat.com Message-ID: <20040910141527.379.sebastien.decugis@ext.bull.net> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug nptl/379] New: pthread_create fails but the thread executes some instructions X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00046.txt.bz2 List-Id: On some failure cases of the pthread_create routine, for exemple when specifying a high-priority as a standard user which have not enough rights, the pthread_create will return an error ENOPERM (which is normal) but the not-created thread will execute for some instructions before being killed. This can lead to some problems for exemple when the first instruction of the new thread is a mutex_lock! -- Summary: pthread_create fails but the thread executes some instructions Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: nptl AssignedTo: drepper at redhat dot com ReportedBy: sebastien dot decugis at ext dot bull dot net CC: glibc-bugs at sources dot redhat dot com http://sources.redhat.com/bugzilla/show_bug.cgi?id=379 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.