Bug 77187 - Valgrind additional parameters are not completely kept...
Summary: Valgrind additional parameters are not completely kept...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Plugin: Valgrind integration (show other bugs)
Version: git master
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 14:48 UTC by Simon MARTIN
Modified: 2006-09-14 19:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch solves problem with repeating --tool=memcheck (273 bytes, patch)
2005-12-01 16:10 UTC, Alexander Nemish
Details
patch solves problem with repeating --tool=memcheck (273 bytes, patch)
2005-12-01 16:11 UTC, Alexander Nemish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon MARTIN 2004-03-10 14:48:22 UTC
Version:           3.0.90-CVS (using KDE 3.2.90 (CVS >= 20040117), compiled sources)
Compiler:          gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
OS:          Linux (i686) release 2.6.3

I start Valgrind ("Tools" -> "Valgrind Memory Leak Check") with the following additional parameters : "--tool=memcheck --leak-check=yes". It works fine, but the next time I try to run Valgrind the "Additional parameters" box only contains "--tool=memcheck"... Since all other boxes are correctly saved, I assume it's a bug.
Comment 1 Alex Dotor 2004-09-23 09:57:18 UTC
For me, it doesn't keep ANY information.
Comment 2 Matt Rogers 2004-12-12 05:10:53 UTC
yup, the valgrind config doesn't appear to save any information.
Comment 3 Daniel Franke 2005-02-14 14:29:22 UTC
kdevelop 3.1.92 (KDE 3.1.92 beta2, CVS 050210)

First time I opened Debug -> Valgrind Memory Leak Check, "Additional Parameters" were empty. Afterwards, each time the dialog was opened "--tool=memcheck" was appended:

1. ""
2. "--tool=memcheck"
3. "--tool=memcheck --tool=memcheck"
4. "--tool=memcheck --tool=memcheck --tool=memcheck" 

(but no more than three times, any changes to "Additional Parameters" are lost)
Comment 4 Daniel Franke 2005-02-14 14:32:10 UTC
See #90078 as well.
Comment 5 Γιώργος Κυλάφας (Giorgos Kylafas) 2005-03-22 12:58:00 UTC
This bug still exists in kdevelop 3.2.0 (KDE 3.4.0, Gentoo packages)
Comment 6 Jan Trmal 2005-04-14 22:52:12 UTC
Yep, for current CVS version, the problems mentioned here persist. Additionally, add #3, I get four and more "--tool=memcheck" on the commandline. :(
Comment 7 Daniel Franke 2005-04-15 09:48:06 UTC
By the way: changes of the path to the valgrind-binary aren't kept either (kdevelop 3.2.0, KDE 3.4.0).
Comment 8 Alexander Nemish 2005-12-01 16:10:10 UTC
Created attachment 13711 [details]
patch solves problem with repeating --tool=memcheck

patch solves problem with repeating --tool=memcheck
Comment 9 Alexander Nemish 2005-12-01 16:11:55 UTC
Created attachment 13712 [details]
patch solves problem with repeating --tool=memcheck

patch solves problem with repeating --tool=memcheck in params editbox
Comment 10 Adam Treat 2006-09-14 19:46:41 UTC
*** Bug has been marked as fixed ***.