Summary: | memcheck fails to handle paths with spaces on Mac; line numbers lost as result | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Sean <cwatson> |
Component: | memcheck | Assignee: | Rhys Kidd <rhyskidd> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | gharris, njn, pjfloyd, rhyskidd |
Priority: | NOR | ||
Version: | 3.5.0 | ||
Target Milestone: | blocking3.5.1 | ||
Platform: | Unlisted Binaries | ||
OS: | macOS | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=205093 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sean
2009-09-16 20:53:15 UTC
Duplicate of 205093? Or, at least, related to 205093? 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. $ 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 0x100000F6A: main (in /tmp/foo bar/foo bar) (deliberately leaked in my small test program). |