From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_MED,RCVD_IN_SBL, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0BE811F670 for ; Mon, 11 Oct 2021 02:20:04 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 46CBE3857816 for ; Mon, 11 Oct 2021 02:20:03 +0000 (GMT) Received: from bumble.birch.relay.mailchannels.net (bumble.birch.relay.mailchannels.net [23.83.209.25]) by sourceware.org (Postfix) with ESMTPS id B5143385843B; Mon, 11 Oct 2021 02:19:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5143385843B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 0F26B560C07; Mon, 11 Oct 2021 02:19:47 +0000 (UTC) Received: from pdx1-sub0-mail-a30.g.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id BB505560B71; Mon, 11 Oct 2021 02:19:46 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a30.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.123.194.20 (trex/6.4.3); Mon, 11 Oct 2021 02:19:47 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-White-Illustrious: 696a3f634dcf6f5e_1633918786867_2675671649 X-MC-Loop-Signature: 1633918786867:155787279 X-MC-Ingress-Time: 1633918786867 Received: from pdx1-sub0-mail-a30.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a30.g.dreamhost.com (Postfix) with ESMTP id 7388D7EECB; Sun, 10 Oct 2021 19:19:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=message-id :date:mime-version:subject:to:cc:references:from:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=GVDptW JDxwLfqn+m+T6gZBScAT4=; b=wZ/p+TQ3kgt+Wjd2V7flLdjEeF4+vJJ0qqKbp6 3NRaSah0NP6HALV8E+fJhjPUSlVTGbloiyQYXYy767HAK0sm8rRhY2Q/C0Af/waq +cuqGfs1/Mhq8Ru6MCD8DddbsU3Ic+uSIMKf3xLGesmXJ1mPX/URCWd2nLrTK2wu ZvO8c= Received: from [192.168.1.174] (unknown [1.186.121.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a30.g.dreamhost.com (Postfix) with ESMTPSA id 7FCA07EECA; Sun, 10 Oct 2021 19:19:41 -0700 (PDT) Message-ID: <5e6dc916-271e-5616-7b3c-e4eb34ad542d@gotplt.org> Date: Mon, 11 Oct 2021 07:49:36 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [PATCH v10 00/11] malloc hooks removal Content-Language: en-US To: Siddhesh Poyarekar , Stafford Horne References: <20210719184637.1225275-1-siddhesh@sourceware.org> <952db8fe-a443-e232-5611-0346a9e4b156@sourceware.org> X-DH-BACKEND: pdx1-sub0-mail-a30 From: Siddhesh Poyarekar In-Reply-To: <952db8fe-a443-e232-5611-0346a9e4b156@sourceware.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Weimer , GLIBC patches Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On 10/11/21 07:25, Siddhesh Poyarekar via Libc-alpha wrote: > ... but this is not.=C2=A0 Could you please share how you're configurin= g and=20 > building this, including versions and configure options of (presumably)= =20 > the cross toolchains?=C2=A0 I'll try and figure out why the debugging=20 > function entry points are missing. ... and I've now noticed that there's an actual conversation and not=20 just this email. Reading through. Siddhesh