[valgrind] [Bug 395266] Environment variables with slashes get dropped

2023-01-05 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=395266 Paul Floyd changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2023-01-04 Thread Timo Sirainen
https://bugs.kde.org/show_bug.cgi?id=395266 --- Comment #8 from Timo Sirainen --- Yes, original problem exists in Ubuntu 20.04. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2023-01-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=395266 --- Comment #7 from Paul Floyd --- Do you have the original problem with Ubuntu as well? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2023-01-01 Thread Timo Sirainen
https://bugs.kde.org/show_bug.cgi?id=395266 --- Comment #6 from Timo Sirainen --- (In reply to Paul Floyd from comment #5) > To eliminate number 1 could you try something like this: > > export VALGRIND_LAUNCHER=`which valgrind` > export VALGRIND_LIB=/usr/libexec/valgrind > env 'FOO/BAR=1' /usr/l

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2022-12-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=395266 --- Comment #5 from Paul Floyd --- There are two possible places that this could be going wrong. 1. The valgrind launcher. This modifies the environment to insert a couple of variables so that Valgrind will be able to load a couple of shared libraries.

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2021-02-28 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=395266 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #4 from Mark Wielaar

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2020-12-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=395266 --- Comment #3 from Paul Floyd --- An optimization (LTO?) problem perhaps. Ill leave this open - can you please update if the Debian folks have more info? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2020-12-09 Thread Timo Sirainen
https://bugs.kde.org/show_bug.cgi?id=395266 --- Comment #2 from Timo Sirainen --- Looks like there's something weird in the Debian packaging. If I get the sources with "apt source valgrind" and then compile it with: ./configure --prefix=/tmp/valgrind && make && sudo make install Then it works c

[valgrind] [Bug 395266] Environment variables with slashes get dropped

2020-12-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=395266 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd