From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17281 invoked by alias); 23 Apr 2004 19:04:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17252 invoked from network); 23 Apr 2004 19:04:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Apr 2004 19:04:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3NJ43KG030260 for ; Fri, 23 Apr 2004 15:04:03 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3NJ40p13987; Fri, 23 Apr 2004 15:04:00 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i3NJ3vcU018600; Fri, 23 Apr 2004 15:03:58 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 143668000DA; Fri, 23 Apr 2004 15:03:57 -0400 (EDT) Message-ID: <4089689A.5020507@redhat.com> Date: Fri, 23 Apr 2004 19:04:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Andrew Cagney Cc: Ulrich Weigand , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix manythreads test case on s390 References: <200404231633.SAA27514@faui1d.informatik.uni-erlangen.de> <40895BB1.2070803@gnu.org> In-Reply-To: <40895BB1.2070803@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00581.txt.bz2 Andrew Cagney wrote: >> Hello, >> >> the new manythreads.c test case fails on s390 when using NPTL, >> because it tries to create 256 threads with default thread stack >> size (which happens to be 8MB for NPTL). This is hard to do >> when the total address space size is 2 GB... >> >> This can be fixed by using pthread_addr_setstacksize to reduce >> the thread stack size. > > > Outch, the fix is "obvious". Jeff, what to check this in along with the > (C) fix? > Both changes checked in. -- Jeff J.