From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05668138239 for ; Mon, 20 Aug 2018 05:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C20D7E095C; Mon, 20 Aug 2018 05:59:24 +0000 (UTC) Received: from mail-qt0-x229.google.com (mail-qt0-x229.google.com [IPv6:2607:f8b0:400d:c0d::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 503A4E094A for ; Mon, 20 Aug 2018 05:59:24 +0000 (UTC) Received: by mail-qt0-x229.google.com with SMTP id f18-v6so15004853qtp.10 for ; Sun, 19 Aug 2018 22:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:date:subject:message-id :references:in-reply-to:to; bh=PxYxiMMXdqeUbCgYYxfg6Cwi3I2i967iXAlxozphaBQ=; b=rFc7DM/Vx4t6FF+3LXlLm6JisE/fj7kJIcABXF523/swi65/GGSvrY+5jVtRX/s1/J /SRt56evN+zNLEwETs5qEKdK4SCZ/JhKhd6M+yDsXwTS7H/MGVvqiYxWgLk00D/egVuu xOUYCN6nEyVGJ03TSkxGTUgaC64VDOvbZ97LudJAgWj922TtnNFejvOOJbwWQXoLQl8N Au9aLDEVh1cqHSU+Q26yij4XR5usUdHo7NI4SE6oc6jg3E9p3WMSO0D69lsqosYmTjVc KmfOHkSX3rX9MVe6HoVl0iHQUo7mR2eA6Mkk/RiKP5+1nDwGbATYPSJPhkuEw9HMDDU6 FeZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version:date :subject:message-id:references:in-reply-to:to; bh=PxYxiMMXdqeUbCgYYxfg6Cwi3I2i967iXAlxozphaBQ=; b=cCVx6JeaTVcJ9z2llk7rrJGhhxc/oX3F20j2hcBV6lKYivLyxTCA4WrxD0MR7osO1P 6SX3AW8Xcokvu8hrkAYg2N4s3CkOymXdW8c824jrdzzbZZg849FN1fSem3jZD2/hKy7Y acAH7LKg+Pdzu8nhFtVstwPl0Q/b+WjODzCm2nnbfT7pkAptXZabiaMkpY+5v9aeuhq8 fzpRTpoEJLVEDp1GdPRKtszygnkB2hVIAUVznvgBcMCroxKbC41JDKVcChz+46pUG+LG ZNlYv/VOvixeSD+/fSBXTLXb5goXdQ1YKuyK/QGnj0Vlo8ei1nML7e7Fh73bI+uYWPfx pSww== X-Gm-Message-State: APzg51Ak2UTeuxZsq8kXt2VF1WizRQ5CHZfq78++z80eeKN7+9JiBfiH eFPiHQcnaTM9Bz+1Swh42lDrgwAc X-Google-Smtp-Source: ANB0VdZwyRbdNCDWd6hAei+VXI+6hiyc46fvnEOEypULaSmCWzavvYTMXbPhogsvCLwUIzlfKNABCQ== X-Received: by 2002:aed:20f1:: with SMTP id 104-v6mr2208341qtb.81.1534744763077; Sun, 19 Aug 2018 22:59:23 -0700 (PDT) Received: from [172.20.7.37] ([24.52.94.211]) by smtp.gmail.com with ESMTPSA id a187-v6sm5078128qkd.47.2018.08.19.22.59.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Aug 2018 22:59:21 -0700 (PDT) From: Andrew Udvare Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (1.0) Date: Mon, 20 Aug 2018 01:59:21 -0400 Subject: [gentoo-user] Re: Valgrind not seeing debug symbols Message-Id: References: In-Reply-To: To: gentoo-user@lists.gentoo.org X-Mailer: iPhone Mail (16A5357b) X-Archives-Salt: f6d901ca-8d5a-46b3-b3b0-e0a337d09108 X-Archives-Hash: 0dd5a8061bc749eeda986eb34b8baad2 > On Aug 19, 2018, at 12:21, Andrew Udvare wrote: >=20 > Hi all, >=20 > I have this project https://github.com/Tatsh/gcrud and it uses a very > standard build process with CMake, but for some reason Valgrind never > sees the debug symbols. I created a basic Gentoo machine with a Vagrant box and set up a mini enviro= nment to test if it is just my machine. The symbols show up on the Vagrant b= ox. It could be a bad version of Valgrind on my end but I haven=E2=80=99t co= mpared the environments. My main system has something wrong. =E2=80=94=20 Andrew=