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 #15881 is a reply to message #15859] Wed, 14 May 2008 08:14 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
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
 
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: Sat May 11 12:55:45 CEST 2024

Total time taken to generate the page: 0.02804 seconds