From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18634 invoked by alias); 27 Jan 2005 07:07:56 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 18553 invoked from network); 27 Jan 2005 07:07:56 -0000 Received: from unknown (HELO palrel11.hp.com) (156.153.255.246) by sourceware.org with SMTP; 27 Jan 2005 07:07:56 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by palrel11.hp.com (Postfix) with ESMTP id A2D5CE7BB for ; Wed, 26 Jan 2005 23:07:55 -0800 (PST) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.13.1/8.13.1/HPL-PA Hub) with ESMTP id j0R77s9m005784 for ; Wed, 26 Jan 2005 23:07:54 -0800 (PST) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.13.2/8.13.2/Debian-1) with ESMTP id j0R77rdM031851 for ; Wed, 26 Jan 2005 23:07:53 -0800 Received: (from davidm@localhost) by napali.hpl.hp.com (8.13.2/8.13.2/Submit) id j0R77rEv031848; Wed, 26 Jan 2005 23:07:53 -0800 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16888.37705.86681.633842@napali.hpl.hp.com> Date: Thu, 27 Jan 2005 07:07:00 -0000 To: libc-hacker@sources.redhat.com Subject: how to fix ld.so Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ X-SW-Source: 2005-01/txt/msg00071.txt.bz2 Can somebody comment on this bugreport: http://sources.redhat.com/bugzilla/show_bug.cgi?id=685 I assume the best way to fix this problem would be to have ld.so use the correct values for TLS_PRE_TCB_SIZE, TLS_TCB_SIZE, and TLS_TCB_ALIGN for the thread-library in use (if any). However, I'm not sure ld.so can make calls into the thread-library at the time _dl_allocate_tls_storage() is called. Also, it's possible that I'm misunderstanding the problem entirely. Hints would be appreciated. Thanks, --david