From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9340 invoked by alias); 10 Sep 2004 14:52:19 -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 9322 invoked by uid 48); 10 Sep 2004 14:52:18 -0000 Date: Fri, 10 Sep 2004 14:52:00 -0000 Message-ID: <20040910145218.9321.qmail@sourceware.org> From: "sebastien dot decugis at ext dot bull dot net" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040910141527.379.sebastien.decugis@ext.bull.net> References: <20040910141527.379.sebastien.decugis@ext.bull.net> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug nptl/379] pthread_create fails but the thread executes some instructions X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00050.txt.bz2 List-Id: ------- Additional Comments From sebastien dot decugis at ext dot bull dot net 2004-09-10 14:52 ------- Yes I'm using --enable-kernel=2.6.8.1 (with a running kernel 2.6.8.1). Do you tell me to remove the following lines? 368 /* The CLONE_STOPPED flag was introduced in the 2.6.0-test1 series. */ 369 #if __LINUX_KERNEL_VERSION >= 132609 370 # define __ASSUME_CLONE_STOPPED 1 371 #endif Well, if that's it, shouldn't this be considered as a bug ?!? Thanks! Seb. -- 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.