Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Patches - Fixes - Bazaar addition
Re: Patches - Fixes - Bazaar addition [message #15889 is a reply to message #15881] Wed, 14 May 2008 10:36 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
luzr wrote on Wed, 14 May 2008 08:14

mdelfede wrote on Mon, 12 May 2008 17:41


File 'Valgrind.cpp' uses a wrong (or not compatible with default ubuntu Valgrind version) flag calling valgrind executable.
The line 20, which is :
	cmdline << "valgrind --xml=yes --num-callers=40 --log-file-exactly=" << fn << ' ';


Should be :
	cmdline << "valgrind --xml=yes --num-callers=40 --log-file=" << fn << ' ';




Ops. This will not work with my copy of valgrind. "--log-file" produces non-fixed filenames there... (valgrind appends process number to extension - that is why it has -exactly option....)

Mirek


Uhmmm... that's weird. From where did you download valgrind ? I've got the latest ubuntu package and it doesn't have "exactly" stuff.
BTW, I think I can patch valgrind.cpp to check wether the option is available or not.... should I ?

Max

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: HEAPDBG improvements
Next Topic: GCC default compiler version change in Linux packages
Goto Forum:
  


Current Time: Sun May 12 08:05:09 CEST 2024

Total time taken to generate the page: 0.02422 seconds