X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 22962DC007C for ; Wed, 9 Jul 2014 15:46:37 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id r10so9161431pdi.4 for ; Wed, 09 Jul 2014 08:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YPUPrUysvHUioxzSNk4ejfK5q9XOj8dV4XJZ8dmaSDk=; b=LsQBHqLvFCZ13kDeQ40x7rme2k55KO447GhpPqvrYHYlgWlHMAoDxcvKeZk8KBq3Hq mvj/YagSlrcKXI6u/tFGpuRy5Amij6DH9PgWI8HBwhKs5RfyuPnt7iWFZrRFHJE7qS75 negIRG3wN7NATnqmF8ePXcV6KXBcPt+rEc+H6ACOvEwbPn52K8CvhQ3kLw2hgdRPtOWw TZ8HMqaGpH3kTGrJCXBKCjK9ZeZIbQQ1scAHS68wTKECKeO4m/bHKzVZDGLVs6BO22xv D6WKUlM+oGQq/iyystfpxNzgAJq9qeOIcsSzx9M/dZ0Qc6fDGVF9NtH8oQQaDAiOHEWY IIDg== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.69.10.164 with SMTP id eb4mr42109551pbd.35.1404920796161; Wed, 09 Jul 2014 08:46:36 -0700 (PDT) Received: by 10.70.133.132 with HTTP; Wed, 9 Jul 2014 08:46:36 -0700 (PDT) In-Reply-To: References: <20140709043946.GA1787@newbook> Date: Wed, 9 Jul 2014 10:46:36 -0500 Message-ID: Subject: Re: [alpine-devel] Attempting to debug C++ library and command via valgrind From: Jeff Pohlmeyer To: Isaac Dunham Cc: musl@lists.openwall.com, Alpine Content-Type: text/plain; charset=UTF-8 On Wed, Jul 9, 2014 at 10:30 AM, Jeff Pohlmeyer wrote: > Try adding "/lib/ld-musl-i386.so.1" to the command line Or that should be "/lib/libc.musl-x86_64.so.1" for 64-bit. ( Looks like gmail's auto-quoting probably messed up my example anyway. ) - Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---