[valgrind] [Bug 207613] memcheck fails to handle paths with spaces on Mac; line numbers lost as result

2020-12-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=207613

Paul Floyd  changed:

   What|Removed |Added

 CC||pjfl...@wanadoo.fr

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 207613] memcheck fails to handle paths with spaces on Mac; line numbers lost as result

2017-10-15 Thread Guy Harris
https://bugs.kde.org/show_bug.cgi?id=207613

--- Comment #3 from Guy Harris  ---
$ valgrind --version
valgrind-3.13.0

$ valgrind --leak-check=full /tmp/foo\ bar/foo\ bar 
==98088== Memcheck, a memory error detector
==98088== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==98088== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==98088== Command: /tmp/foo\ bar/foo\ bar
==98088== 
--98088-- run: /usr/bin/dsymutil "/tmp/foo bar/foo bar"

   ...

==98088== 2,048 bytes in 1 blocks are definitely lost in loss record 37 of 42
==98088==at 0x100096861: malloc (vg_replace_malloc.c:302)
==98088==by 0x10F6A: main (in /tmp/foo bar/foo bar)

(deliberately leaked in my small test program).

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 207613] memcheck fails to handle paths with spaces on Mac; line numbers lost as result

2017-10-15 Thread Rhys Kidd
https://bugs.kde.org/show_bug.cgi?id=207613

Rhys Kidd  changed:

   What|Removed |Added

 CC||rhysk...@gmail.com
   Assignee|jsew...@acm.org |rhysk...@gmail.com
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=205093

--- Comment #2 from Rhys Kidd  ---
Probably related, but can Guy confirm if this is still an issue with the most
recent Valgrind release or Git version?

Valgrind 3.5.0 is rather old now, having been released in August 2009.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 207613] memcheck fails to handle paths with spaces on Mac; line numbers lost as result

2017-10-14 Thread Guy Harris
https://bugs.kde.org/show_bug.cgi?id=207613

Guy Harris  changed:

   What|Removed |Added

 CC||g...@alum.mit.edu

--- Comment #1 from Guy Harris  ---
Duplicate of 205093?  Or, at least, related to 205093?

-- 
You are receiving this mail because:
You are watching all bug changes.