Gentoo Archives: gentoo-user

From: Andrew Udvare <audvare@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Valgrind not seeing debug symbols
Date: Mon, 20 Aug 2018 05:59:32
Message-Id: DDA0AABE-7D95-4913-B0F3-816D60749AD3@gmail.com
In Reply to: [gentoo-user] Valgrind not seeing debug symbols by Andrew Udvare
1 > On Aug 19, 2018, at 12:21, Andrew Udvare <audvare@×××××.com> wrote:
2 >
3 > Hi all,
4 >
5 > I have this project https://github.com/Tatsh/gcrud and it uses a very
6 > standard build process with CMake, but for some reason Valgrind never
7 > sees the debug symbols.
8
9 I created a basic Gentoo machine with a Vagrant box and set up a mini environment to test if it is just my machine. The symbols show up on the Vagrant box. It could be a bad version of Valgrind on my end but I haven’t compared the environments. My main system has something wrong.
10
11
12 Andrew