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 » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Valgrind broken
Valgrind broken [message #25621] Thu, 04 March 2010 01:05
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Valgrind changes have broken theide support for it.
Adding this in valgrind.cpp :
		if(txt.Find("--xml-file=") > 0)
		   ValgrindLogFile = "--xml-file=";
		else if(txt.Find("--log-file-exactly") > 0)
		   ValgrindLogFile = "--log-file-exactly=";
		else
		   ValgrindLogFile = "--log-file=";


instead of

		if(txt.Find("--log-file-exactly") > 0)
		   ValgrindLogFile = "--log-file-exactly=";
		else
		   ValgrindLogFile = "--log-file=";


Allows valgrind to run, but then theide hangs on valgrind result parsing.
I'm not good enough to debug it....

Ciao

Max
Previous Topic: [Request] Support for C++ compilation mode for C source files
Next Topic: [FIXED] - Memory leak on empty CtrlLib app on single PC
Goto Forum:
  


Current Time: Fri Mar 29 06:24:59 CET 2024

Total time taken to generate the page: 0.01084 seconds