From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9511 invoked by alias); 12 Dec 2019 04:03:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 9502 invoked by uid 89); 12 Dec 2019 04:03:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576123420; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=9RIuJ1P7MM+sr04Uf6yPC8jYjU7pA5mXTNctDXcCMuk=; b=Sb8eGyBeNDToNIvWP8rxZY8K2vp6oVAM+ExR/Nqg+SBuZZzdvMhdnHYU3ls8gi1cenRoBs Ezq21ZuzZsIm+YWri4IIr/sTauG/n0LhE7hDSEnhW4vgtGg1PwLSUrZPcziMZNk3yJGbKe m9E2nNucyKkSYC3towf9zmiu+uTCc4Q= From: DJ Delorie To: Siddhesh Poyarekar Cc: codonell@redhat.com, libc-alpha@sourceware.org Subject: Re: RFC: tunables failure indications... In-Reply-To: <5553b162-af7c-9881-8373-c1bb277ab930@gotplt.org> (message from Siddhesh Poyarekar on Thu, 12 Dec 2019 09:20:04 +0530) Date: Thu, 12 Dec 2019 04:03:00 -0000 Message-ID: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-12/txt/msg00403.txt.bz2 Siddhesh Poyarekar writes: > I think this could be a _dl_fatal_printf() or similar. _dl_fatal_printf() is for ld.so; tunables are in the main library. I did look around a bit but couldn't find something obvious that would work before stdio was initialized, and without a working malloc.