From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6625 invoked from network); 3 Jun 2021 02:10:21 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 3 Jun 2021 02:10:21 -0000 Received: (qmail 15515 invoked by uid 550); 3 Jun 2021 02:10:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 15485 invoked from network); 3 Jun 2021 02:10:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=TEr5btSAb0l/5Nt/D0GL7MYPk2gQDJWZ857qHgpMPYE=; b=ssVANjOSgsjDqag0LISVTwtwifKpljhpDpWnjhlQhWxVqy7GoFDIYH19Xy1vOz+ASs 22apWSxHxpq7eKIgKZv9L31YWvMrDParFieNADRlh4M7kE6KuWa3o1XMxXvNNAkCXCSS I/wfNxHRHFO0Oz68J0Gt5mzB8G8MLGKApEtyVFgcdEnQiJAoYmsJrHp3o2hR719uanW3 shLvUQLG73CMIdFGkA8vC4CFZm4SXdAPtgJeYebRBDHYsUC1cx5Fa7y636cnhbWs3Xuy dAHnAcAaCgsTfvCRZlcQLf+ag8mmcN5SAoyDT+uWT1zW1c88pc9gulAb39pMU7/Vl48O ZLUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=TEr5btSAb0l/5Nt/D0GL7MYPk2gQDJWZ857qHgpMPYE=; b=QBZWeI++tAcQ2FrLuyiHvhaqLocLYO0zhMzTmAwSGK+8oR4oafObm2UE+x/YHh9XYU NPU2rcEYYBVlT6iVosZ9ed5dnpuP6EDpNIxk91LNN0afA6PDSGdcv5ckoTOv5pWRKTBl aJ2tfwv6LEPOvmuObq4amRATcRJF6K9ntdPJfWQeSL0BLojcYXZeTlM5beMXNpqMHVou /vwYrD0O3keOznFtEAgS6lg+9bkqByUVt7jOGcJaK01wrEjLU/yk31xzIFoV4sjSmwDO Qvpgyl0WjL7v+yAmKnsm55NAq7L0APicaWGhRrWvy/HcEcvWXmeQmsdd6I/clERthasI 5WVQ== X-Gm-Message-State: AOAM5313wLOGeJA9bvzBvYAO5k9+/2RDv9uLEEB4daYIKqPQ0zZ++E/c CaoAqa5a6I7VSHEAaIh4fwiFXO9+IiW7w/nToe6tK++zZx8= X-Google-Smtp-Source: ABdhPJysHLAprwH6M4GndASdW1YAyvOrwlXFDwPIpKVCtPBbq3OK9bnICQV+J8YZa1GjNZNR9XWQuwLeQYcxNdWBXYc= X-Received: by 2002:a25:1206:: with SMTP id 6mr36084840ybs.70.1622686205747; Wed, 02 Jun 2021 19:10:05 -0700 (PDT) MIME-Version: 1.0 From: Srinivasan J Date: Thu, 3 Jun 2021 07:39:54 +0530 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: [musl] Dumping process heap from the core file Hi, Is there an easy way to dump the heap from the process core which is using musl-libc? The process is using musl-libc version v1.1.24. I see that there is a _dump_heap() function, but that's not up to date. I am thinking about using _dump_heap() as reference. But any other suggestions are welcome. Regards, Srini